source: genesis/nodes/CNodeMuiderkring/wleiden.conf@ 8399

Last change on this file since 8399 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: 859 bytes
Line 
1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeMuiderkring
5$location="Martijn, Muiderkring 152, 2332 BP, Leiden";
6$master_ip='172.17.4.129';
7$nodetype='CNode';
8$nodename='Muiderkring';
9$release="8.0-RELEASE";
10$X='92318';
11$Y='464324';
12$status='up';
13
14$config{'ath0'}=sprintf <<ATH0;
15COMMENT=Lokaal accesspoint
16TYPE=wireless
17IP=$master_ip/26
18DESC=accesspoint voor de buurt
19SDESC=omni
20DHCP=140-190
21MODE=master
22ESSID=ap-WirelessLeiden-Muiderkring
23CHANNEL=5
24ATH0
25
26$config{'vr0'}=sprintf <<VR0;
27COMMENT=eth
28TYPE=ethernet
29IP=172.16.3.145/30
30DESC=Link naar proxy6
31SDESC=eth
32DHCP=no
33VR0
34
35$config{'vr1'}=sprintf <<VR1;
36COMMENT=Link naar AJSoft
37TYPE=ethernet
38EXTRA_TYPE=eth2wifibridge
39IP=172.16.3.118/30
40DESC=Link naar AJSoft
41SDESC=2ajsoft
42MODE=managed
43ESSID=il-nno.ajsoft2.wleiden.net
44CHANNEL=1
45DHCP=no
46BulletMAC=00:15:6D:E8:E6:B1
47BulletIP=192.168.1.21
48VR1
Note: See TracBrowser for help on using the repository browser.