Last change
on this file since 12876 was 12876, checked in by ed, 10 years ago |
Strange things happen when node is connected to VPN and Internet, ISP is blocking my connection.
|
File size:
2.0 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 : "up"
|
---|
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 : 11
|
---|
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.ed.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 : "down"
|
---|
61 |
|
---|
62 |
|
---|
63 | iface_sis2:
|
---|
64 | comment : "Link to vpn box"
|
---|
65 | ip : "172.17.36.22/24"
|
---|
66 | sdesc : "2vpn-ed"
|
---|
67 | type : "eth"
|
---|
68 | dhcp : False
|
---|
69 | status : "up"
|
---|
70 |
|
---|
71 |
|
---|
72 | iface_sis2_alias0:
|
---|
73 | comment : "Link to Rick2"
|
---|
74 | ip : "172.17.2.249/29"
|
---|
75 | sdesc : "2rick2"
|
---|
76 | type : "eth"
|
---|
77 | dhcp : False
|
---|
78 | status : "up"
|
---|
79 |
|
---|
80 | iface_ue0:
|
---|
81 | comment : "Link naar het Noord"
|
---|
82 | ip : "172.17.0.57/29"
|
---|
83 | sdesc : "2noorden"
|
---|
84 | mode : "station-wds"
|
---|
85 | type : "eth"
|
---|
86 | extra_type : "eth2wifibridge"
|
---|
87 | channel : "100"
|
---|
88 | ssid : "il-z.ed.wleiden.net"
|
---|
89 | dhcp : False
|
---|
90 | compass : "n"
|
---|
91 | ns_ip : "172.17.0.58/29"
|
---|
92 | ns_mac : "00:27:22:10:f6:34"
|
---|
93 | bridge_type: "NanoStation M5"
|
---|
94 | status : "down"
|
---|
95 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.