Last change
on this file since 12810 was 12810, checked in by ed, 10 years ago |
Changed status from 'planned' to 'up' node is reachable by the Wirelessleiden network
|
File size:
2.1 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "net4801"
|
---|
5 | comment : "None"
|
---|
6 | gateway : "10.20.30.1"
|
---|
7 | externalif: "sis0"
|
---|
8 | latitude : "51.46017"
|
---|
9 | location : "Ed, Wittezeestraat 43, 4388 GE, Oost-Souburg"
|
---|
10 | longitude : "3.59545"
|
---|
11 | masterip : "172.17.76.1"
|
---|
12 | monitoring_group: "wleiden"
|
---|
13 | nodename : "Ed"
|
---|
14 | nodetype : "Hybrid"
|
---|
15 | rdnap_x : 30486
|
---|
16 | rdnap_y : 387207
|
---|
17 | release : "9.0-RELEASE"
|
---|
18 | service_accesspoint: True
|
---|
19 | service_concentrator: False
|
---|
20 | service_incoming_rdr: False
|
---|
21 | service_proxy_ileiden: True
|
---|
22 | service_proxy_normal: False
|
---|
23 | status : "up"
|
---|
24 |
|
---|
25 |
|
---|
26 | iface_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 |
|
---|
38 | iface_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 |
|
---|
47 | iface_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 : "down"
|
---|
62 |
|
---|
63 |
|
---|
64 | iface_sis2:
|
---|
65 | comment : "Link to vpn box"
|
---|
66 | ip : "172.17.36.22/24"
|
---|
67 | sdesc : "2vpn-ed"
|
---|
68 | type : "eth"
|
---|
69 | dhcp : False
|
---|
70 | status : "up"
|
---|
71 |
|
---|
72 |
|
---|
73 | iface_sis2_alias0:
|
---|
74 | comment : "Link to Rick2"
|
---|
75 | ip : "172.17.2.249/29"
|
---|
76 | sdesc : "2rick2"
|
---|
77 | type : "eth"
|
---|
78 | dhcp : False
|
---|
79 | status : "up"
|
---|
80 |
|
---|
81 | iface_ue0:
|
---|
82 | comment : "Link naar het Noord"
|
---|
83 | ip : "172.17.0.57/29"
|
---|
84 | sdesc : "2noorden"
|
---|
85 | mode : "station-wds"
|
---|
86 | type : "eth"
|
---|
87 | extra_type : "eth2wifibridge"
|
---|
88 | channel : "100"
|
---|
89 | ssid : "il-z.ed.wleiden.net"
|
---|
90 | dhcp : False
|
---|
91 | compass : "n"
|
---|
92 | ns_ip : "172.17.0.58/29"
|
---|
93 | ns_mac : "00:27:22:10:f6:34"
|
---|
94 | bridge_type: "NanoStation M5"
|
---|
95 | status : "down"
|
---|
96 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.