Last change
on this file since 7414 was 7272, checked in by rick, 15 years ago |
As humans are to stupid to do proper end of line markings. Lets give the magic/power to the system.
|
-
Property svn:eol-style
set to
native
|
File size:
1.3 KB
|
Rev | Line | |
---|
[5825] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 4 | #
|
---|
| 5 | # config Proxy4 in Modelwoning Pergolesipad bij NodeLivingLab
|
---|
[5846] | 6 | # verbonden met Portaal glasvezel (172.16.0.0) via Linksys router subnet 192.168.1.0
|
---|
| 7 | # nameservers: 217.149.192.6 en 217.149.196.6
|
---|
[6394] | 8 | # WAN: 82.215.33.247, gateway 82.215.32.1
|
---|
[5825] | 9 |
|
---|
[6587] | 10 | $master_ip='172.20.140.4';
|
---|
[5825] | 11 | $gw_open='closed';
|
---|
| 12 | $nodetype='Proxy';
|
---|
| 13 | $nodename='Proxy4';
|
---|
| 14 | $labelpos='left';
|
---|
| 15 |
|
---|
[6530] | 16 | $location="Demowoning, Pergolesipad 95, 2324 DG, Leiden";
|
---|
| 17 |
|
---|
[5825] | 18 | $status='up';
|
---|
| 19 |
|
---|
| 20 | $release="6.0-RELEASE";
|
---|
| 21 | $node_config_version="1";
|
---|
| 22 | $genesis_control="YES";
|
---|
| 23 |
|
---|
| 24 | $OS='FreeBSD';
|
---|
| 25 |
|
---|
| 26 | # edugis x,y,92036,462256
|
---|
| 27 | $X='92036';
|
---|
| 28 | $Y='462256';
|
---|
| 29 |
|
---|
[6583] | 30 | $config{'sis0'}=sprintf <<SIS0; # Ethernet
|
---|
[5825] | 31 | TYPE=ethernet
|
---|
| 32 |
|
---|
| 33 | DESC=Portaal glasvezel
|
---|
| 34 | SDESC=2glas
|
---|
| 35 | SPEED=10240000000
|
---|
| 36 |
|
---|
| 37 | DHCP=yes
|
---|
[6394] | 38 | #ip adres: 192.168.1.103
|
---|
[6395] | 39 | #ip adres Linksys router: 192.168.1.1
|
---|
| 40 | # user Linksys: <blanc>, standaard pwd
|
---|
| 41 | # admin interface via https
|
---|
[5825] | 42 |
|
---|
| 43 |
|
---|
[6583] | 44 | SIS0
|
---|
[5825] | 45 |
|
---|
[6583] | 46 | $config{'sis1'}=sprintf <<SIS1; # Ethernet
|
---|
[5825] | 47 | TYPE=ethernet
|
---|
| 48 | IP=172.20.140.66/27
|
---|
| 49 | ROUTE=172.16.0.0/12 172.20.140.65/27
|
---|
| 50 |
|
---|
[6092] | 51 | DESC=Demowoning naar LivingLab
|
---|
| 52 | SDESC=demo2LL
|
---|
| 53 | SPEED=10240000000
|
---|
| 54 |
|
---|
| 55 | DHCP=no
|
---|
| 56 |
|
---|
[6583] | 57 | SIS1
|
---|
[6092] | 58 |
|
---|
[6583] | 59 | $config{'sis1:0'}=sprintf <<SIS10; # Ethernet
|
---|
[6092] | 60 | TYPE=ethernet
|
---|
| 61 | IP=172.16.2.254/30
|
---|
| 62 | ROUTE=172.16.0.0/12 172.16.2.253/30
|
---|
| 63 |
|
---|
[5825] | 64 | DESC=Link naar LivingLab
|
---|
[6092] | 65 | SDESC=2LL
|
---|
[5825] | 66 | SPEED=10240000000
|
---|
| 67 |
|
---|
| 68 | DHCP=no
|
---|
[6092] | 69 | POINT_TO_POINT=172.16.2.253
|
---|
[5825] | 70 |
|
---|
| 71 |
|
---|
[6583] | 72 | SIS10
|
---|
Note:
See
TracBrowser
for help on using the repository browser.