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

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

added externalif:
more flexiable, less logic in config files

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