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

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

config proxy20 back to basics ivm trouble shooting default routering ileiden

File size: 1.5 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
[10390]48#iface_sis1_alias0:
49# comment : "link naar CNodeLHS"
50# interface : "sis1:0"
51# ip : "172.17.33.2/24"
52# desc : "ap subnet alias"
53# sdesc : "apdownlink"
54# type : "eth"
55# dhcp : "no"
56# compass : "None"
57# status : "up"
[10274]58
[10374]59
60iface_wi0:
61 comment : "ap"
62 interface : "wi0"
63 ip : "172.17.33.3/24"
64 desc : "AP"
65 sdesc : "ap"
66 mode : "ap"
67 type : "11b"
68 channel : "9"
69 ssid : "ap-WirelessLeiden-Lhs2"
70 dhcp : "10-110"
71 compass : "None"
72 status : "up"
73
74
Note: See TracBrowser for help on using the repository browser.