Last change
on this file since 8360 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
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config CNodeRund
|
---|
6 |
|
---|
7 | $location="Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden";
|
---|
8 | $master_ip='172.17.160.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='Rund';
|
---|
11 |
|
---|
12 | $status='up';
|
---|
13 | $release="5.0-RELEASE";
|
---|
14 |
|
---|
15 |
|
---|
16 | # edugis x,y 93763,464042
|
---|
17 | $X='93763';
|
---|
18 | $Y='464042';
|
---|
19 |
|
---|
20 | $LOKATIE='IP69 kast aan antennemast, PoE vanuit voorkamer en meterkast.';
|
---|
21 |
|
---|
22 | $config{'sis0'}=sprintf <<ED0;
|
---|
23 | COMMENT=Ethernet
|
---|
24 | TYPE=ethernet
|
---|
25 | IP=172.17.160.65/28
|
---|
26 |
|
---|
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
|
---|
31 |
|
---|
32 | DESC=Ethernet naar HCC
|
---|
33 | SDESC=2dirkx
|
---|
34 | DHCP=no
|
---|
35 | ED0
|
---|
36 |
|
---|
37 | $config{'wi0'}=sprintf <<EOM;
|
---|
38 | COMMENT=AP NW
|
---|
39 | TYPE=wireless
|
---|
40 | IP=$master_ip/26
|
---|
41 | DESC=Omni voor de buurt
|
---|
42 | SDESC=omni
|
---|
43 |
|
---|
44 |
|
---|
45 | DHCP=no
|
---|
46 | DHCP=10-60
|
---|
47 |
|
---|
48 | MODE=master
|
---|
49 | ESSID=ap-omni.rund.wleiden.net
|
---|
50 | # Channel 6 - local network, 9,10,11
|
---|
51 | # private networks at adjacent houses.
|
---|
52 | # Link Cope: 5, CetimNW 1
|
---|
53 | CHANNEL=3
|
---|
54 |
|
---|
55 |
|
---|
56 | EOM
|
---|
57 |
|
---|
58 | $config{'wi2'}=sprintf <<EOM;
|
---|
59 | COMMENT=Link naar vosko2
|
---|
60 | TYPE=wireless
|
---|
61 | IP=172.16.0.177/30
|
---|
62 | DESC=Link naar Vosko2
|
---|
63 | SDESC=2vosko2
|
---|
64 |
|
---|
65 |
|
---|
66 | MODE=managed
|
---|
67 | ESSID=il-no.vosko2.wleiden.net
|
---|
68 |
|
---|
69 | CHANNEL=13
|
---|
70 |
|
---|
71 |
|
---|
72 | DHCP=no
|
---|
73 | EOM
|
---|
74 |
|
---|
75 |
|
---|
76 | $config{'wi1'}=sprintf <<EOM;
|
---|
77 | TYPE=wireless
|
---|
78 | IP=172.16.0.182/30
|
---|
79 | DESC=Link naar CeTIM3
|
---|
80 | SDESC=2cetim3
|
---|
81 |
|
---|
82 |
|
---|
83 | MODE=managed
|
---|
84 | ESSID=il-nw.cetim3.wleiden.net
|
---|
85 | CHANNEL=9
|
---|
86 |
|
---|
87 |
|
---|
88 | DHCP=no
|
---|
89 | EOM
|
---|
90 |
|
---|
91 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.