source: genesis/nodes/HybridEd/wleiden.yaml@ 12789

Last change on this file since 12789 was 12762, checked in by ed, 11 years ago

Some adjustments in this configuration so ipnumbers are correct and SSID at the standard.

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net4801"
5comment : "None"
6gateway : "10.20.30.1"
7externalif: "sis0"
8latitude : "51.46017"
9location : "Ed, Wittezeestraat 43, 4388 GE, Oost-Souburg"
10longitude : "3.59545"
11masterip : "172.17.76.1"
12monitoring_group: "wleiden"
13nodename : "Ed"
14nodetype : "Hybrid"
15rdnap_x : 30486
16rdnap_y : 387207
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: False
23status : "planned"
24
25
26iface_ath0:
27 comment : "Accesspoint voor de buurt"
28 ip : "172.17.76.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "ap-VLI-Ed"
34 dhcp : "10-60"
35 status : "up"
36
37
38iface_sis0:
39 comment : "External Link"
40 ip : "10.20.30.220/24"
41 sdesc : "2external"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_sis1:
48 comment : "Link naar het Zuiden"
49 ip : "172.17.0.49/29"
50 sdesc : "2zuiden"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "36"
55 ssid : "il-z.ed.wleiden.net"
56 dhcp : False
57 compass : "z"
58 ns_ip : "172.17.0.50/29"
59 ns_mac : "00:27:22:10:f5:a4"
60 bridge_type: "NanoStation M5"
61 status : "up"
62
63
64iface_sis2:
65 comment : "Link naar het Noord"
66 ip : "172.17.0.57/29"
67 sdesc : "2noorden"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "100"
72 ssid : "il-z.ed.wleiden.net"
73 dhcp : False
74 compass : "n"
75 ns_ip : "172.17.0.58/29"
76 ns_mac : "00:27:22:10:f6:34"
77 bridge_type: "NanoStation M5"
78 status : "up"
79
Note: See TracBrowser for help on using the repository browser.