source: genesis/nodes/CNodeRudi/wleiden.conf@ 8261

Last change on this file since 8261 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.1 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeRudi
7$location="Rudi, Eli Heimanshof 114, 2341 PH, Oegstgeest";
8$master_ip='172.23.0.1';
9$nodetype='CNode';
10$nodename='Rudi';
11$release="5.0-RELEASE";
12$status='up';
13# edugis x,y 94040,466050
14$X='94040';
15$Y='466050';
16
17$config{'ep0'}=sprintf <<EP0;
18COMMENT=eth
19TYPE=ethernet
20IP=172.23.0.65/29
21DESC=Ethernet naar Xlexit
22SDESC=eth
23DHCP=68-70
24DHCP=no
25EP0
26
27$config{'wi0'}=sprintf <<EW0;
28COMMENT=OMNI
29TYPE=wireless
30IP=$master_ip/26
31DESC=Omni voor de buurt
32SDESC=omni
33DHCP=10-60
34MODE=master
35ESSID=ap-omni.rudi.wleiden.net
36CHANNEL=8
37EW0
38
39$config{'wi1'}=sprintf <<EW1;
40COMMENT=link naar Rabo
41TYPE=wireless
42IP=172.16.3.126/30
43DESC=Link naar Rabo
44SDESC=2rabo
45MODE=managed
46ESSID=il-n.rabo.wleiden.net
47CHANNEL=5
48DHCP=no
49EW1
50
51$config{'wi2'}=sprintf <<EW2;
52TYPE=wireless
53DESC=Interlink Rosmolen
54SDESC=2rosmolen
55IP=172.16.2.58/30
56DHCP=no
57MODE=managed
58ESSID=il-nw.rosmolen.wleiden.net
59EW2
60
61$config{'wi3'}=sprintf <<EW3;
62TYPE=wireless
63IP=172.16.0.186/30
64DESC=Link naar Lijtweg1
65SDESC=2lijtweg1
66MODE=managed
67ESSID=il-o.lijtweg1.wleiden.net
68DHCP=no
69EW3
70
71
72
73
Note: See TracBrowser for help on using the repository browser.