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

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

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