source:
genesis/nodes/proxy5/wleiden.conf@
10047
Last change on this file since 10047 was 10047, checked in by , 13 years ago | |
---|---|
|
|
File size: 756 bytes |
Rev | Line | |
---|---|---|
[6545] | 1 | # verbonden met glasvezel gateway 192.168.0.1 |
2 | # nameservers: 217.149.192.6 en 217.149.196.6 | |
3 | ||
[7513] | 4 | $master_ip='172.19.168.66'; |
5 | $gateway='192.168.0.1'; | |
6 | $internalroute='172.19.168.65'; | |
[8018] | 7 | $internalif='sis1'; |
[6545] | 8 | $nodetype='Proxy'; |
9 | $nodename='Proxy5'; | |
[7601] | 10 | $proxyid='5'; |
[6545] | 11 | $location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden"; |
12 | $status='up'; | |
[8993] | 13 | $release="8.2-RELEASE"; |
[6545] | 14 | $X='92927'; |
15 | $Y='465365'; | |
16 | ||
[8261] | 17 | $config{'sis0'}=sprintf <<SIS0; |
18 | COMMENT=Link naar router | |
[6545] | 19 | TYPE=ethernet |
[7513] | 20 | IP=192.168.0.16/24 |
21 | DESC=Link naar router | |
22 | SDESC=uplink | |
[6545] | 23 | DHCP=no |
[7513] | 24 | SIS0 |
[6545] | 25 | |
[8261] | 26 | $config{'sis1'}=sprintf <<SIS1; |
27 | COMMENT=Link naar NodeWP | |
[6545] | 28 | TYPE=ethernet |
[7513] | 29 | IP=$master_ip/30 |
30 | DESC=Link naar NodeWP | |
31 | SDESC=downlink | |
[6545] | 32 | DHCP=no |
[7513] | 33 | SIS1 |
Note:
See TracBrowser
for help on using the repository browser.