Last change
on this file since 9691 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
-
Property svn:executable
set to
*
|
File size:
703 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy6 Muiderkring
|
---|
6 | # verbonden met gateway 192.168.1.1
|
---|
7 | # nameservers:
|
---|
8 |
|
---|
9 | $master_ip='172.16.3.146';
|
---|
10 | $gateway='192.168.1.1';
|
---|
11 | $internalroute='172.16.3.145';
|
---|
12 | $internalif='sis1';
|
---|
13 | $nodetype='Proxy';
|
---|
14 | $nodename='Proxy6';
|
---|
15 | $proxyid='06';
|
---|
16 | $location="Martijn, Muiderkring 152, 2332 BP, Leiden";
|
---|
17 | $status='up';
|
---|
18 | $release="8.0-RELEASEE";
|
---|
19 | $X='92318';
|
---|
20 | $Y='464324';
|
---|
21 |
|
---|
22 |
|
---|
23 | $config{'sis0'}=sprintf <<SIS0;
|
---|
24 | COMMENT=link naar Router
|
---|
25 | TYPE=ethernet
|
---|
26 | IP=192.168.1.200/24
|
---|
27 | DESC=Link naar router
|
---|
28 | SDESC=uplink
|
---|
29 | DHCP=no
|
---|
30 | SIS0
|
---|
31 |
|
---|
32 | $config{'sis1'}=sprintf <<SIS1;
|
---|
33 | COMMENT=link naar NodeMuiderkring
|
---|
34 | TYPE=ethernet
|
---|
35 | IP=$master_ip/30
|
---|
36 | DESC=Link naar NodeMuiderkring
|
---|
37 | SDESC=downlink
|
---|
38 | DHCP=no
|
---|
39 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.