Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy8 bij Richard
|
---|
6 | # Test proxy voor Proxyfactory
|
---|
7 |
|
---|
8 | $master_ip='172.16.4.37';
|
---|
9 | $gateway='192.168.58.1';
|
---|
10 | $internalroute='172.16.4.38';
|
---|
11 | $gw_open='closed';
|
---|
12 | $nodetype='Proxy';
|
---|
13 | $nodename='Proxy8';
|
---|
14 | $proxyid='08';
|
---|
15 | $labelpos='left';
|
---|
16 | $location=" Richard, Terschelling 244, 3524az Utrecht";
|
---|
17 |
|
---|
18 | $status='up';
|
---|
19 |
|
---|
20 | $release="8.0-RELEASE";
|
---|
21 | $node_config_version="1";
|
---|
22 | $genesis_control="YES";
|
---|
23 |
|
---|
24 | $OS='FreeBSD';
|
---|
25 |
|
---|
26 | #edugis x,y 93348,463569
|
---|
27 | $X='093348';
|
---|
28 | $Y='463569';
|
---|
29 |
|
---|
30 |
|
---|
31 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
---|
32 | TYPE=ethernet
|
---|
33 | IP=192.168.58.2/24
|
---|
34 |
|
---|
35 | DESC=Link naar Router
|
---|
36 | SDESC=uplink
|
---|
37 | SPEED=10240000000
|
---|
38 |
|
---|
39 | DHCP=no
|
---|
40 |
|
---|
41 | SIS0
|
---|
42 |
|
---|
43 | $config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
|
---|
44 | TYPE=ethernet
|
---|
45 | IP=172.16.4.37/30
|
---|
46 |
|
---|
47 | DESC=Link naar Laptop
|
---|
48 | SDESC=downlink
|
---|
49 | SPEED=10240000000
|
---|
50 |
|
---|
51 | DHCP=no
|
---|
52 |
|
---|
53 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.