source:
genesis/nodes/CNodeAJSoft2/wleiden.conf@
7923
Last change on this file since 7923 was 7657, checked in by , 15 years ago | |
---|---|
|
|
File size: 833 bytes |
Rev | Line | |
---|---|---|
[813] | 1 | # |
2 | # | |
3 | # Read by /usr/local/sbin/wireless-up.pl | |
4 | # | |
[5809] | 5 | # config CNodeAJSoft2 |
[6527] | 6 | $location="Serviceflat De Parelvissers, Bizetpad, 2324 JR, Leiden";$master_ip='172.20.137.1'; |
[3582] | 7 | $nodetype='CNode'; |
[5809] | 8 | $nodename='AJSoft2'; |
[4996] | 9 | $release="5.0-RELEASE"; |
10 | ||
[813] | 11 | |
[2605] | 12 | $status='up'; |
13 | ||
[4867] | 14 | # edugis x,y 92035,462384 |
15 | $X='92035'; | |
16 | $Y='462384'; | |
17 | ||
[1097] | 18 | $LOKATIE='5meilaan'; |
[813] | 19 | |
[6005] | 20 | $config{'sis0'}=sprintf <<SIS0; # Ethernet naar AJSoft |
[813] | 21 | TYPE=ethernet |
[6758] | 22 | IP=172.16.3.82/30 |
[813] | 23 | |
[6005] | 24 | DESC=Ethernet naar AJSoft |
[3306] | 25 | SDESC=eth |
[813] | 26 | |
27 | ||
[5809] | 28 | SIS0 |
[813] | 29 | |
[6757] | 30 | $config{'wi0'}=sprintf <<WI0; |
[813] | 31 | TYPE=wireless |
[5869] | 32 | IP=172.16.3.53/30 |
[813] | 33 | |
[6757] | 34 | DESC=interlink naar Hofland |
35 | SDESC=2hofland | |
[6748] | 36 | DHCP=no |
[813] | 37 | |
38 | ||
39 | MODE=master | |
[5809] | 40 | ESSID=il-w.ajsoft2.wleiden.net |
[5875] | 41 | CHANNEL=13 |
[813] | 42 | |
43 | ||
[5809] | 44 | WI0 |
[813] | 45 | |
[5809] | 46 | $config{'ath0'}=sprintf <<ATH0; # link livinglab |
[3497] | 47 | TYPE=wireless |
[5809] | 48 | IP=172.16.2.242/30 |
49 | DESC=Link naar LivingLab | |
50 | SDESC=2livinglab | |
[1104] | 51 | DHCP=no |
[813] | 52 | |
53 | ||
[1101] | 54 | MODE=managed |
[5809] | 55 | ESSID=il-n.livinglab.wleiden.net |
[813] | 56 | |
[6541] | 57 | CHANNEL=36 |
[813] | 58 | |
59 | ||
[5809] | 60 | ATH0 |
[813] | 61 |
Note:
See TracBrowser
for help on using the repository browser.