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