source: genesis/nodes/proxy8/wleiden.yaml@ 10213

Last change on this file since 10213 was 10213, checked in by richardvm, 13 years ago

added internal if

File size: 1.2 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10150]4comment : "Test voor hybrid"
[10154]5gateway : "192.168.84.1"
[10165]6ileiden : True
[10213]7interfaces: "sis0 sis1"
8internalif: "sis1"
[10116]9latitude : "5.13854"
10location : " Richard, Terschelling 244, 3524az Utrecht"
11longitude : "52.06651"
[10159]12masterip : "172.17.65.1"
[10116]13nat : True
14nodename : "Proxy8"
[10212]15nodetype : "proxy"
[10116]16proxyid : 8
[10059]17rdnap_x : 137949
18rdnap_y : 453165
[10154]19release : "9.0-RELEASE"
[10116]20status : "up"
21
22
[10156]23iface_ath0:
24 comment : "Ap"
25 interface : "ath0"
26 ip : "172.17.65.1/26"
27 desc : "AP"
28 sdesc : "ap"
29 mode : "ap-wds"
30 type : "11b"
31 channel : "7"
32 ssid : "ap-WirelessLeiden-Richard"
33 dhcp : "10-60"
34 compass : "None"
35 status : "up"
36
37
[10059]38iface_sis0:
[10116]39 comment : "Link naar Router"
40 interface : "sis0"
[10154]41 ip : "192.168.84.11/24"
[10116]42 desc : "Link naar Router"
43 sdesc : "uplink"
44 type : "eth"
45 dhcp : "no"
46 compass : "None"
47 status : "up"
[10059]48
[10213]49iface_sis1:
50 comment : "Link naar Node"
51 interface : "sis1"
52 ip : "172.16.6.88/29"
53 desc : "Link naar Node"
54 sdesc : "downlink"
55 type : "eth"
56 dhcp : "no"
57 compass : "None"
58 status : "up"
Note: See TracBrowser for help on using the repository browser.