On Thu, 07 Feb 2002, Thomas Michalka wrote:

> 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).

In wwwoffle.conf :-

StartUp
{
 bind-ipv4         = 0.0.0.0

#### Make sure you are not binding to 127.0.0.1 or something.

#
# AllowedConnectHosts
# -------------------
#
# A list of client hostnames that are allowed to connect to the server.
#
# (host)
#         A hostname or IP address that is allowed to connect to the server.
#         The host name matching uses WILDCARDs.  A host can be excluded by
#         appending a '!' to the start of the name, all possible aliases and IP
#         addresses for the host are also required.  All of the hosts named in
#         LocalHost are also allowed to connect.
#

AllowedConnectHosts
{
  barn-nat.barn.za.net
  24.38.209.146

#### Example ####
# Only allow connections from hosts in the foo.com domain.
# *.foo.com
}



Cheers,     Andy!

Reply via email to