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

Last change on this file since 8235 was 7657, checked in by rick, 15 years ago

$genesis_control is not used anymore

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