On Tue, 8 Aug 2000, Darren Ferguson wrote:
> Hi i am using version 2.2.9
>
> I am trying to add a proxy into the equation.
>
> I have made my own .pg file and have kept the bottom variable as
> 127.0.0.1 while changing the top one to the position of myt proxy.
> when i run polysrv i get the following error message
>
> ./src/polysrv ; no server matches local interface addresses
>
> Server address 63.89.89.78:8080
> local address: 127.0.0.1 192.168.18.55
Well, there is not much I can add to the error message. You have told
Polygraph that a server should be started on 63.89.89.78:8080. The
machine you run polysrv on has 127.0.0.1 and 192.168.18.55 interface
addresses, but not 63.89.89.78. Thus, polysrv cannot start a server
agent.
You can change 63.89.89.78 to 127.0.0.1 or 192.168.18.55. Alternatively,
you have to run polysrv on the machine that has the address you
specified. Please note that whatever server address you use, make
sure your proxy can reach it.
Alex.
P.S. Depending on our OS, Polygraph may not be able to find all local IP
addresses. If that is the case, you need to use the --fake_hosts
option or Polygraph 2.5.4 that is smarter when it comes to local
IPs.
This archive was generated by hypermail 2b29 : Tue Jul 10 2001 - 12:00:14 MDT