Last change
on this file since 8292 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 | #
|
---|
4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
5 | #
|
---|
6 | # config Node Hoogmade Kerk ... CNodeHMKerk2
|
---|
7 | $location="RK Kerk, Kerkstaat 59, 2355 AH, Hoogmade";
|
---|
8 | $master_ip='172.25.64.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='HMKerk2';
|
---|
11 | $release="5.0-RELEASE";
|
---|
12 |
|
---|
13 | $status='up';
|
---|
14 |
|
---|
15 | $X='99782';
|
---|
16 | $Y='464772';
|
---|
17 |
|
---|
18 | $AGGREGATE=22;
|
---|
19 |
|
---|
20 | $config{'sis0'}=sprintf <<ED0;
|
---|
21 | COMMENT=eth port 0 HMkerk2
|
---|
22 | TYPE=ethernet
|
---|
23 | IP=172.25.64.65/29
|
---|
24 |
|
---|
25 | DESC=Ethernet naar Kerk
|
---|
26 | SDESC=eth
|
---|
27 |
|
---|
28 | DHCP=no
|
---|
29 |
|
---|
30 |
|
---|
31 | ED0
|
---|
32 |
|
---|
33 | $config{'sis1'}=sprintf <<ED1;
|
---|
34 | COMMENT=eth port 1 naar HMkerk1
|
---|
35 | TYPE=ethernet
|
---|
36 | IP=172.16.1.142/30
|
---|
37 |
|
---|
38 | DESC=Ethernet naar HMKerk1
|
---|
39 | SDESC=2hmkerk1
|
---|
40 |
|
---|
41 | DHCP=no
|
---|
42 |
|
---|
43 |
|
---|
44 |
|
---|
45 | ED1
|
---|
46 |
|
---|
47 | $config{'wi0'}=sprintf <<EW0;
|
---|
48 | COMMENT=link naar Graficall Wireless Leiden
|
---|
49 | TYPE=wireless
|
---|
50 | IP=172.16.0.86/30
|
---|
51 | DESC=Link naar Graficall
|
---|
52 | SDESC=2graficall
|
---|
53 |
|
---|
54 |
|
---|
55 | MODE=managed
|
---|
56 | ESSID=il-n.graficall.wleiden.net
|
---|
57 |
|
---|
58 |
|
---|
59 | DHCP=no
|
---|
60 |
|
---|
61 | EW0
|
---|
62 |
|
---|
63 | $config{'wi1'}=sprintf <<EW1;
|
---|
64 | COMMENT=link naar Struyk Verwo Leimuiden.
|
---|
65 | TYPE=wireless
|
---|
66 | IP=172.16.1.185/30
|
---|
67 | DESC=Link naar Struyk Verwo
|
---|
68 | SDESC=2lmstruykverwo1
|
---|
69 |
|
---|
70 |
|
---|
71 | MODE=master
|
---|
72 | ESSID=il-no.hmkerk.wleiden.net
|
---|
73 |
|
---|
74 |
|
---|
75 | DHCP=no
|
---|
76 |
|
---|
77 | EW1
|
---|
78 |
|
---|
79 | $config{'wi1:0'}=sprintf <<EW10;
|
---|
80 | COMMENT=link naar HMgw2.
|
---|
81 | TYPE=wireless
|
---|
82 | IP=172.16.2.89/30
|
---|
83 | DESC=Link naar HMgw2
|
---|
84 | SDESC=2hmgw2
|
---|
85 |
|
---|
86 | DHCP=no
|
---|
87 |
|
---|
88 | EW10
|
---|
89 |
|
---|
90 |
|
---|
91 |
|
---|
92 |
|
---|
93 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.