SSL - problem with localhost
Posted: Wed Feb 23, 2005 7:55 pm
Hi,
i have a little problem
I am connecting via SSL to IRCD, its working perfect.
but when i joined the channel my local host IP address is IP of IRCD server.
I like to view real IP from client who is connect to server, Its possible?
I use this command:
./stunnel -c -d irc.server.com:6668 -r irc.server.com:6697
This is output:
nick is [email protected] * pstruh
nick is connecting from *@irc.server.com IP.IP.IP.IP
nick on @#mtf
nick using irc.server
nick is a Secure Connection
nick has been idle 10secs, signed on Wed Feb 23 20:47:12
nick End of /WHOIS list.
I cant see real IP of nick, only IP irc.server.com.
I want to see,
nick is [email protected] * pstruh
nick is connecting from *@real.IP.of.client IP.IP.IP.IP
but I dont know how can I fix it.
Thanks.
i have a little problem
I am connecting via SSL to IRCD, its working perfect.
but when i joined the channel my local host IP address is IP of IRCD server.
I like to view real IP from client who is connect to server, Its possible?
I use this command:
./stunnel -c -d irc.server.com:6668 -r irc.server.com:6697
This is output:
nick is [email protected] * pstruh
nick is connecting from *@irc.server.com IP.IP.IP.IP
nick on @#mtf
nick using irc.server
nick is a Secure Connection
nick has been idle 10secs, signed on Wed Feb 23 20:47:12
nick End of /WHOIS list.
I cant see real IP of nick, only IP irc.server.com.
I want to see,
nick is [email protected] * pstruh
nick is connecting from *@real.IP.of.client IP.IP.IP.IP
but I dont know how can I fix it.
Thanks.