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

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

Added status info

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