source: genesis/nodes/ProxyHenk/wleiden.yaml@ 10620

Last change on this file since 10620 was 10526, checked in by ronald, 13 years ago

proxy names in yaml files turn out to be proxy name suffixes

File size: 1.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net45xx"
5comment : "None"
6externalif: "sis0"
7ileiden : True
8internalif: "sis1"
9internalroute: "172.16.18.33"
10latitude : "52.17062"
11location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
12longitude : "4.63854"
13masterip : "172.16.18.38"
14nat : False
15nodename : "Henk"
16nodetype : "Proxy"
17proxyid : 18
18rdnap_x : 103784
19rdnap_y : 464983
20release : "8.2-RELEASE"
21status : "up"
22
23
24iface_sis0:
25 comment : "link naar Router"
26 interface : "sis0"
27 ip : "0.0.0.0/30"
28 desc : "Link naar router"
29 sdesc : "uplink"
30 type : "eth"
31 dhcp : False
32 compass : "None"
33 dhcpclient : True
34 status : "up"
35
36
37iface_sis1:
38 comment : "Link naar WBRotary"
39 interface : "sis1"
40 ip : "172.16.18.38/29"
41 desc : "Link naar Rotary"
42 sdesc : "2rotary"
43 mode : "station-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "144"
47 ssid : "il-n.wbrotary.wleiden.net"
48 dhcp : False
49 compass : "n"
50 ns_ip : "172.16.18.37/29"
51 ns_mac : "00:15:6d:70:54:4a"
52 status : "down"
53
54
Note: See TracBrowser for help on using the repository browser.