source: genesis/nodes/CNodeLMkempers2/wleiden.conf@ 8399

Last change on this file since 8399 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: 979 bytes
Line 
1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeLMkempers2
5$location="Jachthaven Kempers, Herenweg 100, 2451 VS, Leimuiden";
6
7$master_ip='172.25.84.1';
8$nodetype='CNode';
9$nodename='LMkempers2';
10$release="7.2-RELEASE";
11
12
13$status='up';
14
15$X='107020';
16$Y='471200';
17
18$config{'sis0'}=sprintf <<ED0;
19COMMENT=eth poort 0 Kempers2
20TYPE=ethernet
21IP=172.25.84.65/29
22
23DESC=Ethernet naar Kempers2
24SDESC=eth
25
26DHCP=no
27
28ED0
29
30$config{'sis1'}=sprintf <<ED1;
31COMMENT=eth Link naar Kempers1
32TYPE=ethernet
33IP=172.16.1.202/30
34
35DESC=Ethernet naar lmkempers1
36SDESC=2lmkempers1
37
38DHCP=no
39
40
41ED1
42
43$config{'ath0'}=sprintf <<EW0;
44COMMENT=OMNI voor Westeinder
45TYPE=wireless
46IP=$master_ip/26
47
48DESC=APKempers voor Westeinder
49SDESC=apkempers
50
51DHCP=10-60
52
53MODE=master
54ESSID=ap.we.wleiden.net
55CHANNEL=5
56
57
58EW0
59
60$config{'wi0'}=sprintf <<EW1;
61COMMENT=Link naar AMWTR
62TYPE=wireless
63IP=172.16.1.209/30
64DESC=Link naar AMWTR
65SDESC=2amwtr
66
67MODE=master
68ESSID=il-no.kmprs.wleiden.net
69CHANNEL=5
70
71
72DHCP=no
73
74EW1
75
76
Note: See TracBrowser for help on using the repository browser.