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

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

$genesis_control is not used anymore

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