source: genesis/nodes/proxy7/wleiden.yaml@ 10279

Last change on this file since 10279 was 10279, checked in by richardvm, 13 years ago

new config flags: external 7

File size: 1.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : " verbonden met 'vuil' internet van Zorggroep Rijnland lokaal ip en nameservers via dhcp LET OP: niet standaard configuratie ivm lokale ap's!"
5externalif: "sis0"
6gateway : "192.168.200.1"
7ileiden : True
8interfaces: "vr0,vr1"
9internalif: "vr1"
10externalif: "vr0"
11internalroute: "172.17.0.2"
12latitude : "4.53567"
13location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp"
14longitude : "52.15576"
15masterip : "172.17.0.1"
16nodename : "Proxy7"
17nodetype : "Proxy"
18proxyid : 7
19rdnap_x : 96728
20rdnap_y : 463407
21release : "9.0-RELEASE"
22status : "up"
23
24
25iface_vr0:
26 comment : "Link naar Router"
27 interface : "vr0"
28 ip : "192.168.200.100/24"
29 desc : "Link naar Router"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 status : "up"
35
36
37iface_vr1:
38 comment : "Local 24-subnet to node and clients"
39 interface : "vr1"
40 ip : "172.17.0.1/28"
41 desc : "naar NodeLeythenrode and ap bridges"
42 sdesc : "Leythenrode_subnet"
43 type : "eth"
44 dhcp : "no"
45 compass : "None"
46 status : "up"
47
48
49iface_vr1_alias0:
50 comment : "Local 24-subnet to node and clients"
51 interface : "vr1:0"
52 ip : "172.17.7.1/24"
53 desc : "naar NodeLeythenrode and local clients"
54 sdesc : "Leythenrode_subnet"
55 type : "eth"
56 dhcp : "no"
57 compass : "None"
58 status : "up"
59
60
Note: See TracBrowser for help on using the repository browser.