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
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy4 in Modelwoning Pergolesipad bij NodeLivingLab
|
---|
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
|
---|
8 | # WAN: 82.215.33.247, gateway 82.215.32.1
|
---|
9 |
|
---|
10 | $master_ip='172.20.140.4';
|
---|
11 | $gw_open='closed';
|
---|
12 | $nodetype='Proxy';
|
---|
13 | $nodename='Proxy4';
|
---|
14 | $labelpos='left';
|
---|
15 |
|
---|
16 | $location="Demowoning, Pergolesipad 95, 2324 DG, Leiden";
|
---|
17 |
|
---|
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 |
|
---|
30 | $config{'sis0'}=sprintf <<SIS0; # Ethernet
|
---|
31 | TYPE=ethernet
|
---|
32 |
|
---|
33 | DESC=Portaal glasvezel
|
---|
34 | SDESC=2glas
|
---|
35 | SPEED=10240000000
|
---|
36 |
|
---|
37 | DHCP=yes
|
---|
38 | #ip adres: 192.168.1.103
|
---|
39 | #ip adres Linksys router: 192.168.1.1
|
---|
40 | # user Linksys: <blanc>, standaard pwd
|
---|
41 | # admin interface via https
|
---|
42 |
|
---|
43 |
|
---|
44 | SIS0
|
---|
45 |
|
---|
46 | $config{'sis1'}=sprintf <<SIS1; # Ethernet
|
---|
47 | TYPE=ethernet
|
---|
48 | IP=172.20.140.66/27
|
---|
49 | ROUTE=172.16.0.0/12 172.20.140.65/27
|
---|
50 |
|
---|
51 | DESC=Demowoning naar LivingLab
|
---|
52 | SDESC=demo2LL
|
---|
53 | SPEED=10240000000
|
---|
54 |
|
---|
55 | DHCP=no
|
---|
56 |
|
---|
57 | SIS1
|
---|
58 |
|
---|
59 | $config{'sis1:0'}=sprintf <<SIS10; # Ethernet
|
---|
60 | TYPE=ethernet
|
---|
61 | IP=172.16.2.254/30
|
---|
62 | ROUTE=172.16.0.0/12 172.16.2.253/30
|
---|
63 |
|
---|
64 | DESC=Link naar LivingLab
|
---|
65 | SDESC=2LL
|
---|
66 | SPEED=10240000000
|
---|
67 |
|
---|
68 | DHCP=no
|
---|
69 | POINT_TO_POINT=172.16.2.253
|
---|
70 |
|
---|
71 |
|
---|
72 | SIS10
|
---|
Note:
See
TracBrowser
for help on using the repository browser.