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