[stunnel-users] Hi

Peter Pentchev roam at ringlet.net
Thu Jan 27 10:17:44 CET 2005


On Thu, Jan 27, 2005 at 08:57:43AM +0100, UHRA wrote:
> Hi, I have problem with stunnel. I like to create stunnel on my server. I want to create SSL connection on IRCD server. I am using UnrealIRCD. I have installed Stunnel 4.07 and OpenSSL 0.9.7e. I have created  certificates. I use this command stunnel -c -d 6668 -r irc.myserver.sk:6697 and then when I run ircd then display me thist error: 
> 
> [Mon Jan 24 18:27:49 2005] - Error binding stream socket to IP 0.0.0.0 port 6668  - irc.myserver.sk[]:Address already in use
> 
> Can you help me ?

This message means that there is some other program on your machine that
is already listening on port 6668.  You can find out which one it is by
several means:
- under recent versions of Linux, try netstat -atnp | egrep -e '6668.*LISTEN'
- under most BSD's, try sockstat -4l | fgrep :6668
- under pretty much all OS's, install lsof, then run lsof -nP -i 4:6668

G'luck,
Peter

-- 
Peter Pentchev	roam at ringlet.net    roam at cnsys.bg    roam at FreeBSD.org
PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
I had to translate this sentence into English because I could not read the original Sanskrit.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://www.stunnel.org/pipermail/stunnel-users/attachments/20050127/c119fcde/attachment.sig>


More information about the stunnel-users mailing list