source: genesis/nodes/proxy20/wleiden.yaml@ 10370

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

interfaces: key is obsolete and can be removed.

Fixes: beheer#175

File size: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "sis0"
6gateway : "192.168.0.1"
7ileiden : True
8internalif: "sis1"
9internalroute: "172.16.4.137"
10latitude : "4.47694"
11location : "De Leidse Houtschool,Adriaan Pauwstraat 1,2334 CG,Leiden"
12longitude : "52.17305"
13masterip : "172.16.4.138"
14nodename : "proxy20"
15nodetype : "Proxy"
16proxyid : 20
17rdnap_x : 92733
18rdnap_y : 465380
19release : "9.0-RELEASE"
20status : "up"
21
22iface_wi0:
23 comment : "ap"
24 interface : "wi0"
25 ip : "172.17.33.3/24"
26 desc : "AP"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11b"
30 channel : "9"
31 ssid : "ap-WirelessLeiden-Lhs2"
32 dhcp : "10-110"
33 compass : "None"
34 status : "up"
35
36iface_sis0:
37 comment : "link naar Router"
38 interface : "sis0"
39 ip : "0.0.0.0/30"
40 desc : "Link naar router"
41 sdesc : "uplink"
42 type : "eth"
43 dhcp : "no"
44 compass : "None"
45 dhcpclient : "yes"
46 status : "up"
47
48
49iface_sis1:
50 comment : "link naar CNodeLHS"
51 interface : "sis1"
52 ip : "172.16.4.138/29"
53 desc : "Link naar NodeLHS"
54 sdesc : "downlink"
55 type : "eth"
56 dhcp : "no"
57 compass : "None"
58 status : "up"
59
60iface_sis1_alias0:
61 comment : "link naar CNodeLHS"
62 interface : "sis1:0"
63 ip : "172.17.33.2/24"
64 desc : "ap subnet alias"
65 sdesc : "apdownlink"
66 type : "eth"
67 dhcp : "no"
68 compass : "None"
69 status : "up"
70
Note: See TracBrowser for help on using the repository browser.