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

Last change on this file since 8261 was 8261, checked in by rick, 15 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# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeRWgemhuis2
5$location="Gemeentehuis Jacobswoude Rijnsaterwoude, Herenweg 165, 2465 AH, Rijnsaterwoude";
6
7$master_ip='172.25.34.1';
8$nodetype='CNode';
9$nodename='RWgemhuis2';
10$release="5.0-RELEASE";
11
12
13$status='up';
14
15$X='106045';
16$Y='467415';
17
18$LOCATION='Gemeentehuis Jacobswoude Rijnsaterwoude';
19
20$config{'sis0'}=sprintf <<ED0;
21COMMENT=ethernet poort 0 Soekris
22TYPE=ethernet
23IP=172.25.34.65/29
24
25DESC=Ethernet
26SDESC=eth
27DHCP=no
28
29
30ED0
31
32$config{'sis1'}=sprintf <<ED1;
33COMMENT=Link tussen eth 1 RWgemhuis1 en 2.
34TYPE=ethernet
35IP=172.16.1.242/30
36
37DESC=Ethernet naar RWGemhuis1
38SDESC=2rwgemhuis1
39DHCP=no
40
41
42ED1
43
44$config{'wi0'}=sprintf <<EW0;
45COMMENT=link naar Node Struyk Verwo
46TYPE=wireless
47IP=172.16.1.53/30
48DESC=Link naar Struyk Verwo
49SDESC=2lmstruykverwo1
50
51MODE=master
52ESSID=il-nw.rwgemhuis.wleiden.net
53CHANNEL=1
54
55
56DHCP=no
57
58EW0
59
60$config{'wi1'}=sprintf <<EW1;
61COMMENT=link naar Node WB rotary
62TYPE=wireless
63IP=172.16.2.26/30
64DESC=Link naar Woubrugge
65SDESC=2WBrotary2
66
67MODE=client
68ESSID=il-no.wbrotary.wleiden.net
69CHANNEL=9
70
71
72DHCP=no
73
74EW1
Note: See TracBrowser for help on using the repository browser.