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

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

$OS variable is not used anymore

File size: 693 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$gw_open='closed';
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$node_config_version="1";
20$genesis_control="YES";
21$X='94042';
22$Y='463238';
23
24$config{'sis0'}=sprintf <<SIS0; # link naar router
25TYPE=ethernet
26IP=10.0.1.100/24
27DESC=naar router
28SDESC=uplink
29DHCP=no
30SIS0
31
32$config{'sis1'}=sprintf <<SIS1; # link naar NodePlantsoen2
33TYPE=ethernet
34IP=$master_ip/28
35DESC=Link naar NodePlantsoen2
36SDESC=downlink
37DHCP=no
38SIS1
Note: See TracBrowser for help on using the repository browser.