Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy10 bij Zwaluw
|
---|
6 |
|
---|
7 | $master_ip='172.22.0.66';
|
---|
8 | $gw_open='closed';
|
---|
9 | $nodetype='Proxy';
|
---|
10 | $nodename='Proxy10';
|
---|
11 | $proxyid='10';
|
---|
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 | 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.