source: genesis/nodes/JorisdeWitte/wleiden.yaml@ 13897

Last change on this file since 13897 was 13861, checked in by rick, 8 years ago

Make rdr_rules global for multi-access use.

Allowing them to be used at all exit-nodes, which could be usefull if one
exit-node is down and service still need to continue working.

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "213.124.17.161"
7latitude : "52.1941"
8location : "Chr. Basisschool Joris de Witte, Jan Wolkerslaan 18, 2343BK, Oegstgeest"
9longitude : "4.4780"
10masterip : "172.17.39.1"
11monitoring_group: "Oegstgeest"
12nodename : "JorisdeWitte"
13nodetype : "Hybrid"
14rdnap_x : 928360
15rdnap_y : 467757
16rdr_host : "213.124.17.163"
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23serviceid : "172.31.254.5"
24status : "up"
25
26
27iface_ath0:
28 comment : "Omni voor de buurt"
29 ip : "172.17.39.1/24"
30 sdesc : "omni"
31 mode : "ap"
32 type : "11g"
33 channel : 1
34 ssid : "WiFi-Oegstgeest-JorisdeWitte"
35 wlan_mac : "00:1b:b1:00:eb:ba"
36 dhcp : "10-250"
37 status : "up"
38
39
40iface_vr0:
41 comment : "Ethernet naar JorisdeWitte"
42 ip : "213.124.17.163/29"
43 sdesc : "2joris"
44 type : "eth"
45 dhcp : False
46 status : "up"
47
48
49iface_vr1:
50 comment : "Interlink naar Som1"
51 ip : "172.16.7.12/29"
52 sdesc : "2som1"
53 mode : "station"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "140"
57 ssid : "il-nnw.som1.wleiden.net"
58 dhcp : False
59 compass : "w"
60 ns_ip : "172.16.7.11"
61 ns_mac : "dc:9f:db:f2:0e:5d"
62 bridge_type: "NanoBridge25 M5"
63 status : "up"
64
65
66iface_vr2:
67 comment : "Interlink naar AkzoNobel2"
68 ip : "172.16.7.20/29"
69 sdesc : "2akzonobel2"
70 mode : "station"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "64"
74 ssid : "il-zzw.teyakzonobel2.wleiden.net"
75 dhcp : False
76 compass : "w"
77 ns_ip : "172.16.7.19"
78 ns_mac : "00:15:6d:f2:43:83"
79 bridge_type: "NanoStation M5"
80 status : "up"
81
82
Note: See TracBrowser for help on using the repository browser.