Last change
on this file since 7655 was 7655, checked in by rick, 15 years ago |
$gw_open variable is not used anymore
|
File size:
674 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy97 bij Plantsoen 97
|
---|
6 | #
|
---|
7 | #
|
---|
8 |
|
---|
9 | $master_ip='172.17.169.66';
|
---|
10 | $gateway='10.0.1.1';
|
---|
11 | $internalroute='172.17.169.65';
|
---|
12 | $nodetype='Proxy';
|
---|
13 | $nodename='Proxy97';
|
---|
14 | $proxyid='97';
|
---|
15 | $location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
|
---|
16 | $status='up';
|
---|
17 | $release="8.0-RELEASE";
|
---|
18 | $node_config_version="1";
|
---|
19 | $genesis_control="YES";
|
---|
20 | $X='94042';
|
---|
21 | $Y='463238';
|
---|
22 |
|
---|
23 | $config{'sis0'}=sprintf <<SIS0; # link naar router
|
---|
24 | TYPE=ethernet
|
---|
25 | IP=10.0.1.100/24
|
---|
26 | DESC=naar router
|
---|
27 | SDESC=uplink
|
---|
28 | DHCP=no
|
---|
29 | SIS0
|
---|
30 |
|
---|
31 | $config{'sis1'}=sprintf <<SIS1; # link naar NodePlantsoen2
|
---|
32 | TYPE=ethernet
|
---|
33 | IP=$master_ip/28
|
---|
34 | DESC=Link naar NodePlantsoen2
|
---|
35 | SDESC=downlink
|
---|
36 | DHCP=no
|
---|
37 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.