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

Last change on this file since 12617 was 11732, checked in by rick, 12 years ago

MAC in lowercase please, standard system format.

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_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 clients (ap bridges 172.17.0.3 en .0.4 en .0.7)"
45 ip : "172.17.0.2/28"
46 sdesc : "Leythenrode_subnet"
47 mode : "ap-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "3"
51 ssid : "ap-zo.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
59
Note: See TracBrowser for help on using the repository browser.