source: genesis/nodes/proxy12/wleiden.conf@ 7981

Last change on this file since 7981 was 7883, checked in by richardvm, 15 years ago


File size: 695 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy12 bij Wireless Jacobswoude
6# verbonden met adsl gateway aalmeer watertoren
7
8$master_ip='172.25.90.66';
9# $gateway='192.168.3.254';
10$internalroute='172.25.90.65';
11
12$internalif='sis';
13$nodetype='Proxy';
14$nodename='Proxy12';
15$proxyid='12';
16$location=" Watertoren, Aalsmeer";
17$status='up';
18$release="8.0-RELEASE";
19$X='093348';
20$Y='463569';
21
22$config{'sis'}=sprintf <<SIS0; # link naar Router
23TYPE=ethernet
24#IP=dhcp, Moet wel dhcp zijn
25IP=0.0.0.0/30
26DESC=Link naar router
27SDESC=uplink
28DHCP=no
29SIS0
30
31$config{'sis1'}=sprintf <<SIS1; # link naar NodeHuub
32TYPE=ethernet
33IP=$master_ip/30
34DESC=Link naar NodeHuub
35SDESC=downlink
36DHCP=no
37SIS1
38
Note: See TracBrowser for help on using the repository browser.