Last change
on this file since 11305 was 10891, checked in by rick, 13 years ago |
Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.
|
File size:
1.4 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | gateway : "192.168.0.225"
|
---|
7 | latitude : "52.17062"
|
---|
8 | location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
|
---|
9 | longitude : "4.63854"
|
---|
10 | masterip : "172.17.28.1"
|
---|
11 | nodename : "Henk"
|
---|
12 | nodetype : "Hybrid"
|
---|
13 | rdnap_x : 103784
|
---|
14 | rdnap_y : 464983
|
---|
15 | rdr_host : "94.209.113.8"
|
---|
16 | rdr_rules :
|
---|
17 | - ['tcp', 9080, '172.17.0.41', 80]
|
---|
18 | - ['tcp', 9081, '172.17.0.42', 554]
|
---|
19 | - ['tcp', 9082, '172.17.0.43', 554]
|
---|
20 | - ['tcp', 9083, '172.17.0.44', 80]
|
---|
21 | release : "9.0-RELEASE"
|
---|
22 | remote_access: ""
|
---|
23 | service_accesspoint: True
|
---|
24 | service_incoming_rdr: True
|
---|
25 | service_proxy_ileiden: True
|
---|
26 | service_proxy_normal: True
|
---|
27 | status : "planned"
|
---|
28 |
|
---|
29 |
|
---|
30 | iface_ath0:
|
---|
31 | comment : "Internal Wireless"
|
---|
32 | ip : "172.17.28.1/26"
|
---|
33 | sdesc : "binnen"
|
---|
34 | mode : "ap"
|
---|
35 | type : "11b"
|
---|
36 | channel : "1"
|
---|
37 | ssid : "ap-WirelessLeiden-Henk"
|
---|
38 | dhcp : "10-60"
|
---|
39 | status : "up"
|
---|
40 |
|
---|
41 |
|
---|
42 | iface_vr0:
|
---|
43 | comment : "Link to external interface"
|
---|
44 | ip : "0.0.0.0/30"
|
---|
45 | sdesc : "2external"
|
---|
46 | type : "eth"
|
---|
47 | dhcp : "client"
|
---|
48 | status : "up"
|
---|
49 |
|
---|
50 |
|
---|
51 | iface_vr1:
|
---|
52 | comment : "Link naar WBRotary"
|
---|
53 | ip : "172.17.0.68/28"
|
---|
54 | sdesc : "2wbrotary"
|
---|
55 | type : "eth"
|
---|
56 | dhcp : False
|
---|
57 | status : "up"
|
---|
58 |
|
---|
59 |
|
---|
60 | iface_vr2:
|
---|
61 | comment : "Lokaal Dev Netwerk"
|
---|
62 | ip : "172.17.33.1/24"
|
---|
63 | sdesc : "2dev"
|
---|
64 | type : "eth"
|
---|
65 | dhcp : "10-20"
|
---|
66 | status : "up"
|
---|
67 |
|
---|
68 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.