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

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

ileiden (for testing)

File size: 1.3 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"
[10230]9externalif: "sis0"
[10116]10latitude : "5.13854"
11location : " Richard, Terschelling 244, 3524az Utrecht"
12longitude : "52.06651"
[10159]13masterip : "172.17.65.1"
[10116]14nat : True
15nodename : "Proxy8"
[10214]16nodetype : "Proxy"
[10116]17proxyid : 8
[10059]18rdnap_x : 137949
19rdnap_y : 453165
[10154]20release : "9.0-RELEASE"
[10116]21status : "up"
[10237]22ileiden : True
23internalroute: "172.17.16.65"
24nat : True
[10116]25
26
[10237]27
[10156]28iface_ath0:
29 comment : "Ap"
30 interface : "ath0"
31 ip : "172.17.65.1/26"
32 desc : "AP"
33 sdesc : "ap"
34 mode : "ap-wds"
35 type : "11b"
36 channel : "7"
37 ssid : "ap-WirelessLeiden-Richard"
38 dhcp : "10-60"
39 compass : "None"
40 status : "up"
41
42
[10059]43iface_sis0:
[10116]44 comment : "Link naar Router"
45 interface : "sis0"
[10154]46 ip : "192.168.84.11/24"
[10116]47 desc : "Link naar Router"
48 sdesc : "uplink"
49 type : "eth"
50 dhcp : "no"
51 compass : "None"
52 status : "up"
[10059]53
[10213]54iface_sis1:
55 comment : "Link naar Node"
56 interface : "sis1"
[10233]57 ip : "172.16.6.89/29"
[10213]58 desc : "Link naar Node"
59 sdesc : "downlink"
60 type : "eth"
61 dhcp : "no"
62 compass : "None"
63 status : "up"
Note: See TracBrowser for help on using the repository browser.