source: genesis/nodes/proxy14/wleiden.yaml@ 10434

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

Lets start storing the board type in gformat, to give a better look of the hardware in production (and check interface naming for example).

File size: 983 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net45xx"
5comment : "None"
6externalif: "sis0"
7gateway : "92.66.227.161"
8ileiden : False
9internalif: "sis1"
10internalroute: "172.25.90.67"
11latitude : "52.25493"
12location : " Watertoren, Aalsmeer"
13longitude : "4.75742"
14masterip : "172.25.90.69"
15nat : True
16nodename : "proxy14"
17nodetype : "Proxy"
18proxyid : 14
19rdnap_x : 111998
20rdnap_y : 474286
21release : "8.0-RELEASE"
22status : "up"
23
24
25iface_sis0:
26 comment : "link naar Router"
27 interface : "sis0"
28 ip : "92.66.227.165/29"
29 desc : "Link naar router"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 status : "up"
35
36
37iface_sis1:
38 comment : "link naar Node Watertoren2"
39 interface : "sis1"
40 ip : "172.25.90.69/29"
41 desc : "Link naar Node Watertoren2"
42 sdesc : "downlink"
43 type : "eth"
44 dhcp : "no"
45 compass : "None"
46 status : "up"
47
48
Note: See TracBrowser for help on using the repository browser.