source: genesis/nodes/proxy17/wleiden.yaml@ 10116

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

cleanup

File size: 1.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5gateway : "192.168.1.254"
6ileiden : False
7interfaces: "vr0,vr1"
8internalif: "vr1"
9internalroute: "172.17.0.33"
10latitude : "4.75732"
11location : "Somewhere in Aalsmeer (line of sight Watertoren)"
12longitude : "52.26427"
13masterip : "172.17.0.36"
14nat : True
15nodename : "Proxy17"
16nodetype : "Proxy"
17proxyid : 17
18rdnap_x : 112000
19rdnap_y : 475325
20release : "8.2-RELEASE"
21status : "up"
22
23
24iface_vr0:
25 comment : "link naar Router"
26 interface : "vr0"
27 ip : "192.168.1.250/24"
28 desc : "Link naar router"
29 sdesc : "uplink"
30 type : "eth"
31 dhcp : "yes"
32 compass : "None"
33 status : "up"
34
35
36iface_vr1:
37 comment : "Interlink naar de watertoren2"
38 interface : "vr1"
39 ip : "172.17.0.36/28"
40 desc : "Interlink naar de watertoren2"
41 sdesc : "2watertoren2"
42 mode : "station-wds"
43 type : "eth"
44 channel : "44"
45 ssid : "il-n.watertoren2.wleiden.net"
46 dhcp : "no"
47 compass : "n"
48 ns_ip : "172.17.0.35/28"
49 ns_mac : "00:15:6d:70:53:4f"
50 status : "up"
51
52
Note: See TracBrowser for help on using the repository browser.