source: genesis/nodes/proxy62/wleiden.conf@ 10094

Last change on this file since 10094 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
File size: 728 bytes
RevLine 
[10048]1$comment=sprintf <<EOF;
2 verbonden met adsl gateway 192.168.3.254
3 nameservers: 217.149.192.6 en 217.149.196.6
4EOF
[6824]5
[7882]6$master_ip='172.17.16.66';
7$gateway='192.168.3.254';
8$internalroute='172.17.16.65';
[8973]9$internalif='sis1';
[6824]10$nodetype='Proxy';
[7882]11$nodename='Proxy62';
12$proxyid='62';
13$location=" Huub, Rapenburg 62, 2311EZ, Leiden";
[6824]14$status='up';
[8973]15$release="8.2-RELEASE";
[6824]16$X='093348';
17$Y='463569';
[9013]18$nat='no';
[6824]19
[8400]20$firewall_block=<<EOT;
[8393]21192.168.0.0/16
22EOT
23
24
[8973]25$config{'sis0'}=sprintf <<SIS0;
[8261]26COMMENT=link naar Router
[6824]27TYPE=ethernet
[7882]28IP=192.168.3.101/24
[7514]29DESC=Link naar router
[7418]30SDESC=uplink
[6824]31DHCP=no
[8973]32SIS0
[6824]33
[8973]34$config{'sis1'}=sprintf <<SIS1;
[8261]35COMMENT=link naar NodeHuub
[6824]36TYPE=ethernet
[7418]37IP=$master_ip/30
[7514]38DESC=Link naar NodeHuub
[7418]39SDESC=downlink
[6824]40DHCP=no
[8973]41SIS1
Note: See TracBrowser for help on using the repository browser.