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

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

Added status info

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