Do you have a way of doing destination nat?
On Linux, I map inbound IP/port requests using iptables at the firewall
to my private address space. No proxying needed. I'm sure there is a
freebsd function that is similar.
David
Marc G. Fournier wrote:
>does anyone know of a proxy server that i can run on a server to "pretend"
>its a postgresql server? so that I can connect to IP:port and have it
>establish a connection to IP:5432?
>
>