source: genesis/nodes/Watertoren1/wleiden.yaml@ 14175

Last change on this file since 14175 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 : "92.66.227.161"
7ileiden : True
8latitude : "52.25493"
9location : "Watertoren, Kudelstaartseweg 16,1431 GA, Aalsmeer"
10longitude : "4.75742"
11masterip : "172.17.9.1"
12monitoring_group: "wleiden"
13nodename : "Watertoren1"
14nodetype : "Hybrid"
15rdnap_x : 111998
16rdnap_y : 474286
17rdr_host : "92.66.227.163"
18release : "9.0-RELEASE"
19remote_access: "92.66.227.163:22"
20service_accesspoint: True
21service_concentrator: False
22service_incoming_rdr: False
23service_proxy_ileiden: False
24service_proxy_normal: False
25status : "up"
26
27
28iface_ath0:
29 comment : "OMNI voor Wifi op de westeinder (Mast3:Pos2)"
30 ip : "172.17.9.1/26"
31 sdesc : "ap-omni"
32 mode : "ap"
33 type : "11g"
34 channel : 6
35 ssid : "WiFi-Westeinder-Watertoren1"
36 wlan_mac : "00:0b:6b:85:64:78"
37 dhcp : "20-60"
38 status : "up"
39
40
41iface_ue0:
42 comment : "Nieuwe Link naar ... (Mastx:Posy) nog niet aangesloten - NM5 zit op watertoren2-vr1"
43 ip : "172.16.5.17/29"
44 sdesc : "nieuw"
45 mode : "ap-wds"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "40"
49 ssid : "il-X.watertoren1.wleiden.net"
50 dhcp : False
51 compass : "w"
52 ns_ip : "172.16.5.18/29"
53 ns_mac : "04:18:d6:ca:fd:fe"
54 bridge_type: "NanoStationM5"
55 status : "down"
56
57
58iface_vr0:
59 comment : "Ethernet/ Switchport: 3 rode patchkabel naar switch"
60 ip : "172.25.90.67/29"
61 sdesc : "uplink"
62 type : "eth"
63 dhcp : False
64 status : "up"
65
66
67iface_vr0_alias0:
68 comment : "Uplink"
69 ip : "92.66.227.163/29"
70 sdesc : "uplink"
71 type : "eth"
72 dhcp : False
73 status : "up"
74
75
76iface_vr1:
77 comment : "M5 naar Amsterdam (Mast1:Pos2) rode patchkabel naar PoE LAN1-> kabel 1"
78 ip : "172.16.16.89/29"
79 sdesc : "2ams"
80 mode : "ap-wds"
81 type : "eth"
82 channel : "44"
83 ssid : "il-nno.watertoren1.wleiden.net"
84 dhcp : False
85 compass : "nw"
86 ns_ip : "172.16.16.90/29"
87 ns_mac : "dc:9f:db:2a:1d:17"
88 bridge_type: "NanoStationM5"
89 status : "up"
90
91
92iface_vr1_alias_0:
93 comment : "Network TechInc"
94 ip : "172.17.92.1/24"
95 type : "eth"
96 dhcp : False
97 status : "up"
98
99
100iface_vr2:
101 comment : "Naar Herman; Webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35 rode patchkabel naar PoE LAN2-> kabel 2"
102 ip : "172.17.0.33/28"
103 sdesc : "2herman"
104 mode : "ap-wds"
105 type : "eth"
106 channel : "106"
107 ssid : "il-n.watertoren1.wleiden.net"
108 dhcp : False
109 compass : "n"
110 ns_ip : "172.17.0.34/28"
111 ns_mac : "dc:9f:db:2b:2f:b9"
112 bridge_type: "NanoStationM5"
113 status : "up"
114
115
Note: See TracBrowser for help on using the repository browser.