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

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 2.1 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 : "Ap"
21 ip : "172.17.140.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "5"
26 ssid : "ap-WirelessLeiden-Victoria"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Ethernet naar lokaal AP met PoE"
33 ip : "172.17.140.65/26"
34 sdesc : "lokaalAP"
35 mode : "ap-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "6"
39 ssid : "ap-WirelessLeiden-Victoria2"
40 dhcp : "70-120"
41 ns_ip : "172.17.14.66/26"
42 ns_mac : ""
43 status : "up"
44
45
46iface_vr0:
47 comment : "A-link naar Stadhuis"
48 ip : "172.16.17.196/29"
49 sdesc : "2stadhuis"
50 mode : "station-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "44"
54 ssid : "il-zo.stadhuis.wleiden.net"
55 dhcp : False
56 compass : "nw"
57 ns_ip : "172.16.17.195/29"
58 ns_mac : "00:15:6d:70:51:f2"
59 status : "up"
60
61
62iface_vr1:
63 comment : "A-link naar CeTIM2"
64 ip : "172.16.17.204/29"
65 sdesc : "2cetim2"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "116"
70 ssid : "il-zw.cetim2.wleiden.net"
71 dhcp : False
72 compass : "n"
73 ns_ip : "172.16.17.203/29"
74 ns_mac : "00:15:6d:70:53:7f"
75 status : "up"
76
77
78iface_vr2:
79 comment : "Nog vrij"
80 ip : "172.16.17.209/29"
81 sdesc : "2vrij"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "124"
86 ssid : "il-zo.victoria.wleiden.net"
87 dhcp : False
88 compass : "se"
89 ns_ip : "172.16.17.210/29"
90 ns_mac : "00:15:6d:70:53:39"
91 status : "down"
92
93
Note: See TracBrowser for help on using the repository browser.