source: genesis/nodes/proxy9/wleiden.conf@ 8225

Last change on this file since 8225 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: 631 bytes
RevLine 
[7420]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy9 bij De Clercq
6#
7
8$master_ip='172.16.4.54';
9$gateway='192.168.1.1';
10$internalroute='172.16.4.53';
[8018]11$internalif='sis1';
[7420]12$nodetype='Proxy';
13$nodename='Proxy9';
[7601]14$proxyid='9';
[7420]15$location="kantoor De Clercq, Hoge Rijndijk 306, 2314AM Leiden";
16$status='up';
17$release="8.0-RELEASE";
18$X='95694';
19$Y='462845';
20
21$config{'sis0'}=sprintf <<SIS0; # Link naar Router
22TYPE=ethernet
23IP=192.168.1.100/24
24DESC=Link naar Router
25SDESC=uplink
26DHCP=no
27SIS0
28
29$config{'sis1'}=sprintf <<SIS1; # Link naar Node
30TYPE=ethernet
31IP=$master_ip/30
32DESC=Link naar Node
33SDESC=downlink
34DHCP=no
35SIS1
Note: See TracBrowser for help on using the repository browser.