source: genesis/nodes/Leythenrode2/wleiden.yaml@ 13869

Last change on this file since 13869 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: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : " verbonden met 'vuil' internet van Zorggroep Rijnland lokaal ip en nameservers via dhcp LET OP: niet standaard configuratie ivm lokale ap's!"
6gateway : "10.10.151.254"
7latitude : "52.15576"
8location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp, werkkast begane grond"
9longitude : "4.53567"
10masterip : "172.17.7.1"
11monitoring_group: "wleiden"
12nodename : "Leythenrode2"
13nodetype : "Hybrid"
14rdnap_x : 96728
15rdnap_y : 463407
16rdr_host : "81.30.33.222"
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.7"
24status : "up"
25
26
27iface_vr0:
28 comment : "External Link"
29 ip : "10.10.144.14/21"
30 sdesc : "2external"
31 type : "eth"
32 dhcp : "client"
33 status : "up"
34
35
36iface_vr1:
37 comment : "Ethernet"
38 ip : "172.17.7.1/24"
39 sdesc : "localsubnet"
40 type : "eth"
41 dhcp : "10-250"
42 status : "up"
43
44
45iface_vr1_alias0:
46 comment : "Local 28-subnet to Leythenrode1 and ap bridges zuidkant"
47 ip : "172.17.0.2/28"
48 sdesc : "Leythenrode_subnet"
49 mode : "ap-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "1"
53 ssid : "ap-z.leythenrode"
54 dhcp : False
55 compass : "n"
56 ns_ip : "172.17.0.3/28"
57 ns_mac : "00:15:6d:30:d2:c7"
58 bridge_type: "NanoStation2"
59 status : "up"
60
61
62iface_vr1_extra0:
63 comment : "AP "
64 ip : "172.17.0.4/28"
65 type : "eth"
66 channel : "1"
67 ssid : "ap-z.leythenrode"
68 compass : "zo"
69 ns_mac : "00:15:6d:30:d1:fa"
70 bridge_type: "NanoStation2"
71 status : "up"
72
73
Note: See TracBrowser for help on using the repository browser.