source:
genesis/nodes/proxy62/wleiden.conf@
7537
Last change on this file since 7537 was 7533, checked in by , 15 years ago | |
---|---|
|
|
File size: 848 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'; | |
26 | ||
[7514] | 27 | $config{'sis0'}=sprintf <<SIS0; # link naar Router |
[6824] | 28 | TYPE=ethernet |
[7533] | 29 | IP=192.168.3.101/24 |
[7514] | 30 | DESC=Link naar router |
[7418] | 31 | SDESC=uplink |
[6824] | 32 | SPEED=10240000000 |
33 | DHCP=no | |
34 | SIS0 | |
35 | ||
[7514] | 36 | $config{'sis1'}=sprintf <<SIS1; # link naar NodeHuub |
[6824] | 37 | TYPE=ethernet |
[7418] | 38 | IP=$master_ip/30 |
[7514] | 39 | DESC=Link naar NodeHuub |
[7418] | 40 | SDESC=downlink |
[6824] | 41 | SPEED=10240000000 |
42 | DHCP=no | |
43 | SIS1 |
Note:
See TracBrowser
for help on using the repository browser.