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

Last change on this file since 8261 was 8261, checked in by rick, 14 years ago
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
File size: 590 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';
[8117]8$master_ip='172.16.3.33';
[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
19IP=$master_ip/30
20DESC=Local Ethernet to proxy
21SDESC=2proxy
22DHCP=no
23SIS0
[8141]24
[8261]25$config{'wi0'}=sprintf <<WI0;
26COMMENT=Local ethernet to proxy
[8141]27TYPE=wireless
28IP=172.17.0.17/26
29DESC=AP
30SDESC=ap
31DHCP=20-49
32MODE=master
33ESSID=ap-WirelessLeiden-Richard
[8142]34CHANNEL=9
[8141]35WI0
Note: See TracBrowser for help on using the repository browser.