source: genesis/nodes/proxy62/wleiden.conf@ 7084

Last change on this file since 7084 was 7084, checked in by huub, 15 years ago

local ethernet NodeHuub is now 30 subnet

File size: 843 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy62 bij Huub
6# verbonden met adsl gateway 192.168.1.254
7# nameservers: 217.149.192.6 en 217.149.196.6
8
9$master_ip='172.17.0.0';
10$gw_open='closed';
11$nodetype='Proxy';
12$nodename='Proxy62';
13$labelpos='left';
14$location=" Huub, Rapenburg 62, 2311EZ, Leiden";
15
16$status='up';
17
18$release="6.0-RELEASE";
19$node_config_version="1";
20$genesis_control="YES";
21
22$OS='FreeBSD';
23
24#edugis x,y 93348,463569
25$X='093348';
26$Y='463569';
27
28
29$config{'sis0'}=sprintf <<SIS0; # Ethernet naar WLeiden
30TYPE=ethernet
31IP=172.17.16.66/30
32ROUTE=172.16.0.0/12 172.17.16.65/28
33
34DESC=ethernet naar NodeHuub
35SDESC=2nodeHuub
36SPEED=10240000000
37
38DHCP=no
39
40SIS0
41
42$config{'sis1'}=sprintf <<SIS1; # Ethernet naar ADSL router
43TYPE=ethernet
44IP=192.168.1.101
45
46
47DESC=naar ADSL router
48SDESC=2ADSL
49SPEED=10240000000
50
51DHCP=no
52
53SIS1
Note: See TracBrowser for help on using the repository browser.