source: genesis/nodes/CNodeRegenboog/wleiden.conf@ 8282

Last change on this file since 8282 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: 983 bytes
Line 
1#
2# config CNodeRegenboog
3
4$location="Basisschool De Tweemaster, Regenboogpad 5, 2317 XK, Leiden";
5$master_ip='172.21.152.1';
6$nodetype='CNode';
7$nodename='Regenboog';
8$release="8.0-RELEASE";
9$status='up';
10$X='95368';
11$Y='465975';
12
13$config{'ath0'}=sprintf <<ATH0;
14COMMENT=AP
15TYPE=wireless
16IP=$master_ip/26
17DESC=ap voor de buurt
18SDESC=ap
19DHCP=10-60
20MODE=master
21ESSID=ap-WirelessLeiden.Regenboog
22CHANNEL=7
23ATH0
24
25$config{'sis0'}=sprintf <<SIS0;
26COMMENT=Ethernet
27TYPE=ethernet
28IP=172.21.152.65/28
29DESC=Ethernet naar Regenboog
30SDESC=eth
31DHCP=70-78
32SIS0
33
34$config{'sis1'}=sprintf <<SIS1;
35COMMENT=Link naar Rosmolen
36TYPE=ethernet
37EXTRA_TYPE=eth2wifibridge
38DESC=Link naar Rosmolen
39SDESC=2rosmolen
40IP=172.16.2.66/30
41DHCP=no
42MODE=managed
43ESSID=il-o.rosmolen.wleiden.net
44CHANNEL=11
45BulletMAC=
46SIS1
47
48$config{'wi0'}=sprintf <<EW0;
49COMMENT=link naar oost -> Polder
50TYPE=wireless
51DESC=Link naar oost
52SDESC=2oost
53IP=172.16.3.17/30
54DHCP=no
55MODE=master
56ESSID=il-o.regenboog.wleiden.net
57CHANNEL=4
58EW0
Note: See TracBrowser for help on using the repository browser.