source: genesis/nodes/proxy1/wleiden.conf@ 7691

Last change on this file since 7691 was 7691, checked in by huub, 15 years ago

ip adres en range v.d. interface naar node weerop oude waarde gezet ivm nodeconfiguratie van dns, ntp, proxy1

  • Property svn:eol-style set to native
File size: 754 bytes
RevLine 
[7683]1
[813]2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
[7683]6# config Proxy1 (Bij NodeCope)";
[813]7
[7691]8$master_ip='172.17.8.68';
[7683]9$gateway='192.168.1.1';
10$internalroute='172.17.8.65';
11$internalif='sis';
[3583]12$nodetype='Proxy';
[3584]13$nodename='Proxy1';
[7691]14$proxyid='1';
[6530]15$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
[2605]16$status='up';
[7683]17$release="8.0-RELEASE";
18$X='093280';
[4867]19$Y='463889';
[4835]20
[7683]21$config{'sis0'}=sprintf <<SIS0; # Ethernet
[813]22TYPE=ethernet
[7683]23IP=192.168.1.2/24
24DESC=link naar router
25SDESC=uplink
[813]26DHCP=no
[7683]27SIS0
[813]28
[7683]29$config{'sis1'}=sprintf <<SIS1; # link naar NodeCope
[813]30TYPE=ethernet
[7691]31IP=$master_ip/28
[7683]32DESC=Link naar NodeCope
33SDESC=downlink
[975]34DHCP=no
[7683]35SIS1
Note: See TracBrowser for help on using the repository browser.