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
RevLine 
[813]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeVeldbies
[6528]7$location="Veldbies 10, 2481 CB, Woubrugge";
[813]8$master_ip='172.25.0.1';
9$nodetype='CNode';
10$nodename='Veldbies';
[4996]11$release="5.0-RELEASE";
12
[813]13
[2605]14$status='up';
15
[4868]16$X='103532';
17$Y='465148';
[813]18
[8261]19$config{'sis0'}=sprintf <<ED0;
20COMMENT=eth
[813]21TYPE=ethernet
22IP=172.25.0.65/29
23
24DESC=Ethernet naar Veldbies
[3306]25SDESC=eth
[813]26
27DHCP=no
28
[830]29
30
[813]31
32ED0
33
[8261]34$config{'wi0'}=sprintf <<EW0;
35COMMENT=OMNI
[813]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
[8261]52$config{'wi1'}=sprintf <<EW1;
53COMMENT=link naar NodeSOM
[813]54TYPE=wireless
55IP=172.16.0.122/30
[3036]56DESC=Link naar SOM
57SDESC=2SOM
[813]58
59
60
61MODE=managed
[3036]62ESSID=il-o.som.wleiden.net
[813]63
[830]64
[813]65
66DHCP=no
67
68EW1
69
[4870]70
Note: See TracBrowser for help on using the repository browser.