source: genesis/nodes/HybridSOM2/wleiden.yaml@ 11320

Last change on this file since 11320 was 11320, checked in by ronald, 12 years ago

som2: NS on vr1 has mode ap-wds

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.16950"
8location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
9longitude : "4.49378"
10masterip : "172.17.2.1"
11nodename : "SOM2"
12nodetype : "Hybrid"
13rdnap_x : 93880
14rdnap_y : 464970
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap zuidoost"
25 ip : "172.17.2.1/26"
26 sdesc : "ap-zo"
27 mode : "ap"
28 type : "11b"
29 channel : "3"
30 ssid : "ap-WirelessLeiden-Som2"
31 dhcp : "10-60"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Ap via Bullet2"
37 ip : "172.17.2.65/26"
38 sdesc : "ap3"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "6"
43 ssid : "ap-WirelessLeiden-Som3"
44 dhcp : "70-120"
45 ns_ip : "172.17.2.66/26"
46 ns_mac : "00:15:6d:e8:f9:b6"
47 bridge_type: "Bullet2"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Ethernet naar SOM1"
53 ip : "172.16.3.138/30"
54 sdesc : "2som1"
55 type : "eth"
56 dhcp : False
57 status : "up"
58
59
60iface_vr1:
61 comment : "Link naar Rabo"
62 ip : "172.16.16.17/29"
63 sdesc : "2Rabo"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "140"
68 ssid : "il-w.som2.wleiden.net"
69 dhcp : False
70 compass : "w"
71 ns_ip : "172.16.16.18/29"
72 ns_mac : "00:15:6d:ec:82:a8"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr1_alias0:
78 comment : "Link naar Psycho"
79 ip : "172.16.16.113/29"
80 sdesc : "2Psycho"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 dhcp : False
84 status : "down"
85
86
87iface_vr2:
88 comment : "Link naar Leythenrode"
89 ip : "172.16.17.185/29"
90 sdesc : "2leythenrode"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "36"
95 ssid : "il-zo.som2.wleiden.net"
96 dhcp : False
97 compass : "zo"
98 ns_ip : "172.16.17.186/29"
99 ns_mac : "00:15:6d:f2:38:cd"
100 bridge_type: "NanoStation5"
101 status : "up"
102
103
104iface_vr2_alias0:
105 comment : "Link naar Spoortje"
106 ip : "172.16.17.137/29"
107 sdesc : "2Spoortje"
108 type : "eth"
109 extra_type : "eth2wifibridge"
110 dhcp : False
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.