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

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

Verschuif waar mogelijk de desc naar comment, als deze gelijk zijn of er nog
geen comment gezet is.

Related-To: beheer:ticket:218

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 : "ap"
21 interface : "ath0"
22 ip : "172.17.140.1/26"
23 sdesc : "ap"
24 mode : "ap"
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 : False
63 compass : "nw"
64 ns_ip : "172.16.17.195/29"
65 ns_mac : "00:15:6d:70:51:f2"
66 status : "up"
67
68
69iface_vr1:
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 : False
81 compass : "n"
82 ns_ip : "172.16.17.203/29"
83 ns_mac : "00:15:6d:70:53:7f"
84 status : "up"
85
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 : False
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.