source: genesis/nodes/CNodeWP/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: 875 bytes
Line 
1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeWP
5$location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden";
6$master_ip='172.19.168.1';
7$nodetype='CNode';
8$nodename='WP';
9$release="8.0-RELEASE";
10
11$DISK='FLASH';
12
13#edugis x,y 92927,465365
14$X='92927';
15$Y='465365';
16
17$status='up';
18
19$config{'sis0'}=sprintf <<SIS0;
20COMMENT=eth
21TYPE=ethernet
22IP=172.19.168.65/29
23
24
25DESC=Ethernet naar de school
26SDESC=eth
27
28DHCP=no
29
30
31SIS0
32
33
34$config{'wi0'}=sprintf <<EW0;
35COMMENT=Locale Omni
36TYPE=wireless
37IP=$master_ip/26
38
39DESC=Omni voor de buurt
40SDESC=omni
41
42DHCP=10-60
43
44MODE=master
45ESSID=ap-omni.wp.wleiden.net
46CHANNEL=5
47
48
49
50EW0
51
52
53$config{'wi1'}=sprintf <<EW1;
54COMMENT=Link naar AZC
55TYPE=wireless
56#11=Wandy WP depedance
57#12=Computer dependance
58IP=172.16.2.10/29
59DESC=Link naar AZC
60SDESC=2azc
61
62
63MODE=managed
64ESSID=il-no.azc.wleiden.net
65CHANNEL=11
66
67
68DHCP=no
69EW1
Note: See TracBrowser for help on using the repository browser.