source: genesis/nodes/ProxyLeythenrode/wleiden.yaml@ 10890

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 1.0 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!"
6externalif: "vr0"
7gateway : "192.168.200.1"
8ileiden : True
9internalif: "vr1"
10internalroute: "172.17.0.2"
11latitude : "52.15576"
12location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp"
13longitude : "4.53567"
14masterip : "172.17.0.1"
15nodename : "Leythenrode"
16nodetype : "Proxy"
17proxyid : 7
18rdnap_x : 96728
19rdnap_y : 463407
20release : "9.0-RELEASE"
21status : "up"
22
23
24iface_vr0:
25 comment : "Link naar Router"
26 ip : "192.168.200.100/24"
27 sdesc : "uplink"
28 type : "eth"
29 dhcp : False
30 compass : "None"
31 status : "up"
32
33
34iface_vr1:
35 comment : "Local 28-subnet to node and clients (ap bridges)"
36 ip : "172.17.0.1/28"
37 sdesc : "Leythenrode_subnet"
38 type : "eth"
39 dhcp : False
40 compass : "None"
41 status : "up"
42
43
Note: See TracBrowser for help on using the repository browser.