Last change
on this file since 8261 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.2 KB
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | #
|
---|
4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
5 | #
|
---|
6 | $location="PolderPeil, 2408 RD, Alphen aan den Rijn";
|
---|
7 | $master_ip='172.28.138.1';
|
---|
8 | $nodetype='CNode';
|
---|
9 | $nodename='PPFortis';
|
---|
10 | $release="5.0-RELEASE";
|
---|
11 |
|
---|
12 | $DISK='FLASH';
|
---|
13 |
|
---|
14 | $status='up';
|
---|
15 |
|
---|
16 | # edugis x,y 104920,458730
|
---|
17 | $X='104920';
|
---|
18 | $Y='458730';
|
---|
19 |
|
---|
20 | #$AGGREGATE=22;
|
---|
21 |
|
---|
22 | $config{'sis0'}=sprintf <<SIS0;
|
---|
23 | COMMENT=Ethernet IP's 65 - 70 /248
|
---|
24 | TYPE=ethernet
|
---|
25 | IP=172.28.138.65/29
|
---|
26 |
|
---|
27 | DESC=Naar_binnen
|
---|
28 | SDESC=eth
|
---|
29 |
|
---|
30 | DHCP=no
|
---|
31 |
|
---|
32 |
|
---|
33 | SIS0
|
---|
34 |
|
---|
35 |
|
---|
36 | $config{'sis1'}=sprintf <<SIS1;
|
---|
37 | TYPE=ethernet
|
---|
38 | IP=172.28.138.73/29
|
---|
39 |
|
---|
40 | DESC=Ethernet naar onbekend
|
---|
41 | SDESC=eth
|
---|
42 |
|
---|
43 | DHCP=no
|
---|
44 |
|
---|
45 |
|
---|
46 | SIS1
|
---|
47 |
|
---|
48 |
|
---|
49 | $config{'wi0'}=sprintf <<EW0;
|
---|
50 | COMMENT=OMNI
|
---|
51 | TYPE=wireless
|
---|
52 | IP=$master_ip/26
|
---|
53 |
|
---|
54 | DESC=omni voor de buurt
|
---|
55 | SDESC=ap-omni
|
---|
56 |
|
---|
57 | DHCP=10-60
|
---|
58 |
|
---|
59 |
|
---|
60 | MODE=master
|
---|
61 | ESSID=ap-omni.PPFortis.walphen.net
|
---|
62 | CHANNEL=8
|
---|
63 |
|
---|
64 | HEIGHT=16
|
---|
65 |
|
---|
66 | EW0
|
---|
67 |
|
---|
68 |
|
---|
69 | $config{'wi1'}=sprintf <<EW1;
|
---|
70 | COMMENT=Planned interlink Richting Leiden
|
---|
71 | TYPE=wireless
|
---|
72 | IP=172.16.28.1/30
|
---|
73 |
|
---|
74 |
|
---|
75 | DESC=Link_naar_Graphicall
|
---|
76 | SDESC=2Leiden
|
---|
77 |
|
---|
78 | MODE=master
|
---|
79 | ESSID=il-w.ppfortis.walphen.net
|
---|
80 | CHANNEL=5
|
---|
81 |
|
---|
82 |
|
---|
83 | DHCP=no
|
---|
84 |
|
---|
85 | EW1
|
---|
86 |
|
---|
87 |
|
---|
88 | $config{'wi2'}=sprintf <<EW2;
|
---|
89 | COMMENT=interlink naar Stadhuis
|
---|
90 | TYPE=wireless
|
---|
91 | IP=172.28.1.137/30
|
---|
92 | DESC=Link_naar_SHFortis
|
---|
93 | SDESC=2SHFortis
|
---|
94 |
|
---|
95 |
|
---|
96 | MODE=managed
|
---|
97 | ESSID=il-o.shfortis.walphen.net
|
---|
98 | CHANNEL=3
|
---|
99 |
|
---|
100 |
|
---|
101 | DHCP=no
|
---|
102 |
|
---|
103 | EW2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.