source: genesis/nodes/CNodeVictoria/wleiden.yaml@ 10098

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.49327"
8location : "Victoria Vastgoed, Gangetje 14, 2311ER, Leiden"
9longitude : "52.15569"
10masterip : "172.17.140.1"
11nodename : "Victoria"
12nodetype : "CNode"
13rdnap_x : 93826
14rdnap_y : 463434
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 interface : "ath0"
21 ip : "172.17.140.1/26"
22 desc : "ap"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "5"
27 ssid : "ap-wirelessleiden-victoria"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Ethernet naar lokaal AP met PoE"
35 interface : "ue0"
36 ip : "172.17.140.65/26"
37 desc : "Victorialokaal AP"
38 sdesc : "lokaalAP"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "6"
43 ssid : "ap-wirelessleiden-victoria2"
44 dhcp : "70-120"
45 compass : "None"
46 ns_ip : "172.17.14.66/26"
47 ns_mac : ""
48 status : "up"
49
50
51iface_vr0:
52 comment : "a-link naar Stadhuis"
53 interface : "vr0"
54 ip : "172.16.17.196/29"
55 desc : "Ethernet to interlink noordwest"
56 sdesc : "2stadhuis"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "44"
61 ssid : "il-zo.stadhuis.wleiden.net"
62 dhcp : "no"
63 bridge_type: "NanoStation5"
64 compass : "se"
65 ns_ip : "172.16.17.195/29"
66 ns_mac : "00:15:6d:70:51:f2"
67 status : "up"
68
69
70iface_vr1:
71 comment : "a-link naar CeTIM2"
72 interface : "vr1"
73 ip : "172.16.17.204/29"
74 desc : "Ethernet to interlink oost"
75 sdesc : "2cetim2"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "116"
80 ssid : "il-zw.cetim2.wleiden.net"
81 dhcp : "no"
82 bridge_type: "NanoStation5"
83 compass : "sw"
84 ns_ip : "172.16.17.203/29"
85 ns_mac : "00:15:6d:70:53:7f"
86 status : "up"
87
88
89iface_vr2:
90 comment : "nog vrij"
91 interface : "vr2"
92 ip : "172.16.17.209/29"
93 desc : "Ethernet"
94 sdesc : "2vrij"
95 mode : "station-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "124"
99 ssid : "il-zo.victoria.wleiden.net"
100 dhcp : "no"
101 bridge_type: "NanoStation5"
102 compass : "se"
103 ns_ip : "172.16.17.210/29"
104 ns_mac : "00:15:6d:70:53:39"
105 status : "down"
106
107
Note: See TracBrowser for help on using the repository browser.