source: genesis/nodes/CNodeVeldbies/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: 756 bytes
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeVeldbies
7$location="Veldbies 10, 2481 CB, Woubrugge";
8$master_ip='172.25.0.1';
9$nodetype='CNode';
10$nodename='Veldbies';
11$release="5.0-RELEASE";
12
13
14$status='up';
15
16$X='103532';
17$Y='465148';
18
19$config{'sis0'}=sprintf <<ED0;
20COMMENT=eth
21TYPE=ethernet
22IP=172.25.0.65/29
23
24DESC=Ethernet naar Veldbies
25SDESC=eth
26
27DHCP=no
28
29
30
31
32ED0
33
34$config{'wi0'}=sprintf <<EW0;
35COMMENT=OMNI
36TYPE=wireless
37IP=$master_ip/26
38
39DESC=AP voor de buurt
40SDESC=ap-omni
41
42DHCP=10-60
43
44
45MODE=master
46ESSID=ap-omni.veldbies.wleiden.net
47CHANNEL=1
48
49
50EW0
51
52$config{'wi1'}=sprintf <<EW1;
53COMMENT=link naar NodeSOM
54TYPE=wireless
55IP=172.16.0.122/30
56DESC=Link naar SOM
57SDESC=2SOM
58
59
60
61MODE=managed
62ESSID=il-o.som.wleiden.net
63
64
65
66DHCP=no
67
68EW1
69
70
Note: See TracBrowser for help on using the repository browser.