source: genesis/nodes/CNodeKaag2/wleiden.conf@ 7924

Last change on this file since 7924 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: 814 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeKaag2
6
7$location="Jachtwerf Feadship (De Lent), Julianalaan 3, 2159 LA, Kaag (Eiland)";
8$master_ip='172.27.8.1';
9$nodetype='CNode';
10$nodename='Kaag2';
11
12$status='up';
13
14$release="5.0-RELEASE";
15
16
17# edugis x,y 98420,470298
18$X='98420';
19$Y='470298';
20
21$config{'sis0'}=sprintf <<ED0; # Ethernet
22TYPE=ethernet
23IP=172.27.8.65/26
24DESC=Ethernet naar sis0
25SDESC=2sis0
26DHCP=no
27ED0
28
29$config{'wi0'}=sprintf <<EW0; # Omni voor de buurt
30TYPE=wireless
31IP=$master_ip/26
32DESC=Omni voor de buurt
33SDESC=omni
34#DHCP=no
35DHCP=10-60
36MODE=master
37ESSID=ap-omni.kaag2.wleiden.net
38CHANNEL=11
39EW0
40
41$config{'wi1'}=sprintf <<EW1; # link naar UnigorN
42TYPE=wireless
43IP=172.16.1.46/30
44DESC=Link naar unigorN
45SDESC=2unigorn
46MODE=managed
47ESSID=il-o.unigorn.wleiden.net
48DHCP=no
49EW1
50
51
52
53
Note: See TracBrowser for help on using the repository browser.