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

Last change on this file since 8455 was 8337, checked in by richardvm, 14 years ago

about a week to late, ip info was already added to dns a week ago

File size: 707 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='92.66.227.161';
10$internalroute='172.25.90.65';
11
12$internalif='sis1';
13$nodetype='Proxy';
14$nodename='Proxy12';
15$proxyid='12';
16$location=" Watertoren, Aalsmeer";
17$status='up';
18$release="8.0-RELEASE";
19$X='111998';
20$Y='474286';
21$nat='yes';
22
23$config{'sis0'}=sprintf <<SIS0;
24COMMENT=link naar Router
25TYPE=ethernet
26IP=92.66.227.162/29
27DESC=Link naar router
28SDESC=uplink
29DHCP=no
30SIS0
31
32$config{'sis1'}=sprintf <<SIS1;
33COMMENT=link naar Node Watertoren
34TYPE=ethernet
35IP=$master_ip/30
36DESC=Link naar Node AMWaterT1
37SDESC=downlink
38DHCP=no
39SIS1
40
Note: See TracBrowser for help on using the repository browser.