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
RevLine 
[8049]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeHuub
7$location='Richard, Terschelling 244, 3524az, Utrecht';
[8290]8$master_ip='172.17.6.1';
[8049]9$nodetype='CNode';
10$nodename='Richard';
11$release="8.0-RELEASE";
12$status='up';
[8102]13$X='137949';
14$Y='453165';
[8049]15
[8261]16$config{'sis0'}=sprintf <<SIS0;
17COMMENT=Local ethernet to proxy
[8049]18TYPE=ethernet
[8290]19EXTRA_TYPE=tunnel
20IP=172.16.16.10/30
[8049]21DESC=Local Ethernet to proxy
22SDESC=2proxy
23DHCP=no
24SIS0
[8141]25
[8261]26$config{'wi0'}=sprintf <<WI0;
[8290]27COMMENT=Wireless AccessPoint Thuis
[8141]28TYPE=wireless
[8290]29IP=$master_ip/26
[8141]30DESC=AP
31SDESC=ap
32DHCP=20-49
33MODE=master
34ESSID=ap-WirelessLeiden-Richard
[8142]35CHANNEL=9
[8141]36WI0
Note: See TracBrowser for help on using the repository browser.