source: genesis/nodes/CNodeHans/wleiden.conf@ 8265

Last change on this file since 8265 was 8261, checked in by rick, 15 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: 998 bytes
RevLine 
[4243]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeHans
[6575]7$location="Hans, Steenbokstraat, 2394 PC, Hazerswoude Rijndijk";
[4285]8$master_ip='172.25.144.1';
[4243]9$nodetype='CNode';
10$nodename='Hans';
[4996]11$release="5.0-RELEASE";
12
[4243]13
[4304]14$status='up';
[4243]15
[4802]16#edugis x,y 100945,460430
[4867]17$X='100945';
18$Y='460430';
[4243]19
[8261]20$config{'xl0'}=sprintf <<ED0;
21COMMENT=Local ethernet
[4244]22
[4243]23TYPE=ethernet
[4250]24IP=172.25.144.65/29
[4243]25
26DESC=Ethernet lokaal
27SDESC=eth0
[8261]28DHCP=68-70
[5110]29DHCP=no
[4243]30
31
32ED0
33
[4285]34$config{'wi0'}=sprintf <<EW0;
35TYPE=wireless
[4286]36IP=$master_ip/26
[4250]37DESC=Omni voor de buurt
38SDESC=omni.hans
39DHCP=10-60
[4243]40
41
[4285]42MODE=master
43ESSID=ap-omni.hans.wleiden.net
[4243]44CHANNEL=1
45
46
[4256]47EW0
[4243]48
[8261]49$config{'wi1'}=sprintf <<EW1;
50COMMENT=Link naar AA24
[4243]51TYPE=wireless
[4244]52IP=172.16.2.41/30
[4243]53
54DESC=Link naar AA24
55SDESC=2AA24
56
57
58
59
[4244]60MODE=master
[4243]61ESSID=il-w.hans.wleiden.net
62CHANNEL=4
63
64
65DHCP=no
66
67EW1
68
[8261]69$config{'wi2'}=sprintf <<EW2;
70COMMENT=link naar Gerard
[4243]71TYPE=wireless
[4244]72IP=172.16.1.189/30
[4243]73DESC=Link naar Gerard
74SDESC=2Gerard
75
76
77
[4303]78MODE=master
[4243]79ESSID=il-no.hans.wleiden.net
[4303]80CHANNEL=8
[4243]81
82
[4251]83DHCP=no
[4243]84
85EW2
86
87
[4870]88
Note: See TracBrowser for help on using the repository browser.