source: genesis/nodes/proxy5/wleiden.conf@ 10059

Last change on this file since 10059 was 10048, checked in by rick, 13 years ago

Remove and modify some more comment lines.

Related-To ticket:117

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 782 bytes
RevLine 
[10048]1$comment=sprintf <<EOF;
2 verbonden met glasvezel gateway 192.168.0.1
3 nameservers: 217.149.192.6 en 217.149.196.6
4EOF
[6545]5
[7513]6$master_ip='172.19.168.66';
7$gateway='192.168.0.1';
8$internalroute='172.19.168.65';
[8018]9$internalif='sis1';
[6545]10$nodetype='Proxy';
11$nodename='Proxy5';
[7601]12$proxyid='5';
[6545]13$location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden";
14$status='up';
[8993]15$release="8.2-RELEASE";
[6545]16$X='92927';
17$Y='465365';
18
[8261]19$config{'sis0'}=sprintf <<SIS0;
20COMMENT=Link naar router
[6545]21TYPE=ethernet
[7513]22IP=192.168.0.16/24
23DESC=Link naar router
24SDESC=uplink
[6545]25DHCP=no
[7513]26SIS0
[6545]27
[8261]28$config{'sis1'}=sprintf <<SIS1;
29COMMENT=Link naar NodeWP
[6545]30TYPE=ethernet
[7513]31IP=$master_ip/30
32DESC=Link naar NodeWP
33SDESC=downlink
[6545]34DHCP=no
[7513]35SIS1
Note: See TracBrowser for help on using the repository browser.