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

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

Cleanup verwijderd (helaas) all het commentaar.

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