source: genesis/nodes/proxy18/wleiden.yaml@ 10301

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

added external if var

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