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

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

WL has an SSID naming scheme, so make sure to check and correct on it.

File size: 2.4 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
[10116]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"
[10059]13rdnap_x : 93826
14rdnap_y : 463434
[10116]15release : "8.2-RELEASE"
16status : "up"
[10059]17
[10116]18
[10059]19iface_ath0:
[10116]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"
[10156]27 ssid : "ap-WirelessLeiden-Victoria"
[10116]28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
[10059]31
32
[10116]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"
[10156]43 ssid : "ap-WirelessLeiden-Victoria2"
[10116]44 dhcp : "70-120"
45 compass : "None"
46 ns_ip : "172.17.14.66/26"
47 ns_mac : ""
48 status : "up"
49
50
[10059]51iface_vr0:
[10116]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 compass : "se"
64 ns_ip : "172.16.17.195/29"
65 ns_mac : "00:15:6d:70:51:f2"
66 status : "up"
[10059]67
[10116]68
[10059]69iface_vr1:
[10116]70 comment : "a-link naar CeTIM2"
71 interface : "vr1"
72 ip : "172.16.17.204/29"
73 desc : "Ethernet to interlink oost"
74 sdesc : "2cetim2"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "116"
79 ssid : "il-zw.cetim2.wleiden.net"
80 dhcp : "no"
81 compass : "sw"
82 ns_ip : "172.16.17.203/29"
83 ns_mac : "00:15:6d:70:53:7f"
84 status : "up"
[10059]85
[10116]86
87iface_vr2:
88 comment : "nog vrij"
89 interface : "vr2"
90 ip : "172.16.17.209/29"
91 desc : "Ethernet"
92 sdesc : "2vrij"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "124"
97 ssid : "il-zo.victoria.wleiden.net"
98 dhcp : "no"
99 compass : "se"
100 ns_ip : "172.16.17.210/29"
101 ns_mac : "00:15:6d:70:53:39"
102 status : "down"
103
104
Note: See TracBrowser for help on using the repository browser.