Last change
on this file since 8399 was 8261, checked in by rick, 14 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:
979 bytes
|
Line | |
---|
1 | #
|
---|
2 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
3 | #
|
---|
4 | # config CNodeLMkempers2
|
---|
5 | $location="Jachthaven Kempers, Herenweg 100, 2451 VS, Leimuiden";
|
---|
6 |
|
---|
7 | $master_ip='172.25.84.1';
|
---|
8 | $nodetype='CNode';
|
---|
9 | $nodename='LMkempers2';
|
---|
10 | $release="7.2-RELEASE";
|
---|
11 |
|
---|
12 |
|
---|
13 | $status='up';
|
---|
14 |
|
---|
15 | $X='107020';
|
---|
16 | $Y='471200';
|
---|
17 |
|
---|
18 | $config{'sis0'}=sprintf <<ED0;
|
---|
19 | COMMENT=eth poort 0 Kempers2
|
---|
20 | TYPE=ethernet
|
---|
21 | IP=172.25.84.65/29
|
---|
22 |
|
---|
23 | DESC=Ethernet naar Kempers2
|
---|
24 | SDESC=eth
|
---|
25 |
|
---|
26 | DHCP=no
|
---|
27 |
|
---|
28 | ED0
|
---|
29 |
|
---|
30 | $config{'sis1'}=sprintf <<ED1;
|
---|
31 | COMMENT=eth Link naar Kempers1
|
---|
32 | TYPE=ethernet
|
---|
33 | IP=172.16.1.202/30
|
---|
34 |
|
---|
35 | DESC=Ethernet naar lmkempers1
|
---|
36 | SDESC=2lmkempers1
|
---|
37 |
|
---|
38 | DHCP=no
|
---|
39 |
|
---|
40 |
|
---|
41 | ED1
|
---|
42 |
|
---|
43 | $config{'ath0'}=sprintf <<EW0;
|
---|
44 | COMMENT=OMNI voor Westeinder
|
---|
45 | TYPE=wireless
|
---|
46 | IP=$master_ip/26
|
---|
47 |
|
---|
48 | DESC=APKempers voor Westeinder
|
---|
49 | SDESC=apkempers
|
---|
50 |
|
---|
51 | DHCP=10-60
|
---|
52 |
|
---|
53 | MODE=master
|
---|
54 | ESSID=ap.we.wleiden.net
|
---|
55 | CHANNEL=5
|
---|
56 |
|
---|
57 |
|
---|
58 | EW0
|
---|
59 |
|
---|
60 | $config{'wi0'}=sprintf <<EW1;
|
---|
61 | COMMENT=Link naar AMWTR
|
---|
62 | TYPE=wireless
|
---|
63 | IP=172.16.1.209/30
|
---|
64 | DESC=Link naar AMWTR
|
---|
65 | SDESC=2amwtr
|
---|
66 |
|
---|
67 | MODE=master
|
---|
68 | ESSID=il-no.kmprs.wleiden.net
|
---|
69 | CHANNEL=5
|
---|
70 |
|
---|
71 |
|
---|
72 | DHCP=no
|
---|
73 |
|
---|
74 | EW1
|
---|
75 |
|
---|
76 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.