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

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

Make the interface keys wat meer standaard.

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15569"
8location : "Victoria Vastgoed, Gangetje 14, 2311ER, Leiden"
9longitude : "4.49327"
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 comment : "autogen-FIXME"
21 interface : "ath0"
22 ip : "172.17.140.1/26"
23 desc : "ap"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "5"
28 ssid : "ap-WirelessLeiden-Victoria"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet naar lokaal AP met PoE"
36 interface : "ue0"
37 ip : "172.17.140.65/26"
38 desc : "Victorialokaal AP"
39 sdesc : "lokaalAP"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "ap-WirelessLeiden-Victoria2"
45 dhcp : "70-120"
46 compass : "None"
47 ns_ip : "172.17.14.66/26"
48 ns_mac : ""
49 status : "up"
50
51
52iface_vr0:
53 comment : "a-link naar Stadhuis"
54 interface : "vr0"
55 ip : "172.16.17.196/29"
56 desc : "Ethernet to interlink noordwest"
57 sdesc : "2stadhuis"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "44"
62 ssid : "il-zo.stadhuis.wleiden.net"
63 dhcp : False
64 compass : "nw"
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 : False
82 compass : "n"
83 ns_ip : "172.16.17.203/29"
84 ns_mac : "00:15:6d:70:53:7f"
85 status : "up"
86
87
88iface_vr2:
89 comment : "nog vrij"
90 interface : "vr2"
91 ip : "172.16.17.209/29"
92 desc : "Ethernet"
93 sdesc : "2vrij"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "124"
98 ssid : "il-zo.victoria.wleiden.net"
99 dhcp : False
100 compass : "se"
101 ns_ip : "172.16.17.210/29"
102 ns_mac : "00:15:6d:70:53:39"
103 status : "down"
104
105
Note: See TracBrowser for help on using the repository browser.