|
Last change
on this file since 10074 was 10048, checked in by rick, 14 years ago |
|
Remove and modify some more comment lines.
Related-To ticket:117
|
-
Property svn:eol-style
set to
native
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | $location="Societeit de Burcht, Brugsteeg 14, 2312 JS, Leiden";
|
|---|
| 3 | $master_ip='172.17.184.1';
|
|---|
| 4 | $nodetype='CNode';
|
|---|
| 5 | $nodename='Burcht';
|
|---|
| 6 |
|
|---|
| 7 | $release="7.2";
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | $status='up';
|
|---|
| 11 |
|
|---|
| 12 | $X='93794';
|
|---|
| 13 | $Y='463755';
|
|---|
| 14 |
|
|---|
| 15 | $comment="Range which spans the two ethernet nic's to the two AP's (sis0, sis1)";
|
|---|
| 16 | $tproxy='172.17.184.64/26 172.17.184.128/26';
|
|---|
| 17 |
|
|---|
| 18 | $config{'sis0'}=sprintf <<SIS0;
|
|---|
| 19 | TYPE=ethernet
|
|---|
| 20 | STATUS=up
|
|---|
| 21 | IP=172.17.184.65/26
|
|---|
| 22 |
|
|---|
| 23 | DESC=Access Point 1 (tuinzaal)
|
|---|
| 24 | SDESC=aptuinzaal
|
|---|
| 25 |
|
|---|
| 26 | # Keep one IP address (66) available for the
|
|---|
| 27 | # Accesspoint itself. The topmost address
|
|---|
| 28 | # (127) is broadcast.
|
|---|
| 29 | DHCP=67-126
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | SIS0
|
|---|
| 33 |
|
|---|
| 34 | $config{'sis1'}=sprintf <<SIS1;
|
|---|
| 35 | TYPE=ethernet
|
|---|
| 36 | STATUS=up
|
|---|
| 37 | IP=172.17.184.129/26
|
|---|
| 38 |
|
|---|
| 39 | DESC=Access Point 2 (kroeg)
|
|---|
| 40 | SDESC=apkroeg
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 | # Keep one IP addres for the AP (130)
|
|---|
| 44 | # topmost 191 is the broadcast address.
|
|---|
| 45 | DHCP=131-190
|
|---|
| 46 |
|
|---|
| 47 | SIS1
|
|---|
| 48 |
|
|---|
| 49 | $config{'wi0'}=sprintf <<EW0;
|
|---|
| 50 | TYPE=wireless
|
|---|
| 51 | IP=172.16.0.146/30
|
|---|
| 52 |
|
|---|
| 53 | DESC=Interlink naar Vosko
|
|---|
| 54 | SDESC=2vosko
|
|---|
| 55 |
|
|---|
| 56 | DHCP=no
|
|---|
| 57 |
|
|---|
| 58 |
|
|---|
| 59 | MODE=managed
|
|---|
| 60 | ESSID=il-no.vosko.wleiden.net
|
|---|
| 61 |
|
|---|
| 62 |
|
|---|
| 63 | EW0
|
|---|
| 64 |
|
|---|
| 65 |
|
|---|
| 66 | $config{'wi1'}=sprintf <<EW1;
|
|---|
| 67 | TYPE=wireless
|
|---|
| 68 | IP=172.16.0.106/30
|
|---|
| 69 |
|
|---|
| 70 | DESC=Interlink naar Cetim3
|
|---|
| 71 | SDESC=2cetim3
|
|---|
| 72 |
|
|---|
| 73 | DHCP=no
|
|---|
| 74 |
|
|---|
| 75 |
|
|---|
| 76 |
|
|---|
| 77 |
|
|---|
| 78 | MODE=managed
|
|---|
| 79 | ESSID=il-nw.cetim3.wleiden.net
|
|---|
| 80 |
|
|---|
| 81 |
|
|---|
| 82 |
|
|---|
| 83 |
|
|---|
| 84 | EW1
|
|---|
| 85 |
|
|---|
| 86 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.