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

Last change on this file since 8290 was 8290, checked in by rick, 14 years ago

Grumble typos and forget to commit

File size: 611 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.17.6.1';
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;
17COMMENT=Local ethernet to proxy
18TYPE=ethernet
19EXTRA_TYPE=tunnel
20IP=172.16.16.10/30
21DESC=Local Ethernet to proxy
22SDESC=2proxy
23DHCP=no
24SIS0
25
26$config{'wi0'}=sprintf <<WI0;
27COMMENT=Wireless AccessPoint Thuis
28TYPE=wireless
29IP=$master_ip/26
30DESC=AP
31SDESC=ap
32DHCP=20-49
33MODE=master
34ESSID=ap-WirelessLeiden-Richard
35CHANNEL=9
36WI0
Note: See TracBrowser for help on using the repository browser.