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