source: genesis/nodes/CNodeZijloever/wleiden.conf@ 8350

Last change on this file since 8350 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: 1014 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeZijloever
6$master_ip='172.19.0.1';
7$nodetype='CNode';
8$nodename='Zijloever';
9$location='Wijksteunpunt Zijloever, Lage Rijndijk 129, 2315 JS, Leiden';
10
11$release="5.0-RELEASE";
12
13
14$status='up';
15
16# edugis x,y 95274,464073
17$X='95274';
18$Y='464073';
19
20$config{'ep0'}=sprintf <<ED0;
21COMMENT=Ethernet
22TYPE=ethernet
23IP=172.19.0.65/28
24
25DESC=Ethernet naar Zijloever
26SDESC=eth
27
28DHCP=no
29
30
31ED0
32
33
34
35$config{'wi0'}=sprintf <<EW0;
36COMMENT=omni
37TYPE=wireless
38IP=$master_ip/26
39
40DESC=omni
41SDESC=no
42
43DHCP=10-60
44
45
46MODE=master
47ESSID=ap-omni.zijloever.wleiden.net
48CHANNEL=11
49
50
51EW0
52
53$config{'wi1'}=sprintf <<EW1;
54COMMENT=link naar SOM
55TYPE=wireless
56IP=172.16.1.62/30
57DESC=Link naar SOM
58SDESC=2SOM
59
60
61MODE=managed
62ESSID=il-z.som.wleiden.net
63CHANNEL=5
64
65
66DHCP=no
67
68EW1
69
70$config{'wi2'}=sprintf <<EW2;
71COMMENT=link naar Roomburgh1
72TYPE=wireless
73IP=172.16.0.230/30
74DESC=Link naar Roomburgh1
75SDESC=2roomburgh1
76
77MODE=managed
78ESSID=il-n.roomburgh1.wleiden.net
79
80CHANNEL=3
81
82
83DHCP=no
84
85EW2
86
Note: See TracBrowser for help on using the repository browser.