source:
genesis/nodes/proxy1/wleiden.conf@
8498
Last change on this file since 8498 was 8399, checked in by , 14 years ago | |
---|---|
|
|
File size: 839 bytes |
Rev | Line | |
---|---|---|
[7683] | 1 | |
[813] | 2 | # |
3 | # | |
4 | # Read by /usr/local/sbin/wireless-up.pl | |
5 | # | |
[7683] | 6 | # config Proxy1 (Bij NodeCope)"; |
[813] | 7 | |
[7691] | 8 | $master_ip='172.17.8.68'; |
[7742] | 9 | $gateway='83.162.36.91'; |
[7959] | 10 | $internalroute='172.17.8.66'; |
[8018] | 11 | $internalif='sis1'; |
[3583] | 12 | $nodetype='Proxy'; |
[3584] | 13 | $nodename='Proxy1'; |
[7691] | 14 | $proxyid='1'; |
[6530] | 15 | $location = "Cope, Rapenburg 8, 2311 EV,Leiden"; |
[2605] | 16 | $status='up'; |
[7683] | 17 | $release="8.0-RELEASE"; |
[8286] | 18 | $X='93280'; |
[4867] | 19 | $Y='463889'; |
[8399] | 20 | $nat='yes'; |
[4835] | 21 | |
[8396] | 22 | $firewall_block=<<EOT; |
23 | 74.125.79.99/32 | |
24 | 83.162.36.0/24 | |
25 | EOT | |
26 | ||
[8261] | 27 | $config{'sis0'}=sprintf <<SIS0; |
28 | COMMENT=Ethernet | |
[813] | 29 | TYPE=ethernet |
[7742] | 30 | IP=83.162.36.91/24 |
31 | DESC=link naar internet | |
[7683] | 32 | SDESC=uplink |
[813] | 33 | DHCP=no |
[7683] | 34 | SIS0 |
[813] | 35 | |
[8261] | 36 | $config{'sis1'}=sprintf <<SIS1; |
37 | COMMENT=link naar NodeCope | |
[813] | 38 | TYPE=ethernet |
[7691] | 39 | IP=$master_ip/28 |
[7683] | 40 | DESC=Link naar NodeCope |
41 | SDESC=downlink | |
[975] | 42 | DHCP=no |
[7683] | 43 | SIS1 |
Note:
See TracBrowser
for help on using the repository browser.