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

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