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

Last change on this file since 11432 was 11432, checked in by huub, 12 years ago

enkele kleine config aanpassingen ivm nagios

File size: 1.5 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_incoming_rdr: False
19service_proxy_ileiden: True
20service_proxy_normal: True
21status : "up"
22
23
24iface_vr0:
25 comment : "External Link"
26 ip : "192.168.200.100/24"
27 sdesc : "2external"
28 type : "eth"
29 dhcp : False
30 status : "up"
31
32
33iface_vr1:
34 comment : "Ethernet"
35 ip : "172.17.7.1/24"
36 sdesc : "localsubnet"
37 type : "eth"
38 dhcp : "10-250"
39 status : "up"
40
41
42iface_vr1_alias0:
43 comment : "Local 28-subnet to Leythenrode1 and clients (ap bridges 172.17.0.3 en 172.17.0.4/00:15:6D:30:D1:FA)"
44 ip : "172.17.0.2/28"
45 sdesc : "Leythenrode_subnet"
46 mode : "ap-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "3"
50 ssid : "ap-zo.leythenrode"
51 dhcp : False
52 compass : "nw"
53 ns_ip : "172.17.0.3/28"
54 ns_mac : "00:15:6D:30:D2:C7"
55 bridge_type: "NanoStation2"
56 status : "up"
57
58
Note: See TracBrowser for help on using the repository browser.