source: genesis/nodes/HybridEd/wleiden.yaml@ 12876

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#
4board : "net4801"
5comment : "None"
6externalif: "sis0"
7latitude : "51.46017"
8location : "Ed, Wittezeestraat 43, 4388 GE, Oost-Souburg"
9longitude : "3.59545"
10masterip : "172.17.76.1"
11monitoring_group: "wleiden"
12nodename : "Ed"
13nodetype : "Hybrid"
14rdnap_x : 30486
15rdnap_y : 387207
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_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
37iface_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
46iface_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
63iface_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
72iface_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
80iface_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.