source: genesis/nodes/ProxyRick/wleiden.yaml@ 10529

Last change on this file since 10529 was 10454, checked in by rick, 13 years ago

Boolean values should be real boolean values.

File size: 992 bytes
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10436]4board : "UNKNOWN"
[10059]5comment : "None"
[10240]6externalif: "vr0"
[10369]7ileiden : True
[10116]8internalif: "vr1"
9internalroute: "172.16.3.97"
[10374]10latitude : "52.13999"
[10116]11location : "Brahmslaan 40, 2324 AN, Leiden"
[10374]12longitude : "4.47100"
[10116]13masterip : "172.16.3.98"
14nat : True
[10363]15nodename : "Rick"
[10116]16nodetype : "Proxy"
17proxyid : 13
[10059]18rdnap_x : 92280
19rdnap_y : 461707
[10116]20release : "8.2-RELEASE"
21remote_access: "riff.vanderzwet.net:1022"
22status : "up"
23
24
[10059]25iface_vr0:
[10116]26 comment : "link naar Router"
27 interface : "vr0"
28 ip : "0.0.0.0/30"
29 desc : "Link naar router"
30 sdesc : "uplink"
31 type : "eth"
[10454]32 dhcp : False
[10116]33 compass : "None"
[10454]34 dhcpclient : True
[10116]35 status : "up"
[10059]36
[10116]37
[10059]38iface_vr1:
[10116]39 comment : "link naar NodeRick"
40 interface : "vr1"
41 ip : "172.16.3.98/30"
42 desc : "Link naar NodeRick"
43 sdesc : "downlink"
44 type : "eth"
[10454]45 dhcp : False
[10116]46 compass : "None"
47 status : "up"
[10059]48
[10116]49
Note: See TracBrowser for help on using the repository browser.