Thread: easy one guys
View Single Post
  #4 (permalink)  
Old 2008-01-28
bkeaver bkeaver is offline
Junior Member
 
Join Date: 2007-09-18
Posts: 8
Rep Power: 0
bkeaver has an average reputation (10+)
Default Re: easy one guys

what I am trying to accomplish is:

they have a FTP server that I need to access through a VPN but to avoid overlaping internal network IP's. We want to nat my entire internal network behind 1 external ip address. I have tried to do a automatic NAT with my existing network Object but when I ping thier FTP server it sends the packet through the tunnel as my internal netowork (10.1.0.0) instead of the outside IP (Lets say 64.64.64.64).

If I try to do a manual nat it tells me "The range size of Original and Translated columns must be the same."

original Packet | Translated Packet
source | destination | Source | destination
10.1.0.0 | thier FTP server |64.64.64.64| original
----------------------------------------------------------
FTP Srvr | 64.64.64.64 | Original | 10.1.0.0

hopefully this displays correctly and I have explained it clearly enough....Anyone????
Reply With Quote