source: genesis/nodes/proxy13/wleiden.conf@ 8032

Last change on this file since 8032 was 8032, checked in by rick, 15 years ago

Testing inboundnat flag

File size: 557 bytes
RevLine 
[7879]1
[8028]2$master_ip='172.16.3.98';
[8021]3$internalroute='172.16.3.97';
[8018]4$internalif='sis1';
[8021]5
[8032]6$inboundnat="yes";
7
[7879]8$nodetype='Proxy';
[7993]9$nodename='Proxy13';
10$proxyid='13';
11$location="Brahmslaan 40, 2324 AN, Leiden";
[7879]12$status='up';
13$release="8.0-RELEASE";
14
[7993]15# edugis x,y
16$X='92434';
17$Y='461987';
18
19$config{'sis0'}=sprintf <<SIS0; # link naar Router
[7879]20TYPE=ethernet
[8017]21DHCPCLIENT=yes
[7883]22IP=0.0.0.0/30
[7879]23DESC=Link naar router
24SDESC=uplink
25DHCP=no
26SIS0
27
[7993]28$config{'sis1'}=sprintf <<SIS1; # link naar NodeRick
[7879]29TYPE=ethernet
[8022]30IP=$master_ip/30
[7993]31DESC=Link naar NodeRick
[7879]32SDESC=downlink
33DHCP=no
34SIS1
35
Note: See TracBrowser for help on using the repository browser.