Last change
on this file since 7351 was 7351, checked in by ad, 15 years ago |
Added configuration files for proxy zwaluw en langevoort
|
File size:
872 bytes
|
Rev | Line | |
---|
[7351] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 4 | #
|
---|
| 5 | # config Proxy_zwaluw bij Zwaluw
|
---|
| 6 |
|
---|
| 7 | $master_ip='172.22.0.66';
|
---|
| 8 | $gw_open='closed';
|
---|
| 9 | $nodetype='Proxy';
|
---|
| 10 | $nodename='Proxy_zwaluw';
|
---|
| 11 | $labelpos='left';
|
---|
| 12 |
|
---|
| 13 | $location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden";
|
---|
| 14 |
|
---|
| 15 | $status='up';
|
---|
| 16 |
|
---|
| 17 | $release="8.0-RELEASE";
|
---|
| 18 | $node_config_version="1";
|
---|
| 19 | $genesis_control="YES";
|
---|
| 20 |
|
---|
| 21 | $OS='FreeBSD';
|
---|
| 22 |
|
---|
| 23 | # edugis x,y 90739,463249
|
---|
| 24 | $X='90739';
|
---|
| 25 | $Y='463249';
|
---|
| 26 |
|
---|
| 27 | $config{'sis0'}=sprintf <<SIS0; # Ethernet
|
---|
| 28 | TYPE=ethernet
|
---|
| 29 | IP=$master_ip/30
|
---|
| 30 | ROUTE=172.16.0.0/12 172.22.0.65
|
---|
| 31 |
|
---|
| 32 | DESC=Link naar Node zwaluw
|
---|
| 33 | SDESC=2zwaluwak
|
---|
| 34 | SPEED=10240000000
|
---|
| 35 | DHCP=no
|
---|
| 36 | SIS0
|
---|
| 37 |
|
---|
| 38 | $config{'sis1'}=sprintf <<SIS1; # Ethernet naar de school
|
---|
| 39 | TYPE=ethernet
|
---|
| 40 | DESC=Internetzwaluw
|
---|
| 41 | SDESC=2adsl
|
---|
| 42 | SPEED=10240000000
|
---|
| 43 | DHCP=yes
|
---|
| 44 | SIS1
|
---|
| 45 |
|
---|
| 46 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.