source: genesis/nodes/ProxyLHS/wleiden.yaml@ 10530

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

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

File size: 1.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net45xx"
5comment : "None"
6externalif: "sis0"
7gateway : "192.168.0.1"
8ileiden : True
9internalif: "sis1"
10internalroute: "172.16.4.137"
11latitude : "52.17305"
12location : "De Leidse Houtschool,Adriaan Pauwstraat 1,2334 CG,Leiden"
13longitude : "4.47694"
14masterip : "172.16.4.138"
15nodename : "LHS"
16nodetype : "Proxy"
17proxyid : 20
18rdnap_x : 92733
19rdnap_y : 465380
20release : "9.0-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 CNodeLHS"
39 interface : "sis1"
40 ip : "172.16.4.138/29"
41 desc : "Link naar NodeLHS"
42 sdesc : "downlink"
43 type : "eth"
44 dhcp : False
45 compass : "None"
46 status : "up"
47
48
49iface_wi0:
50 comment : "ap"
51 interface : "wi0"
52 ip : "172.17.33.3/24"
53 desc : "AP"
54 sdesc : "ap"
55 mode : "ap"
56 type : "11b"
57 channel : "9"
58 ssid : "ap-WirelessLeiden-Lhs2"
59 dhcp : "10-110"
60 compass : "None"
61 status : "up"
62
63
Note: See TracBrowser for help on using the repository browser.