source: genesis/nodes/CNodeKaag/wleiden.conf@ 7876

Last change on this file since 7876 was 7660, checked in by rick, 15 years ago

Also the commented variables are waving bye,bye

  • Property svn:eol-style set to native
File size: 817 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeKaag
6
7$location="Jachtwerf Hoogeboom, Julianalaan 72, 2159 LD, Kaag (Eiland)";
8$master_ip='172.27.0.1';
9$nodetype='CNode';
10$nodename='Kaag';
11
12$status='up';
13
14$release="5.0-RELEASE";
15
16
17# edugis x,y 98187,469717
18$X='98187';
19$Y='469717';
20
21$config{'sis0'}=sprintf <<ED0; # Ethernet
22TYPE=ethernet
23IP=172.27.0.65/28
24
25DESC=Ethernet naar sis0
26SDESC=2sis0
27
28DHCP=no
29
30
31ED0
32
33$config{'wi0'}=sprintf <<EW0; # Omni voor de buurt
34TYPE=wireless
35IP=$master_ip/26
36DESC=Omni voor de buurt
37SDESC=omni
38
39
40#DHCP=no
41DHCP=10-60
42
43MODE=master
44ESSID=ap-omni.kaag.wleiden.net
45
46CHANNEL=11
47
48
49EW0
50
51$config{'wi1'}=sprintf <<EW1; # link naar UniGorN
52TYPE=wireless
53IP=172.16.0.218/30
54DESC=Link naar UnigorN
55SDESC=2unigorn
56
57
58MODE=managed
59ESSID=il-o.unigorn.wleiden.net
60
61
62DHCP=no
63
64EW1
65
66
67
68
Note: See TracBrowser for help on using the repository browser.