source: genesis/nodes/Langevoort/wleiden.yaml@ 13874

Last change on this file since 13874 was 13869, checked in by rick, 8 years ago

References of public IP.

Keeping track of public IPs, makes its the mapping <node>.gw.wleiden.net
available. Which is on it's turn usefull for remote SSH logins.

File size: 2.2 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"
7ileiden : True
8latitude : "52.18620"
9location : "Hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"
10longitude : "4.47699"
11masterip : "172.23.25.1"
12monitoring_group: "Oegstgeest"
13nodename : "Langevoort"
14nodetype : "Hybrid"
15rdnap_x : 92755
16rdnap_y : 466842
17rdr_host : "82.217.226.113"
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24serviceid : "172.31.254.6"
25status : "up"
26
27
28iface_ath0:
29 comment : "Omni voor de buurt"
30 ip : "172.23.25.1/24"
31 sdesc : "omni"
32 mode : "ap"
33 type : "11g"
34 channel : 6
35 ssid : "WiFi-Oegstgeest"
36 wlan_mac : "00:1b:b1:05:02:df"
37 dhcp : "10-250"
38 status : "up"
39
40
41iface_ue0:
42 comment : "Extra AP2"
43 ip : "172.17.41.1/24"
44 sdesc : "ap2"
45 mode : "station-wds"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "11"
49 ssid : "WiFi-Oegstgeest-2"
50 dhcp : "10-240"
51 ns_ip : "172.17.41.2/24"
52 ns_mac : "00:15:6d:d4:f8:36"
53 bridge_type: "Bullet2"
54 status : "up"
55
56
57iface_vr0:
58 comment : "External Link"
59 ip : "192.168.178.14/24"
60 sdesc : "2external"
61 type : "eth"
62 dhcp : "client"
63 status : "up"
64
65
66iface_vr1:
67 comment : "A-Link naar Lijtweg1"
68 ip : "172.16.6.244/29"
69 sdesc : "2lijtweg1"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "108"
74 ssid : "il-n.lijtweg1.wleiden.net"
75 dhcp : False
76 compass : "w"
77 ns_ip : "172.16.6.243/29"
78 ns_mac : "dc:9f:db:2a:28:b6"
79 bridge_type: "NanostationM5"
80 status : "up"
81
82
83iface_vr2:
84 comment : "Extra AP3"
85 ip : "172.17.70.1/24"
86 sdesc : "ap3"
87 mode : "ap"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "1"
91 ssid : "WiFi-Oegstgeest-3"
92 dhcp : "10-240"
93 compass : "w"
94 ns_ip : "172.17.70.2/29"
95 ns_mac : "00:15:6d:e9:f9:bd"
96 bridge_type: "Bullet2"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.