Last change
on this file since 8282 was 8261, checked in by rick, 15 years ago |
- Commented variables are kind of useless as no program will be able to parse
them. So made them 'active'
- The text behind the $config proves to be a more usefull description than the
normal DESC field, pushed them into a variable called COMMENT so we can
finally start using them.
- Commented code is in general bad stuff with a revision control system as it
clutters the view, made the non active interface just 'idle' active.
|
-
Property svn:eol-style
set to
native
|
File size:
854 bytes
|
Line | |
---|
1 | #
|
---|
2 | # config CNodeZwet
|
---|
3 | $location="Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden";
|
---|
4 | $master_ip='172.20.145.1';
|
---|
5 | $nodetype='CNode';
|
---|
6 | $nodename='Rick';
|
---|
7 |
|
---|
8 | $status='up';
|
---|
9 |
|
---|
10 |
|
---|
11 | # edugis x,y
|
---|
12 | $X='92434';
|
---|
13 | $Y='461987';
|
---|
14 |
|
---|
15 | $config{'sis0'}=sprintf <<SIS0;
|
---|
16 | COMMENT=Link to proxy interface
|
---|
17 | TYPE=ethernet
|
---|
18 | IP=172.16.3.97/30
|
---|
19 |
|
---|
20 | DESC=Proxy Link
|
---|
21 | SDESC=2proxy
|
---|
22 | SIS0
|
---|
23 |
|
---|
24 |
|
---|
25 | $config{'ath0'}=sprintf <<ATH0;
|
---|
26 | COMMENT=Internal Wireless
|
---|
27 | TYPE=wireless
|
---|
28 | MODE=master
|
---|
29 | IP=$master_ip/26
|
---|
30 |
|
---|
31 | DHCP=10-60
|
---|
32 | SDESC=binnen
|
---|
33 |
|
---|
34 | CHANNEL=1
|
---|
35 | DESC=Internal Wireless
|
---|
36 | ESSID=ap-WirelessLeiden-Rick-Binnen
|
---|
37 | ATH0
|
---|
38 |
|
---|
39 |
|
---|
40 |
|
---|
41 | # Connected via NanoStation5
|
---|
42 | # ESSID=il-zw.haagwijk.wleiden.net
|
---|
43 | $config{'sis1'}=sprintf <<SIS1;
|
---|
44 | COMMENT=Link naar Haagwijk
|
---|
45 | TYPE=ethernet
|
---|
46 | IP=172.16.4.148/29
|
---|
47 |
|
---|
48 | DESC=Link naar Haagwijk
|
---|
49 | SDESC=2haagwijk
|
---|
50 | MODE=bridge client wds
|
---|
51 | ESSID=il-zw.haagwijk.wleiden.net
|
---|
52 | NSMAC=
|
---|
53 | NS_IP=172.16.4.147/29
|
---|
54 |
|
---|
55 | MODE=managed
|
---|
56 |
|
---|
57 | DHCP=no
|
---|
58 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.