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

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