source: genesis/nodes/proxy4/wleiden.conf@ 7414

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
RevLine 
[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]31TYPE=ethernet
32
33DESC=Portaal glasvezel
34SDESC=2glas
35SPEED=10240000000
36
37DHCP=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]44SIS0
[5825]45
[6583]46$config{'sis1'}=sprintf <<SIS1; # Ethernet
[5825]47TYPE=ethernet
48IP=172.20.140.66/27
49ROUTE=172.16.0.0/12 172.20.140.65/27
50
[6092]51DESC=Demowoning naar LivingLab
52SDESC=demo2LL
53SPEED=10240000000
54
55DHCP=no
56
[6583]57SIS1
[6092]58
[6583]59$config{'sis1:0'}=sprintf <<SIS10; # Ethernet
[6092]60TYPE=ethernet
61IP=172.16.2.254/30
62ROUTE=172.16.0.0/12 172.16.2.253/30
63
[5825]64DESC=Link naar LivingLab
[6092]65SDESC=2LL
[5825]66SPEED=10240000000
67
68DHCP=no
[6092]69POINT_TO_POINT=172.16.2.253
[5825]70
71
[6583]72SIS10
Note: See TracBrowser for help on using the repository browser.