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

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

Doe een import van de bridge unit dmv een scan.

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 bridge_type: "NanoStation5"
60 status : "up"
61
62
63iface_vr1:
64 comment : "A-link naar CeTIM2"
65 ip : "172.16.17.204/29"
66 sdesc : "2cetim2"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "116"
71 ssid : "il-zw.cetim2.wleiden.net"
72 dhcp : False
73 compass : "n"
74 ns_ip : "172.16.17.203/29"
75 ns_mac : "00:15:6d:70:53:7f"
76 bridge_type: "NanoStation5"
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 bridge_type: "NanoStation5"
94 status : "down"
95
96
Note: See TracBrowser for help on using the repository browser.