source:
genesis/nodes/proxy10/wleiden.conf@
9132
Last change on this file since 9132 was 9132, checked in by , 14 years ago | |
---|---|
File size: 702 bytes |
Rev | Line | |
---|---|---|
[7351] | 1 | # |
[7479] | 2 | # config Proxy10 bij Zwaluw |
[7351] | 3 | |
[9132] | 4 | $master_ip='172.22.0.66'; |
5 | $gateway='192.168.1.1'; | |
6 | $internalroute='172.22.0.65'; | |
7 | $internalif='sis1'; | |
[7351] | 8 | $nodetype='Proxy'; |
[7479] | 9 | $nodename='Proxy10'; |
10 | $proxyid='10'; | |
[7351] | 11 | $location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden"; |
12 | $status='up'; | |
[9132] | 13 | $release="8.2-RELEASE"; |
[7351] | 14 | $X='90739'; |
15 | $Y='463249'; | |
[9132] | 16 | |
[8261] | 17 | $config{'sis0'}=sprintf <<SIS0; |
[9132] | 18 | COMMENT=Link naar router |
19 | TYPE=ethernet | |
20 | IP=192.168.1.16/24 | |
21 | DESC=Link naar router | |
22 | SDESC=uplink | |
23 | DHCP=no | |
24 | SIS0 | |
25 | ||
26 | $config{'sis1'}=sprintf <<SIS1; | |
[8261] | 27 | COMMENT=Ethernet |
[7351] | 28 | TYPE=ethernet |
29 | IP=$master_ip/30 | |
30 | DESC=Link naar Node zwaluw | |
31 | SDESC=2zwaluwak | |
32 | DHCP=no | |
[9132] | 33 | SIS1 |
[7351] | 34 |
Note:
See TracBrowser
for help on using the repository browser.