source: genesis/nodes/CNodeZijloever/wleiden.yaml@ 10074

Last change on this file since 10074 was 10074, checked in by rick, 13 years ago

Which bridge type do we configure?

Requested-By: richardvm

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ath0,ue0,vr2,vr0,vr1"
7latitude : "4.51431"
8location : "Zorgvoorziening Zijloever, Lage Rijndijk 129, 2315 JS, Leiden"
9longitude : "52.16161"
10masterip : "172.19.0.1"
11nodename : "Zijloever"
12nodetype : "CNode"
13rdnap_x : 95274
14rdnap_y : 464075
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap"
21 interface : "ath0"
22 ip : "172.19.0.1/26"
23 desc : "ap"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "8"
28 ssid : "ap-wirelessleiden-zijloever"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet"
36 interface : "ue0"
37 ip : "172.19.0.65/28"
38 desc : "Ethernet naar Zijloever"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "down"
44
45
46iface_vr0:
47 comment : "link naar SOM1"
48 interface : "vr0"
49 ip : "172.16.4.228/29"
50 desc : "Link naar SOM1"
51 sdesc : "2som1"
52 mode : "station-wds"
53 type : "eth"
54 channel : "52"
55 ssid : "il-z.som1.wleiden.net"
56 dhcp : "no"
57 bridge_type: "NanoStation5"
58 compass : "s"
59 ns_ip : "172.16.4.227/29"
60 ns_mac : "00:15:6d:f7:be:ec"
61 status : "up"
62
63
64iface_vr1:
65 comment : "link naar Roomburgh3"
66 interface : "vr1"
67 ip : "172.16.4.236/29"
68 desc : "Link naar Roomburgh3"
69 sdesc : "2roomburgh3"
70 mode : "station-wds"
71 type : "eth"
72 channel : "44"
73 ssid : "il-n.roomburgh3.wleiden.net"
74 dhcp : "no"
75 bridge_type: "NanoStation5"
76 compass : "n"
77 ns_ip : "172.16.4.235/29"
78 ns_mac : "00:15:6d:71:4d:a9"
79 status : "up"
80
81
82iface_vr2:
83 comment : "link naar ROC1"
84 interface : "vr2"
85 ip : "172.16.5.60/29"
86 desc : "Link naar ROC1"
87 sdesc : "2roc1"
88 mode : "station-wds"
89 type : "eth"
90 channel : "108"
91 ssid : "il-no.roc1.wleiden.net"
92 dhcp : "no"
93 bridge_type: "NanoStation M5"
94 compass : "ne"
95 ns_ip : "172.16.5.59/29"
96 ns_mac : ""
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.