source:
genesis/nodes/proxy2/wleiden.conf@
9838
Last change on this file since 9838 was 9065, checked in by , 14 years ago | |
---|---|
|
|
File size: 948 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'; |
[9065] | 8 | #gateway='217.166.167.177'; |
[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'; |
[9065] | 16 | $release="8.2-RELEASE"; |
[4867] | 17 | $X='93894'; |
18 | $Y='463704'; | |
[4835] | 19 | |
[8261] | 20 | $config{'sis0'}=sprintf <<SIS0; |
21 | COMMENT=Link naar router | |
[7415] | 22 | TYPE=ethernet |
[7792] | 23 | # The IP is assigned by a DHCP server, not supported by Genesis (yet) |
[9065] | 24 | # nameserver 213.75.63.36 |
25 | # nameserver 213.75.63.70 | |
26 | IP=217.166.167.181/29 | |
[7536] | 27 | DESC=Link naar router |
[7390] | 28 | SDESC=uplink |
[7791] | 29 | DHCP=no |
[7390] | 30 | SIS0 |
[813] | 31 | |
[8261] | 32 | $config{'sis1'}=sprintf <<SIS1; |
[9065] | 33 | COMMENT=Link naar NodeCeTIM1 |
[813] | 34 | TYPE=ethernet |
[7544] | 35 | IP=$master_ip/28 |
[9065] | 36 | DESC=Link naar NodeCeTIM1 |
[7390] | 37 | SDESC=downlink |
[975] | 38 | DHCP=no |
[6582] | 39 | SIS1 |
[6581] | 40 | |
[8261] | 41 | $config{'sis2'}=sprintf <<SIS2; |
42 | COMMENT=Lokaal Ethernet naar kerk | |
[6581] | 43 | TYPE=ethernet |
[7390] | 44 | IP=172.17.143.17/26 |
45 | DESC=subnet voor Hooglandse Kerk | |
46 | SDESC=hlkerk_subnet | |
47 | DHCP=10-60 | |
[6582] | 48 | SIS2 |
[975] | 49 | |
[4870] | 50 |
Note:
See TracBrowser
for help on using the repository browser.