source: genesis/nodes/StBavo1/wleiden.yaml@ 13613

Last change on this file since 13613 was 13579, checked in by rick, 9 years ago

Altered Ziggo modeme, such that inbound is allowed at StBavo, usefull for
debugging GHR and friends.

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.19183"
8location : "Sint Bavo Kerk, Leidse weg 6, 2374 AL, Oud-Ade"
9longitude : "4.56611"
10masterip : "172.16.3.93"
11monitoring_group: "wleiden"
12nodename : "StBavo1"
13nodetype : "Hybrid"
14rdnap_x : 98856
15rdnap_y : 467396
16release : "9.0-RELEASE"
17rdr_host : "213.73.140.38"
18remote_access: "213.73.140.38:1022"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24status : "up"
25
26
27iface_ath0:
28 comment : "Link naar StBavo2"
29 ip : "172.16.3.93/30"
30 sdesc : "2stbavo2"
31 mode : "ap"
32 type : "11a"
33 channel : 44
34 ssid : "il-intern.stbavo1.wleiden.net"
35 dhcp : False
36 status : "up"
37
38
39iface_vr0:
40 comment : "Internet verbinding"
41 ip : "192.168.178.2/24"
42 sdesc : "2external"
43 type : "eth"
44 dhcp : False
45 status : "up"
46
47
48iface_vr0_alias0:
49 comment : "Interlink naar pastorie Nanostation M5 DC:9F:DB:64:2C:DF kabel 4"
50 ip : "172.16.9.1/29"
51 sdesc : "2pastorie"
52 mode : "ap-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "128"
56 ssid : "il-o.stbavo1.wleiden.net"
57 ns_ip : "172.16.9.2/29"
58 ns_mac : "dc:9f:db:64:2f:77"
59 bridge_type: "NanoStation M5"
60 status : "up"
61
62
63iface_vr1:
64 comment : "Link naar Kaag2 kabel 3"
65 ip : "172.16.7.249/29"
66 sdesc : "2kaag2"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "140"
71 ssid : "il-z.kaag2.wleiden.net"
72 dhcp : False
73 compass : "n"
74 ns_ip : "172.16.7.250/29"
75 ns_mac : "dc:9f:db:64:2e:bd"
76 bridge_type: "NanoStation M5"
77 status : "up"
78
79
80iface_vr2:
81 comment : "Link to KWVdeKaag kabel 5"
82 ip : "172.16.7.241/29"
83 sdesc : "2kwdekaag"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "100"
88 ssid : "il-w.stbavo1.wleiden.net"
89 dhcp : False
90 compass : "w"
91 ns_ip : "172.16.7.242/29"
92 ns_mac : "dc:9f:db:64:2f:07"
93 bridge_type: "NanoStation M5"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.