On Thu, Jan 31, 2008 at 10:22:21PM +0100, Krzysztof Lew wrote: > Hi, > > I've 2 interfaces setup: > > gateway(x.y.z.233) <-> (x.y.z.234)[eth3] ROUTER [eth4](192.168.3.1) <-> LAN > > I've NAT running on router and also some Routed IP address mapping to few > internal machine, eg.: > x.y.z.236 <--->192.168.3.236 > x.y.z.237<---->192.168.3.237 > > Our client allows us to connect to his machine throught Internet via VNC, but > only from our ROUTER external IP x.y.z.234. > > But i want to have access to from anywhere from Internet. > So i think i need to connect with VNC to my server, which should redirect > this > connection to my client machine. > But i couldn't find hint in shorewall documentation :( > Can you please help me with link, document, etc? > What you want to accomplish is completely orthogonal to Shorewall. Use ssh with port forwarding, or consider using some sort of tcp proxy program. In Debian, here are some examples when searching for tcp proxy:
6tunnel - TCP proxy for non-IPv6 applications connect-proxy - Establish TCP connection using SOCKS4/5 and HTTP tunnel corkscrew - tunnel TCP connections through HTTP proxies iprelay - User-space bandwidth shaping TCP proxy daemon ptunnel - Tunnel TCP connections over ICMP packets redir - Redirect TCP connections simpleproxy - Simple TCP proxy stone - TCP/IP packet repeater in the application layer. tsocks - transparent network access through a SOCKS 4 or 5 proxy tor - anonymizing overlay network for TCP Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com
signature.asc
Description: Digital signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
