source: genesis/nodes/CNodeRWgemhuis1/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.0 KB
RevLine 
[4346]1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeRWgemhuis1
[6530]5$location="Gemeentehuis Jacobswoude Rijnsaterwoude, Herenweg 165, 2465 AH, Rijnsaterwoude";
[8049]6$master_ip='172.25.30.1';
[4346]7$nodetype='CNode';
[4358]8$nodename='RWgemhuis1';
[4996]9$release="5.0-RELEASE";
10
[4346]11
[4519]12$status='up';
[4346]13
[6990]14$X='106045';
15$Y='467415';
[4346]16
[4734]17$LOCATION='Gemeentehuis Jacobswoude Rijnsaterwoude';
18
[8261]19$config{'sis0'}=sprintf <<ED0;
20COMMENT=ethernet poort 0
[4475]21TYPE=ethernet
[4346]22IP=172.25.30.65/29
23
24DESC=Ethernet
25SDESC=eth
26DHCP=no
27
28ED0
29
[8261]30$config{'sis1'}=sprintf <<ED1;
31COMMENT=Link tussen eth 1 RWgemhuis2 en 1
[4475]32TYPE=ethernet
[4349]33IP=172.16.1.241/30
[4346]34
[4750]35DESC=Ethernet naar RWGemhuis2
36SDESC=2rwgemhuis2
[4346]37DHCP=no
38
39ED1
40
[8261]41$config{'wi0'}=sprintf <<EW0;
42COMMENT=OMNI voor de buurt
[4346]43TYPE=wireless
[7926]44IP=$master_ip/26
[4346]45
46DESC=AP voor de buurt
[4377]47SDESC=omni
[4346]48DHCP=10-60
49
50MODE=master
51ESSID=ap.RWgemhuis.wleiden.net
[4519]52CHANNEL=5
[4346]53
54
55EW0
[4371]56
[8261]57$config{'wi1'}=sprintf <<EW1;
58COMMENT=link naar Bilderdam
59TYPE=wireless
60IP=172.16.2.5/30
61DESC=Link naar Bilderdam
62SDESC=2BDboon
[4750]63#
[8261]64MODE=master
65ESSID=il-no.rwgemhuis.wleiden.net
66CHANNEL=13
[4750]67#
68#
[8261]69DHCP=no
[4750]70#
[8261]71EW1
[4371]72
[4377]73
[4870]74
Note: See TracBrowser for help on using the repository browser.