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