source: genesis/nodes/CNodeOBLc/wleiden.conf@ 8271

Last change on this file since 8271 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: 755 bytes
RevLine 
[813]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeOBLc
[6528]6$location="Centrale Bibliotheek, Nieuwstraat 4, 2312 KB, Leiden";
[835]7$master_ip='172.17.153.1';
[813]8$nodetype='CNode';
9$nodename='OBLc';
10
[2605]11$status='up';
[813]12
[4996]13$release="5.0-RELEASE";
14
[813]15
[4867]16# edugis x,y 93844,463741
17$X='93844';
18$Y='463741';
19
[8261]20$config{'xl0'}=sprintf <<XL0;
21COMMENT=Ethernet
[813]22TYPE=ethernet
23IP=172.17.152.65/27
24
25DESC=Ethernet naar OBL
[3306]26SDESC=eth
[813]27
28DHCP=no
29
[830]30
[813]31
[835]32XL0
[813]33
[8261]34$config{'ep0'}=sprintf <<EP0;
35COMMENT=Ethernet
[813]36TYPE=ethernet
[7925]37IP=$master_ip/24
[813]38
39DESC=AP voor bieb
40SDESC=apples
41
[835]42DHCP=10-250
[813]43
44
[830]45
[813]46
[835]47EP0
[813]48
49
[8261]50$config{'wi0'}=sprintf <<EW1;
51COMMENT=link naar CeTIM3
[813]52TYPE=wireless
53IP=172.16.0.162/30
[4750]54DESC=Link naar CeTIM3
55SDESC=2cetim3
[813]56
57
58MODE=managed
59ESSID=il-nw.cetim3.wleiden.net
60CHANNEL=9
61
62
63DHCP=no
64
65EW1
66
[4870]67
Note: See TracBrowser for help on using the repository browser.