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