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

Last change on this file since 10047 was 10047, checked in by rick, 13 years ago

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

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