source: genesis/nodes/proxy1/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: 757 bytes
Line 
1
2
3$master_ip='172.17.8.68';
4$gateway='83.162.36.91';
5$internalroute='172.17.8.66';
6$internalif='sis1';
7$nodetype='Proxy';
8$nodename='Proxy1';
9$proxyid='1';
10$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
11$status='up';
12$release="8.0-RELEASE";
13$X='93280';
14$Y='463889';
15$nat='no';
16
17$firewall_block=<<EOT;
1874.125.79.99/32
1983.162.36.0/24
20EOT
21
22$config{'sis0'}=sprintf <<SIS0;
23COMMENT=Ethernet
24TYPE=ethernet
25IP=83.162.36.91/24
26DESC=link naar internet
27SDESC=uplink
28DHCP=no
29SIS0
30
31$config{'sis1'}=sprintf <<SIS1;
32COMMENT=link naar NodeCope
33TYPE=ethernet
34IP=$master_ip/28
35DESC=Link naar NodeCope
36SDESC=downlink
37DHCP=no
38SIS1
Note: See TracBrowser for help on using the repository browser.