lcc will look for a file called lcc.conf
1rst: in the current directory
2nd: in the homedirectory
3rd: in /etc/lcc.conf
It should contain the following information:

--8<--------
srv_ip 192.168.0.1
srv_port 16007
name <yourname>
passwd <yourpasswd>
--8<--------

'name' and 'passwd' are optional. Everything can be overridden
on the commandline. The options should be explained in the
README file.
