Last change
on this file since 8340 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:
1.1 KB
|
Line | |
---|
1 | #
|
---|
2 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
3 | #
|
---|
4 | # config CNodeLMkempers1
|
---|
5 | $location="Jachthaven Kempers, Herenweg 100, 2451 VS, Leimuiden";
|
---|
6 | $master_ip='172.25.80.65';
|
---|
7 | $nodetype='CNode';
|
---|
8 | $nodename='LMkempers1';
|
---|
9 | $release="7.2-RELEASE";
|
---|
10 |
|
---|
11 |
|
---|
12 | $status='up';
|
---|
13 |
|
---|
14 | $X='107020';
|
---|
15 | $Y='471200';
|
---|
16 |
|
---|
17 | $AGGREGATE=22;
|
---|
18 |
|
---|
19 | $config{'sis0'}=sprintf <<ED0;
|
---|
20 | COMMENT=ethernet poort 0 Soekris
|
---|
21 | TYPE=ethernet
|
---|
22 | IP=$master_ip/29
|
---|
23 |
|
---|
24 | DESC=Ethernet poort kempers1
|
---|
25 | SDESC=eth
|
---|
26 |
|
---|
27 | DHCP=no
|
---|
28 |
|
---|
29 |
|
---|
30 | ED0
|
---|
31 |
|
---|
32 | $config{'sis1'}=sprintf <<ED1;
|
---|
33 | COMMENT=eth poort 1 naar node kempers2
|
---|
34 | TYPE=ethernet
|
---|
35 | IP=172.16.1.201/30
|
---|
36 |
|
---|
37 | DESC=Ethernet naar kempers2
|
---|
38 | SDESC=2lmkempers2
|
---|
39 |
|
---|
40 | DHCP=no
|
---|
41 |
|
---|
42 |
|
---|
43 |
|
---|
44 | ED1
|
---|
45 |
|
---|
46 | $config{'wi0'}=sprintf <<EW0;
|
---|
47 | COMMENT=Link naar LMDorp
|
---|
48 | TYPE=wireless
|
---|
49 | IP=172.16.1.193/30
|
---|
50 | DESC=Link naar LMDorp
|
---|
51 | SDESC=2lmdorp
|
---|
52 |
|
---|
53 | MODE=master
|
---|
54 | ESSID=il-zw.kmprs.wleiden.net
|
---|
55 | CHANNEL=1
|
---|
56 |
|
---|
57 | DHCP=no
|
---|
58 |
|
---|
59 | EW0
|
---|
60 |
|
---|
61 | $config{'wi0:0'}=sprintf <<EW00;
|
---|
62 | COMMENT=link naar lmstruykverwo2
|
---|
63 | TYPE=wireless
|
---|
64 | IP=172.16.1.205/30
|
---|
65 |
|
---|
66 | DESC=Link naar lmstruykverwo2
|
---|
67 | SDESC=2lmstruykverwo2
|
---|
68 |
|
---|
69 |
|
---|
70 |
|
---|
71 | DHCP=no
|
---|
72 |
|
---|
73 | EW00
|
---|
74 |
|
---|
75 | $config{'wi1'}=sprintf <<EW1;
|
---|
76 | COMMENT=link kempers naar BDBoon
|
---|
77 | TYPE=wireless
|
---|
78 | IP=172.16.1.213/30
|
---|
79 | DESC=Link naar BDBoon
|
---|
80 | SDESC=2BDBoon
|
---|
81 |
|
---|
82 |
|
---|
83 | MODE=master
|
---|
84 | ESSID=il-zo.kmprs.wleiden.net
|
---|
85 | CHANNEL=13
|
---|
86 |
|
---|
87 | DHCP=no
|
---|
88 |
|
---|
89 | EW1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.