Last change
on this file since 12752 was 12752, checked in by ed, 11 years ago |
Node be a proxy so people connecting to accesspoint get internet access
|
File size:
1.7 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: True
|
---|
23 | status : "planned"
|
---|
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.vlied.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 |
|
---|
64 | iface_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.vlied.wleiden.net"
|
---|
73 | dhcp : False
|
---|
74 | compass : "n"
|
---|
75 | ns_ip : "172.17.0.59/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.