source:
genesis/nodes/proxy62/wleiden.conf@
7587
Last change on this file since 7587 was 7587, checked in by , 15 years ago | |
---|---|
|
|
File size: 903 bytes |
Rev | Line | |
---|---|---|
[6824] | 1 | # |
2 | # | |
3 | # Read by /usr/local/sbin/wireless-up.pl | |
4 | # | |
5 | # config Proxy62 bij Huub | |
[7533] | 6 | # verbonden met adsl gateway 192.168.3.254 |
[6824] | 7 | # nameservers: 217.149.192.6 en 217.149.196.6 |
8 | ||
[7418] | 9 | $master_ip='172.17.16.66'; |
[7533] | 10 | $gateway='192.168.3.254'; |
[7514] | 11 | $internalroute='172.17.16.65'; |
12 | $internalif='sis'; | |
[6824] | 13 | $gw_open='closed'; |
14 | $nodetype='Proxy'; | |
15 | $nodename='Proxy62'; | |
[7514] | 16 | $proxyid='62'; |
[6824] | 17 | $labelpos='left'; |
18 | $location=" Huub, Rapenburg 62, 2311EZ, Leiden"; | |
19 | $status='up'; | |
[7418] | 20 | $release="8.0-RELEASE"; |
[6824] | 21 | $node_config_version="1"; |
22 | $genesis_control="YES"; | |
23 | $OS='FreeBSD'; | |
24 | $X='093348'; | |
25 | $Y='463569'; | |
[7587] | 26 | $remote_access='proxy62.network.wirelessleiden.nl:22'; |
[6824] | 27 | |
[7514] | 28 | $config{'sis0'}=sprintf <<SIS0; # link naar Router |
[6824] | 29 | TYPE=ethernet |
[7533] | 30 | IP=192.168.3.101/24 |
[7514] | 31 | DESC=Link naar router |
[7418] | 32 | SDESC=uplink |
[6824] | 33 | SPEED=10240000000 |
34 | DHCP=no | |
35 | SIS0 | |
36 | ||
[7514] | 37 | $config{'sis1'}=sprintf <<SIS1; # link naar NodeHuub |
[6824] | 38 | TYPE=ethernet |
[7418] | 39 | IP=$master_ip/30 |
[7514] | 40 | DESC=Link naar NodeHuub |
[7418] | 41 | SDESC=downlink |
[6824] | 42 | SPEED=10240000000 |
43 | DHCP=no | |
44 | SIS1 |
Note:
See TracBrowser
for help on using the repository browser.