Last change
on this file since 10035 was 9805, checked in by rick, 13 years ago |
NSIP => NS_IP
NSMAC => NS_MAC
Standards, their are so many to choose from...
|
File size:
747 bytes
|
Rev | Line | |
---|
[9644] | 1 | #
|
---|
| 2 | # config proxy18
|
---|
| 3 | $location="Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge";
|
---|
[9719] | 4 | $master_ip='172.16.18.38';
|
---|
[9644] | 5 | $internalroute='172.16.18.33';
|
---|
| 6 | $internalif='sis1';
|
---|
| 7 | $nodetype='Proxy';
|
---|
| 8 | $nodename='Proxy18';
|
---|
| 9 | $proxyid='18';
|
---|
| 10 | $release="8.2-RELEASE";
|
---|
[9696] | 11 | $status='up';
|
---|
[9644] | 12 | $ileiden="yes";
|
---|
[9646] | 13 | $X='103784';
|
---|
| 14 | $Y='464983';
|
---|
[9644] | 15 | $nat='no';
|
---|
| 16 |
|
---|
| 17 | $config{'sis0'}=sprintf <<SIS0;
|
---|
| 18 | COMMENT=link naar Router
|
---|
| 19 | TYPE=ethernet
|
---|
| 20 | DHCPCLIENT=yes
|
---|
| 21 | IP=0.0.0.0/30
|
---|
| 22 | DESC=Link naar router
|
---|
| 23 | SDESC=uplink
|
---|
| 24 | DHCP=no
|
---|
| 25 | SIS0
|
---|
| 26 |
|
---|
| 27 | $config{'sis1'}=sprintf <<SIS1;
|
---|
[9696] | 28 | COMMENT=Link naar WBRotary
|
---|
[9644] | 29 | TYPE=ethernet
|
---|
| 30 | EXTRA_TYPE=eth2wifibridge
|
---|
| 31 | STATUS=down
|
---|
[9720] | 32 | IP=$master_ip/29
|
---|
[9644] | 33 | DHCP=no
|
---|
[9696] | 34 | DESC=Link naar Rotary
|
---|
| 35 | SDESC=2rotary
|
---|
[9644] | 36 | MODE=station bridge
|
---|
[9696] | 37 | ESSID=il-n.wbrotary.wleiden.net
|
---|
[9644] | 38 | CHANNEL=144
|
---|
[9805] | 39 | NS_MAC=00:15:6D:70:54:4A
|
---|
| 40 | NS_IP=172.16.18.37/29
|
---|
[9644] | 41 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.