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
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | comment : "None"
|
---|
5 | externalif: "sis0"
|
---|
6 | gateway : "192.168.0.1"
|
---|
7 | ileiden : True
|
---|
8 | internalif: "sis1"
|
---|
9 | internalroute: "172.16.4.137"
|
---|
10 | latitude : "52.17305"
|
---|
11 | location : "De Leidse Houtschool,Adriaan Pauwstraat 1,2334 CG,Leiden"
|
---|
12 | longitude : "4.47694"
|
---|
13 | masterip : "172.16.4.138"
|
---|
14 | nodename : "proxy20"
|
---|
15 | nodetype : "Proxy"
|
---|
16 | proxyid : 20
|
---|
17 | rdnap_x : 92733
|
---|
18 | rdnap_y : 465380
|
---|
19 | release : "9.0-RELEASE"
|
---|
20 | status : "up"
|
---|
21 |
|
---|
22 |
|
---|
23 | iface_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 |
|
---|
36 | iface_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 |
|
---|
47 |
|
---|
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"
|
---|
58 |
|
---|
59 |
|
---|
60 | iface_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.