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