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

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

$genesis_control is not used anymore

File size: 624 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$nodetype='Proxy';
13$nodename='Proxy97';
14$proxyid='97';
15$location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
16$status='up';
17$release="8.0-RELEASE";
18$X='94042';
19$Y='463238';
20
21$config{'sis0'}=sprintf <<SIS0; # link naar router
22TYPE=ethernet
23IP=10.0.1.100/24
24DESC=naar router
25SDESC=uplink
26DHCP=no
27SIS0
28
29$config{'sis1'}=sprintf <<SIS1; # link naar NodePlantsoen2
30TYPE=ethernet
31IP=$master_ip/28
32DESC=Link naar NodePlantsoen2
33SDESC=downlink
34DHCP=no
35SIS1
Note: See TracBrowser for help on using the repository browser.