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

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