source: genesis/nodes/CNodeHMKerk1/wleiden.conf@ 8323

Last change on this file since 8323 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.3 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeHMKerk1
7$location="RK Kerk, Kerkstaat 59, 2355 AH, Hoogmade";
8$master_ip='172.25.60.1';
9$nodetype='CNode';
10$nodename='HMKerk1';
11$release="5.0-RELEASE";
12
13
14$status='up';
15
16$X='99782';
17$Y='464772';
18
19$AGGREGATE=22;
20
21$config{'sis0'}=sprintf <<ED0;
22COMMENT=eth port 0 hmkerk1
23TYPE=ethernet
24IP=172.25.60.65/29
25
26DESC=Ethernet naar Kerk
27SDESC=eth
28
29DHCP=no
30
31
32ED0
33
34$config{'sis1'}=sprintf <<ED0;
35COMMENT=ethernet port 2 kerk2
36TYPE=ethernet
37IP=172.16.1.141/30
38
39DESC=Ethernet naar HMKerk2
40SDESC=2hmkerk2
41
42DHCP=no
43
44
45
46ED0
47
48
49$config{'wi0'}=sprintf <<EW0;
50COMMENT=OMNI voor de buurt ap-omni.hmkerk
51TYPE=wireless
52IP=$master_ip/26
53
54DESC=AP-omni voor de buurt
55SDESC=ap-omni
56
57DHCP=10-60
58
59
60MODE=master
61ESSID=ap-omni.HMkerk.wleiden.net
62CHANNEL=8
63
64
65EW0
66
67
68$config{'wi1'}=sprintf <<EW1;
69COMMENT=link naar Woubrugge WBrotary
70TYPE=wireless
71IP=172.16.2.28/30
72DESC=Link naar Wbrotary
73SDESC=2WBrotary
74
75
76MODE=master
77ESSID=il-o.hmkerk.wleiden.net
78CHANNEL=1
79
80
81
82DHCP=no
83
84EW1
85
86
Note: See TracBrowser for help on using the repository browser.