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

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

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

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