I'm trying to provide access from the internet through a router to an ftp
server on a private network... this is part of the config I have so far:

ip nat inside source static tcp 192.168.6.2 21 interface Ethernet0 21

Ethernet0 has the global address and 192.168.6.2 is the ftp server on the
private side. I also have the following;

ip nat inside source list 5 pool global overload
! Tells which addresses to "nat" using pool named "global" for outbound
connections
 
Am I creating problems having 2 'ip nat' statments? Do I need to apply
access lists as well? I need some help, TIA...



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=53677&t=53677
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to