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
RevLine 
[1418]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[1426]5# config CNodeKaag2
[1418]6
[6528]7$location="Jachtwerf Feadship (De Lent), Julianalaan 3, 2159 LA, Kaag (Eiland)";
[1418]8$master_ip='172.27.8.1';
[3582]9$nodetype='CNode';
[1418]10$nodename='Kaag2';
11
[2605]12$status='up';
13
[4996]14$release="5.0-RELEASE";
15
[1418]16
[4889]17# edugis x,y 98420,470298
[4895]18$X='98420';
19$Y='470298';
[4889]20
[1418]21$config{'sis0'}=sprintf <<ED0; # Ethernet
22TYPE=ethernet
[2006]23IP=172.27.8.65/26
[1418]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
[2468]41$config{'wi1'}=sprintf <<EW1; # link naar UnigorN
[1418]42TYPE=wireless
[2006]43IP=172.16.1.46/30
[2468]44DESC=Link naar unigorN
45SDESC=2unigorn
[2006]46MODE=managed
[3146]47ESSID=il-o.unigorn.wleiden.net
[2006]48DHCP=no
49EW1
50
[4870]51
[4895]52
53
Note: See TracBrowser for help on using the repository browser.