source:
genesis/nodes/proxy12/wleiden.conf@
9485
Last change on this file since 9485 was 9485, checked in by , 13 years ago | |
---|---|
File size: 723 bytes |
Rev | Line | |
---|---|---|
[7879] | 1 | # |
2 | # | |
3 | # Read by /usr/local/sbin/wireless-up.pl | |
4 | # | |
5 | # config Proxy12 bij Wireless Jacobswoude | |
6 | # verbonden met adsl gateway aalmeer watertoren | |
7 | ||
8 | $master_ip='172.25.90.66'; | |
[8337] | 9 | $gateway='92.66.227.161'; |
[7879] | 10 | $internalroute='172.25.90.65'; |
11 | ||
[8018] | 12 | $internalif='sis1'; |
[7879] | 13 | $nodetype='Proxy'; |
14 | $nodename='Proxy12'; | |
15 | $proxyid='12'; | |
16 | $location=" Watertoren, Aalsmeer"; | |
17 | $status='up'; | |
18 | $release="8.0-RELEASE"; | |
[9308] | 19 | $ileiden='yes'; |
[8287] | 20 | $X='111998'; |
21 | $Y='474286'; | |
[8241] | 22 | $nat='yes'; |
[7879] | 23 | |
[8261] | 24 | $config{'sis0'}=sprintf <<SIS0; |
25 | COMMENT=link naar Router | |
[7879] | 26 | TYPE=ethernet |
[8337] | 27 | IP=92.66.227.162/29 |
[7879] | 28 | DESC=Link naar router |
29 | SDESC=uplink | |
30 | DHCP=no | |
31 | SIS0 | |
32 | ||
[8261] | 33 | $config{'sis1'}=sprintf <<SIS1; |
[8337] | 34 | COMMENT=link naar Node Watertoren |
[7879] | 35 | TYPE=ethernet |
[9485] | 36 | IP=$master_ip/29 |
[8241] | 37 | DESC=Link naar Node AMWaterT1 |
[7879] | 38 | SDESC=downlink |
39 | DHCP=no | |
40 | SIS1 | |
41 |
Note:
See TracBrowser
for help on using the repository browser.