source: genesis/nodes/CNodeLebkov/wleiden.conf@ 8326

Last change on this file since 8326 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: 1.0 KB
RevLine 
[1815]1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeLebkov
5
[6528]6$location="Lebkov & Sons, Bargelaan 8, 2333 CT, Leiden CS";
[1815]7$master_ip='172.19.152.1';
[3582]8$nodetype='CNode';
[1815]9$nodename='Lebkov';
[4996]10$release="5.0-RELEASE";
11
[4023]12$tproxy='172.19.152.65/26';
[2605]13
14$status='up';
15
[4867]16# edugis x,y 93057,464683
17$X='93057';
18$Y='464683';
[4804]19
[1815]20$LOKATIE='Bargelaan 8';
21
[8261]22$config{'sis0'}=sprintf <<ED0;
23COMMENT=Ethernet
[1815]24TYPE=ethernet
[1861]25IP=172.19.152.65/26
[1815]26
[1854]27DESC=Ethernet naar Accesspoint binnen bij Lebkov
[3306]28SDESC=eth
[1815]29DHCP=70-94
30ED0
31
[8261]32$config{'wi1'}=sprintf <<EW1;
33COMMENT=Link naar RABO
[1815]34TYPE=wireless
[3549]35IP=172.16.1.18/30
[1938]36DESC=Link naar RABO
37SDESC=2rabo
38DHCP=no
39MODE=managed
40ESSID=il-w.rabo.wleiden.net
41CHANNEL=5
42EW1
43
44
45
[8261]46$config{'wi2'}=sprintf <<EW0;
47COMMENT=AP omni
[1938]48TYPE=wireless
[1815]49IP=$master_ip/26
50DESC=omni voor de buurt
51SDESC=omni
52DHCP=10-60
[1818]53MODE=master
[1881]54ESSID=ap-omni.lebkov.wleiden.net
[1815]55CHANNEL=11
56EW0
57
58
[1859]59
[8261]60$config{'wi0'}=sprintf <<EW2;
61COMMENT=link naar Unigor
[1859]62TYPE=wireless
[1851]63IP=172.16.1.14/30
64DESC=Link naar Unigor
65SDESC=2unigor
[1817]66MODE=managed
[1851]67ESSID=n-o.unigor.wleiden.net
68CHANNEL=1
[1854]69DHCP=no
70EW2
[1815]71
[4870]72
Note: See TracBrowser for help on using the repository browser.