source: genesis/nodes/CNodeRichard/wleiden.conf@ 8142

Last change on this file since 8142 was 8142, checked in by richardvm, 14 years ago

Low signal, lots of interference

File size: 580 bytes
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeHuub
7$location='Richard, Terschelling 244, 3524az, Utrecht';
8$master_ip='172.16.3.33';
9$nodetype='CNode';
10$nodename='Richard';
11$release="8.0-RELEASE";
12$status='up';
13$X='137949';
14$Y='453165';
15
16$config{'sis0'}=sprintf <<SIS0; # Local ethernet to proxy
17TYPE=ethernet
18IP=$master_ip/30
19DESC=Local Ethernet to proxy
20SDESC=2proxy
21DHCP=no
22SIS0
23
24$config{'wi0'}=sprintf <<WI0; # Local ethernet to proxy
25TYPE=wireless
26IP=172.17.0.17/26
27DESC=AP
28SDESC=ap
29DHCP=20-49
30MODE=master
31ESSID=ap-WirelessLeiden-Richard
32CHANNEL=9
33WI0
Note: See TracBrowser for help on using the repository browser.