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