source: genesis/nodes/HybridVictoria/wleiden.yaml@ 11281

Last change on this file since 11281 was 11263, checked in by huub, 13 years ago

webster psycho en victoria naar hybrid

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15569"
7location : "Victoria Vastgoed, Gangetje 14, 2311ER, Leiden"
8longitude : "4.49327"
9masterip : "172.17.140.1"
10nodename : "Victoria"
11nodetype : "Hybrid"
12rdnap_x : 93826
13rdnap_y : 463434
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21iface_ath0:
22 comment : "Ap"
23 ip : "172.17.140.1/26"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "5"
28 ssid : "ap-WirelessLeiden-Victoria"
29 dhcp : "10-60"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Ethernet naar lokaal AP met PoE"
35 ip : "172.17.140.65/26"
36 sdesc : "lokaalAP"
37 mode : "ap"
38 type : "eth"
39 extra_type : "eth2wifibridge"
40 channel : "6"
41 ssid : "ap2-WirelessLeiden-Victoria"
42 dhcp : "70-120"
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 bridge_type: "NanoStation5"
62 status : "up"
63
64
65iface_vr1:
66 comment : "A-link naar CeTIM2"
67 ip : "172.16.17.204/29"
68 sdesc : "2cetim2"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "116"
73 ssid : "il-zw.cetim2.wleiden.net"
74 dhcp : False
75 compass : "n"
76 ns_ip : "172.16.17.203/29"
77 ns_mac : "00:15:6d:70:53:7f"
78 bridge_type: "NanoStation5"
79 status : "up"
80
81
82iface_vr2:
83 comment : "Nog vrij"
84 ip : "172.16.17.209/29"
85 sdesc : "2vrij"
86 mode : "ap-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "124"
90 ssid : "il-zo.victoria.wleiden.net"
91 dhcp : False
92 compass : "se"
93 ns_ip : "172.16.17.210/29"
94 ns_mac : "00:15:6d:70:53:39"
95 bridge_type: "NanoStation5"
96 status : "down"
97
98
Note: See TracBrowser for help on using the repository browser.