Thomas Michalka <[EMAIL PROTECTED]> writes:

> may be I'm asking something trivial or even off topic,
> but nevertheless - thank you all in advance for your help!
> 
> The situation:
> - Browser on 192.168.0.1 (machine corsica)
> - WWWoffle proxy on 192.168.0.222 (machine capri)
> 
> Each attempt connecting to the proxy results in the message:
> 
> Feb  7 02:51:18 capri wwwoffled[21396]: HTTP Proxy connection rejected from host 
>::ffff:192.168.0.1
> (::ffff:192.168.0.1).

The answer is in the error message.  You need to add to the
AllowedConnectHosts section of the wwwoffle.conf file an entry for the
address ::ffff:192.168.0.1 along with ::ffff:192.168.0.222 for your
two hosts.


What is happening is that an IP v6 (the newest version of the Internet
protocol) address is being used by WWWOFFLE because it has been
compiled with support for this.  Unfortunately your system is unable
to convert this address back into a name.  WWWOFFLE only has the IP
address to use for allowing or blocking access.  Since the
AllowedConnectHosts section of the configuration file does not list
::ffff:192.168.0.1 then WWWOFFLE refuses it access.

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             [EMAIL PROTECTED]
                                      http://www.gedanken.demon.co.uk/

WWWOFFLE users page:
        http://www.gedanken.demon.co.uk/wwwoffle/version-2.6/user.html

Reply via email to