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

Last change on this file since 10345 was 10345, checked in by huub, 13 years ago

nog een keer proberen jconfigs lhs en proxy20

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