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
Line 
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
5
6$master_ip='172.19.168.66';
7$gateway='192.168.0.1';
8$internalroute='172.19.168.65';
9$internalif='sis1';
10$nodetype='Proxy';
11$nodename='Proxy5';
12$proxyid='5';
13$location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden";
14$status='up';
15$release="8.2-RELEASE";
16$X='92927';
17$Y='465365';
18
19$config{'sis0'}=sprintf <<SIS0;
20COMMENT=Link naar router
21TYPE=ethernet
22IP=192.168.0.16/24
23DESC=Link naar router
24SDESC=uplink
25DHCP=no
26SIS0
27
28$config{'sis1'}=sprintf <<SIS1;
29COMMENT=Link naar NodeWP
30TYPE=ethernet
31IP=$master_ip/30
32DESC=Link naar NodeWP
33SDESC=downlink
34DHCP=no
35SIS1
Note: See TracBrowser for help on using the repository browser.