source: genesis/nodes/Henk/wleiden.yaml@ 14297

Last change on this file since 14297 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.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.0.225"
7latitude : "52.17062"
8location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
9longitude : "4.63854"
10masterip : "172.17.28.1"
11monitoring_group: "wleiden"
12nodename : "Henk"
13nodetype : "Hybrid"
14rdnap_x : 103784
15rdnap_y : 464983
16rdr_host : "213.73.188.7"
17release : "9.0-RELEASE"
18remote_access: "213.73.188.7"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: True
22service_proxy_ileiden: True
23service_proxy_normal: True
24serviceid : "172.31.254.3"
25status : "up"
26
27
28iface_ath0:
29 comment : "Internal Wireless"
30 ip : "172.17.28.1/26"
31 sdesc : "binnen"
32 mode : "ap"
33 type : "11g"
34 channel : 1
35 ssid : "WiFi-Woubrugge"
36 wlan_mac : "00:1b:b1:05:02:e6"
37 dhcp : "10-60"
38 status : "up"
39
40
41iface_vr0:
42 comment : "Link to external interface"
43 ip : "192.168.0.14/24"
44 sdesc : "2external"
45 type : "eth"
46 dhcp : "client"
47 status : "up"
48
49
50iface_vr1:
51 comment : "Link naar WBRotary"
52 ip : "172.16.6.76/29"
53 sdesc : "2wbrotary"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "108"
58 ssid : "il-n.wbrotary.wleiden.net"
59 dhcp : False
60 compass : "z"
61 ns_ip : "172.16.6.75/29"
62 ns_mac : "04:18:d6:cc:00:53"
63 bridge_type: "NanoStation M5"
64 status : "up"
65
66
67iface_vr2:
68 comment : "Lokaal Dev Netwerk"
69 ip : "172.17.33.1/24"
70 sdesc : "2dev"
71 type : "eth"
72 dhcp : "10-20"
73 status : "up"
74
75
Note: See TracBrowser for help on using the repository browser.