Last change
on this file since 8399 was 8261, checked in by rick, 14 years ago |
- Commented variables are kind of useless as no program will be able to parse
them. So made them 'active'
- The text behind the $config proves to be a more usefull description than the
normal DESC field, pushed them into a variable called COMMENT so we can
finally start using them.
- Commented code is in general bad stuff with a revision control system as it
clutters the view, made the non active interface just 'idle' active.
|
-
Property svn:eol-style
set to
native
|
File size:
1.3 KB
|
Rev | Line | |
---|
[813] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 4 | #
|
---|
| 5 | # config CNodeRund
|
---|
| 6 |
|
---|
[6528] | 7 | $location="Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden";
|
---|
[813] | 8 | $master_ip='172.17.160.1';
|
---|
[3582] | 9 | $nodetype='CNode';
|
---|
[813] | 10 | $nodename='Rund';
|
---|
| 11 |
|
---|
[2605] | 12 | $status='up';
|
---|
[4996] | 13 | $release="5.0-RELEASE";
|
---|
| 14 |
|
---|
[813] | 15 |
|
---|
[4867] | 16 | # edugis x,y 93763,464042
|
---|
| 17 | $X='93763';
|
---|
| 18 | $Y='464042';
|
---|
[813] | 19 |
|
---|
[2222] | 20 | $LOKATIE='IP69 kast aan antennemast, PoE vanuit voorkamer en meterkast.';
|
---|
[813] | 21 |
|
---|
[8261] | 22 | $config{'sis0'}=sprintf <<ED0;
|
---|
| 23 | COMMENT=Ethernet
|
---|
[813] | 24 | TYPE=ethernet
|
---|
| 25 | IP=172.17.160.65/28
|
---|
[2222] | 26 |
|
---|
[1391] | 27 | # Link to the cisco downstairs does not reliably
|
---|
| 28 | # auto negotiate at 100Mbit/full duplex; so force
|
---|
| 29 | # the speed down a wee bit.
|
---|
| 30 | MEDIA=10baseT/UTP
|
---|
[813] | 31 |
|
---|
[1849] | 32 | DESC=Ethernet naar HCC
|
---|
[813] | 33 | SDESC=2dirkx
|
---|
| 34 | DHCP=no
|
---|
| 35 | ED0
|
---|
| 36 |
|
---|
[8261] | 37 | $config{'wi0'}=sprintf <<EOM;
|
---|
| 38 | COMMENT=AP NW
|
---|
[813] | 39 | TYPE=wireless
|
---|
| 40 | IP=$master_ip/26
|
---|
| 41 | DESC=Omni voor de buurt
|
---|
| 42 | SDESC=omni
|
---|
| 43 |
|
---|
| 44 |
|
---|
[8261] | 45 | DHCP=no
|
---|
[813] | 46 | DHCP=10-60
|
---|
| 47 |
|
---|
| 48 | MODE=master
|
---|
| 49 | ESSID=ap-omni.rund.wleiden.net
|
---|
[2244] | 50 | # Channel 6 - local network, 9,10,11
|
---|
| 51 | # private networks at adjacent houses.
|
---|
| 52 | # Link Cope: 5, CetimNW 1
|
---|
| 53 | CHANNEL=3
|
---|
[813] | 54 |
|
---|
| 55 |
|
---|
[2222] | 56 | EOM
|
---|
[813] | 57 |
|
---|
[8261] | 58 | $config{'wi2'}=sprintf <<EOM;
|
---|
| 59 | COMMENT=Link naar vosko2
|
---|
[813] | 60 | TYPE=wireless
|
---|
[4642] | 61 | IP=172.16.0.177/30
|
---|
[6033] | 62 | DESC=Link naar Vosko2
|
---|
| 63 | SDESC=2vosko2
|
---|
[813] | 64 |
|
---|
| 65 |
|
---|
[6033] | 66 | MODE=managed
|
---|
| 67 | ESSID=il-no.vosko2.wleiden.net
|
---|
[813] | 68 |
|
---|
[8261] | 69 | CHANNEL=13
|
---|
[813] | 70 |
|
---|
| 71 |
|
---|
| 72 | DHCP=no
|
---|
[2222] | 73 | EOM
|
---|
[813] | 74 |
|
---|
| 75 |
|
---|
[4201] | 76 | $config{'wi1'}=sprintf <<EOM;
|
---|
[813] | 77 | TYPE=wireless
|
---|
| 78 | IP=172.16.0.182/30
|
---|
[4201] | 79 | DESC=Link naar CeTIM3
|
---|
| 80 | SDESC=2cetim3
|
---|
[813] | 81 |
|
---|
| 82 |
|
---|
| 83 | MODE=managed
|
---|
[4201] | 84 | ESSID=il-nw.cetim3.wleiden.net
|
---|
[813] | 85 | CHANNEL=9
|
---|
| 86 |
|
---|
| 87 |
|
---|
| 88 | DHCP=no
|
---|
[2222] | 89 | EOM
|
---|
[813] | 90 |
|
---|
[4870] | 91 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.