On Sat, Jul 10, 2010 at 13:06, Javier Barroso <javibarr...@gmail.com> wrote: > Hi, If you have ssh access to 192.168.1.113, you can try ssh port > forwarding, with -L 5432:192.168.1.113:5432 option > > Regards,
Hi Javier, thanks for the tip. Your solution is one of the possible workarounds we came. Another one (I'm using it) can be done with "socat": socat TCP4-LISTEN:${local_port},fork,reuseaddr TCP4:${remote_host}:${remote_port} Credits to the guys of #Netfilter and #debian channels. Thanks Javier. References: http://lists.debian.org/debian-italian/2010/07/msg00148.html http://lists.debian.org/debian-italian/2010/07/msg00170.html http://www.linuxquestions.org/questions/showthread.php?p=4027927 freenode.#Netfilter #debian -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/aanlktinskr6fw_md8o3v8meaqtbty-_ffkwlp43rd...@mail.gmail.com