source: genesis/nodes/StVictor/wleiden.yaml@ 13971

Last change on this file since 13971 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: 2.7 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.25091"
8location : "Sint Victor kerk, St Victorlaan 11, 2211 RN, Noordwijkerhout"
9longitude : "4.48922"
10masterip : "172.17.119.1"
11monitoring_group: "noordwijk"
12nodename : "StVictor"
13nodetype : "Hybrid"
14rdnap_x : 93680
15rdnap_y : 474031
16rdr_host : "82.217.246.132"
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23serviceid : "172.31.254.14"
24status : "up"
25
26
27iface_ath0:
28 comment : "Accesspoint Zuid op sectorantenne"
29 ip : "172.17.119.1/24"
30 sdesc : "apz"
31 mode : "ap"
32 type : "11g"
33 channel : 1
34 ssid : "ap-stvictor-z"
35 dhcp : "10-250"
36 compass : "n"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Accesspoint Noord op NanoStation"
42 ip : "172.17.133.1/24"
43 sdesc : "apoost"
44 mode : "apn"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "6"
48 ssid : "ap-stvictor-n"
49 dhcp : "10-250"
50 compass : "n"
51 ns_ip : "172.17.133.2/24"
52 ns_mac : "dc:9f:db:62:14:9b"
53 bridge_type: "NanoStationM2"
54 status : "up"
55
56
57iface_vr0:
58 comment : "Internetverbinding"
59 ip : "192.168.178.2/24"
60 sdesc : "2external"
61 type : "eth"
62 dhcp : "client"
63 status : "up"
64
65
66iface_vr0_extra0:
67 comment : "Naar pastorie NanostationM5 LAN1 bridge > nano vr1 WPA2"
68 ip : "172.16.9.105/29"
69 sdesc : "2pastorie"
70 mode : "ap-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "52"
74 ssid : "il-nw.stvictor.wleiden.net"
75 compass : "nw"
76 ns_ip : "172.16.9.106/29"
77 ns_mac : "24:a4:3c:72:01:cf"
78 bridge_type: "NanoStation M5"
79 status : "up"
80
81
82iface_vr1:
83 comment : "Naar Leeuwenhorst1 NanostationM5 LAN1 bridge > nano vr0"
84 ip : "172.16.6.228/29"
85 sdesc : "2lwhorst"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "60"
90 ssid : "il-o.leeuwenhorst.wleiden.net"
91 dhcp : False
92 compass : "w"
93 ns_ip : "172.16.6.227/29"
94 ns_mac : "24:a4:3c:72:02:29"
95 bridge_type: "NanoStation M5"
96 status : "up"
97
98
99iface_vr2:
100 comment : "Link naar AkzoNobel1"
101 ip : "172.16.10.36/29"
102 sdesc : "2akzo"
103 mode : "ap-wds"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : "120"
107 ssid : "il-n.teyakzonobel1.wleiden.net"
108 dhcp : False
109 compass : "z"
110 ns_ip : "172.16.10.35/29"
111 ns_mac : "24:a4:3c:72:02:13"
112 bridge_type: "NanoStation M5"
113 status : "up"
114
115
Note: See TracBrowser for help on using the repository browser.