source:
genesis/nodes/proxy2/wleiden.conf@
9999
Last change on this file since 9999 was 9877, checked in by , 13 years ago | |
---|---|
|
|
File size: 773 bytes |
Rev | Line | |
---|---|---|
[813] | 1 | # |
[991] | 2 | # config proxy2 (Hooglandse Kerk) |
[813] | 3 | |
[7390] | 4 | $master_ip='172.17.143.4'; |
[9877] | 5 | $gateway='192.168.2.1'; |
[7536] | 6 | $internalroute='172.17.143.2'; |
[8018] | 7 | $internalif='sis1'; |
[3583] | 8 | $nodetype='Proxy'; |
[3584] | 9 | $nodename='Proxy2'; |
[7601] | 10 | $proxyid='2'; |
[6530] | 11 | $location="Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"; |
[7536] | 12 | $status='up'; |
[9065] | 13 | $release="8.2-RELEASE"; |
[4867] | 14 | $X='93894'; |
15 | $Y='463704'; | |
[4835] | 16 | |
[8261] | 17 | $config{'sis0'}=sprintf <<SIS0; |
18 | COMMENT=Link naar router | |
[7415] | 19 | TYPE=ethernet |
[9877] | 20 | IP=192.168.2.6/24 |
[7536] | 21 | DESC=Link naar router |
[7390] | 22 | SDESC=uplink |
[7791] | 23 | DHCP=no |
[7390] | 24 | SIS0 |
[813] | 25 | |
[8261] | 26 | $config{'sis1'}=sprintf <<SIS1; |
[9065] | 27 | COMMENT=Link naar NodeCeTIM1 |
[813] | 28 | TYPE=ethernet |
[7544] | 29 | IP=$master_ip/28 |
[9065] | 30 | DESC=Link naar NodeCeTIM1 |
[7390] | 31 | SDESC=downlink |
[975] | 32 | DHCP=no |
[6582] | 33 | SIS1 |
[6581] | 34 | |
[8261] | 35 | $config{'sis2'}=sprintf <<SIS2; |
36 | COMMENT=Lokaal Ethernet naar kerk | |
[6581] | 37 | TYPE=ethernet |
[7390] | 38 | IP=172.17.143.17/26 |
39 | DESC=subnet voor Hooglandse Kerk | |
40 | SDESC=hlkerk_subnet | |
41 | DHCP=10-60 | |
[6582] | 42 | SIS2 |
[975] | 43 | |
[4870] | 44 |
Note:
See TracBrowser
for help on using the repository browser.