Last change
on this file since 12741 was 12741, checked in by ed, 11 years ago |
First setup for basic configuration for the node
|
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 | externalif: "sis0"
|
---|
7 | latitude : "51.46017"
|
---|
8 | location : "Ed, Wittezeestraat 43, 4388 GE, Oost-Souburg"
|
---|
9 | longitude : "3.59545"
|
---|
10 | masterip : "172.17.76.1"
|
---|
11 | monitoring_group: "wleiden"
|
---|
12 | nodename : "Ed"
|
---|
13 | nodetype : "Hybrid"
|
---|
14 | rdnap_x : 30486
|
---|
15 | rdnap_y : 387207
|
---|
16 | release : "9.0-RELEASE"
|
---|
17 | service_accesspoint: True
|
---|
18 | service_concentrator: False
|
---|
19 | service_incoming_rdr: False
|
---|
20 | service_proxy_ileiden: False
|
---|
21 | service_proxy_normal: False
|
---|
22 | status : "planned"
|
---|
23 |
|
---|
24 |
|
---|
25 | iface_ath0:
|
---|
26 | comment : "Accesspoint voor de buurt"
|
---|
27 | ip : "172.17.76.1/24"
|
---|
28 | sdesc : "ap"
|
---|
29 | mode : "ap"
|
---|
30 | type : "11g"
|
---|
31 | channel : 6
|
---|
32 | ssid : "ap-VLI-Ed"
|
---|
33 | dhcp : "10-60"
|
---|
34 | status : "up"
|
---|
35 |
|
---|
36 |
|
---|
37 | iface_sis0:
|
---|
38 | comment : "External Link"
|
---|
39 | ip : "10.20.30.220/24"
|
---|
40 | sdesc : "2external"
|
---|
41 | type : "eth"
|
---|
42 | dhcp : False
|
---|
43 | status : "up"
|
---|
44 |
|
---|
45 |
|
---|
46 | iface_sis1:
|
---|
47 | comment : "Link naar het Zuiden"
|
---|
48 | ip : "172.17.0.49/29"
|
---|
49 | sdesc : "2zuiden"
|
---|
50 | mode : "station-wds"
|
---|
51 | type : "eth"
|
---|
52 | extra_type : "eth2wifibridge"
|
---|
53 | channel : "36"
|
---|
54 | ssid : "il-z.vlied.wleiden.net"
|
---|
55 | dhcp : False
|
---|
56 | compass : "z"
|
---|
57 | ns_ip : "172.17.0.50/29"
|
---|
58 | ns_mac : "00:27:22:10:f5:a4"
|
---|
59 | bridge_type: "NanoStation M5"
|
---|
60 | status : "up"
|
---|
61 |
|
---|
62 |
|
---|
63 | iface_sis2:
|
---|
64 | comment : "Link naar het Noord"
|
---|
65 | ip : "172.17.0.57/29"
|
---|
66 | sdesc : "2noorden"
|
---|
67 | mode : "station-wds"
|
---|
68 | type : "eth"
|
---|
69 | extra_type : "eth2wifibridge"
|
---|
70 | channel : "100"
|
---|
71 | ssid : "il-z.vlied.wleiden.net"
|
---|
72 | dhcp : False
|
---|
73 | compass : "n"
|
---|
74 | ns_ip : "172.17.0.59/29"
|
---|
75 | ns_mac : "00:27:22:10:f6:34"
|
---|
76 | bridge_type: "NanoStation M5"
|
---|
77 | status : "up"
|
---|
78 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.