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
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "Test voor hybrid"
5gateway : "192.168.84.1"
6ileiden : True
7interfaces: "sis0 sis1"
8internalif: "sis1"
9externalif: "sis0"
10latitude : "5.13854"
11location : " Richard, Terschelling 244, 3524az Utrecht"
12longitude : "52.06651"
13masterip : "172.17.65.1"
14nat : True
15nodename : "Proxy8"
16nodetype : "Proxy"
17proxyid : 8
18rdnap_x : 137949
19rdnap_y : 453165
20release : "9.0-RELEASE"
21status : "up"
22ileiden : True
23internalroute: "172.17.16.65"
24nat : True
25
26
27
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
43iface_sis0:
44 comment : "Link naar Router"
45 interface : "sis0"
46 ip : "192.168.84.11/24"
47 desc : "Link naar Router"
48 sdesc : "uplink"
49 type : "eth"
50 dhcp : "no"
51 compass : "None"
52 status : "up"
53
54iface_sis1:
55 comment : "Link naar Node"
56 interface : "sis1"
57 ip : "172.16.6.89/29"
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.