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

Last change on this file since 8348 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
RevLine 
[813]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeRudi
[6528]7$location="Rudi, Eli Heimanshof 114, 2341 PH, Oegstgeest";
[813]8$master_ip='172.23.0.1';
9$nodetype='CNode';
10$nodename='Rudi';
[4996]11$release="5.0-RELEASE";
[2605]12$status='up';
[4853]13# edugis x,y 94040,466050
[4867]14$X='94040';
15$Y='466050';
[4853]16
[8261]17$config{'ep0'}=sprintf <<EP0;
18COMMENT=eth
[813]19TYPE=ethernet
20IP=172.23.0.65/29
21DESC=Ethernet naar Xlexit
[3306]22SDESC=eth
[8261]23DHCP=68-70
[813]24DHCP=no
[3648]25EP0
[813]26
[8261]27$config{'wi0'}=sprintf <<EW0;
28COMMENT=OMNI
[813]29TYPE=wireless
30IP=$master_ip/26
31DESC=Omni voor de buurt
32SDESC=omni
33DHCP=10-60
34MODE=master
[3667]35ESSID=ap-omni.rudi.wleiden.net
[5060]36CHANNEL=8
[813]37EW0
38
[8261]39$config{'wi1'}=sprintf <<EW1;
40COMMENT=link naar Rabo
[813]41TYPE=wireless
[8148]42IP=172.16.3.126/30
[813]43DESC=Link naar Rabo
44SDESC=2rabo
45MODE=managed
46ESSID=il-n.rabo.wleiden.net
47CHANNEL=5
48DHCP=no
49EW1
50
[3667]51$config{'wi2'}=sprintf <<EW2;
52TYPE=wireless
[4438]53DESC=Interlink Rosmolen
54SDESC=2rosmolen
55IP=172.16.2.58/30
56DHCP=no
57MODE=managed
58ESSID=il-nw.rosmolen.wleiden.net
[3667]59EW2
60
[6567]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.