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

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

All cosmetic fixes.

File size: 1.2 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"
11nodename : "Leythenrode2"
12nodetype : "Hybrid"
13rdnap_x : 96728
14rdnap_y : 463407
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: True
18service_proxy_normal: True
19status : "up"
20
21
22iface_vr0:
23 comment : "External Link"
24 ip : "192.168.200.100/24"
25 sdesc : "2external"
26 type : "eth"
27 dhcp : False
28 status : "up"
29
30
31iface_vr1:
32 comment : "Ethernet"
33 ip : "172.17.7.1/24"
34 sdesc : "localsubnet"
35 type : "eth"
36 dhcp : "10-250"
37 status : "up"
38
39
40iface_vr1_alias0:
41 comment : "Local 28-subnet to Leythenrode1 and clients (ap bridges)"
42 ip : "172.17.0.2/28"
43 sdesc : "Leythenrode_subnet"
44 type : "eth"
45 dhcp : False
46 status : "up"
47
48
Note: See TracBrowser for help on using the repository browser.