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