source: genesis/nodes/HybridLeythenrode2/wleiden.yaml@ 13333

Last change on this file since 13333 was 13333, checked in by huub, 9 years ago

extra voor Leythenrode2

File size: 1.7 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 : "192.168.200.1"
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
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_vr0:
26 comment : "External Link"
27 ip : "192.168.200.100/24"
28 sdesc : "2external"
29 type : "eth"
30 dhcp : False
31 status : "up"
32
33
34iface_vr1:
35 comment : "Ethernet"
36 ip : "172.17.7.1/24"
37 sdesc : "localsubnet"
38 type : "eth"
39 dhcp : "10-250"
40 status : "up"
41
42
43iface_vr1_alias0:
44 comment : "Local 28-subnet to Leythenrode1 and ap bridges zuidkant"
45 ip : "172.17.0.2/28"
46 sdesc : "Leythenrode_subnet"
47 mode : "ap-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "1"
51 ssid : "ap-z.leythenrode"
52 dhcp : False
53 compass : "n"
54 ns_ip : "172.17.0.3/28"
55 ns_mac : "00:15:6d:30:d2:c7"
56 bridge_type: "NanoStation2"
57 status : "up"
58
59iface_vr1_extra0:
60 comment : "AP "
61 channel : "1"
62 ssid : "ap-z.leythenrode"
63 compass : "zo"
64 type : "eth"
65 ip : "172.17.0.4/28"
66 ns_mac : "00:15:6d:30:d1:fa"
67 bridge_type: "NanoStation2"
68 status : "up"
69
70
Note: See TracBrowser for help on using the repository browser.