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???? |