source: genesis/nodes/CNodeVeldbies/wleiden.conf@ 8260

Last change on this file since 8260 was 8260, checked in by rick, 14 years ago

Typo and syntax fixes/improvements

  • Property svn:eol-style set to native
File size: 741 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; # eth
20TYPE=ethernet
21IP=172.25.0.65/29
22
23DESC=Ethernet naar Veldbies
24SDESC=eth
25
26DHCP=no
27
28
29
30
31ED0
32
33$config{'wi0'}=sprintf <<EW0; # OMNI
34TYPE=wireless
35IP=$master_ip/26
36
37DESC=AP voor de buurt
38SDESC=ap-omni
39
40DHCP=10-60
41
42
43MODE=master
44ESSID=ap-omni.veldbies.wleiden.net
45CHANNEL=1
46
47
48EW0
49
50$config{'wi1'}=sprintf <<EW1; # link naar NodeSOM
51TYPE=wireless
52IP=172.16.0.122/30
53DESC=Link naar SOM
54SDESC=2SOM
55
56
57
58MODE=managed
59ESSID=il-o.som.wleiden.net
60
61
62
63DHCP=no
64
65EW1
66
67
Note: See TracBrowser for help on using the repository browser.