source: genesis/nodes/proxy97/wleiden.conf@ 8161

Last change on this file since 8161 was 8018, checked in by rick, 15 years ago

$internalif flag is very confusing as the '1' was automagically added to the
back. Make them absolute

File size: 644 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy97 bij Plantsoen 97
6#
7#
8
9$master_ip='172.17.169.66';
10$gateway='10.0.1.1';
11$internalroute='172.17.169.65';
12$internalif='sis1';
13$nodetype='Proxy';
14$nodename='Proxy97';
15$proxyid='97';
16$location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
17$status='up';
18$release="8.0-RELEASE";
19$X='94042';
20$Y='463238';
21
22$config{'sis0'}=sprintf <<SIS0; # link naar router
23TYPE=ethernet
24IP=10.0.1.100/24
25DESC=naar router
26SDESC=uplink
27DHCP=no
28SIS0
29
30$config{'sis1'}=sprintf <<SIS1; # link naar NodePlantsoen2
31TYPE=ethernet
32IP=$master_ip/28
33DESC=Link naar NodePlantsoen2
34SDESC=downlink
35DHCP=no
36SIS1
Note: See TracBrowser for help on using the repository browser.