source:
genesis/nodes/proxy97/wleiden.conf@
7929
Last change on this file since 7929 was 7657, checked in by , 15 years ago | |
---|---|
File size: 624 bytes |
Rev | Line | |
---|---|---|
[7480] | 1 | # |
2 | # | |
3 | # Read by /usr/local/sbin/wireless-up.pl | |
4 | # | |
5 | # config Proxy97 bij Plantsoen 97 | |
6 | # | |
[7515] | 7 | # |
[7480] | 8 | |
9 | $master_ip='172.17.169.66'; | |
[7481] | 10 | $gateway='10.0.1.1'; |
[7480] | 11 | $internalroute='172.17.169.65'; |
12 | $nodetype='Proxy'; | |
13 | $nodename='Proxy97'; | |
[7515] | 14 | $proxyid='97'; |
[7480] | 15 | $location="CeTIM office, Plantsoen 97, 2311 KL, Leiden"; |
16 | $status='up'; | |
17 | $release="8.0-RELEASE"; | |
18 | $X='94042'; | |
19 | $Y='463238'; | |
20 | ||
[7515] | 21 | $config{'sis0'}=sprintf <<SIS0; # link naar router |
[7480] | 22 | TYPE=ethernet |
[7481] | 23 | IP=10.0.1.100/24 |
[7515] | 24 | DESC=naar router |
[7480] | 25 | SDESC=uplink |
26 | DHCP=no | |
27 | SIS0 | |
28 | ||
[7515] | 29 | $config{'sis1'}=sprintf <<SIS1; # link naar NodePlantsoen2 |
[7480] | 30 | TYPE=ethernet |
31 | IP=$master_ip/28 | |
[7515] | 32 | DESC=Link naar NodePlantsoen2 |
[7480] | 33 | SDESC=downlink |
34 | DHCP=no | |
35 | SIS1 |
Note:
See TracBrowser
for help on using the repository browser.