Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > NAT and access lists and IP INSPECT

Reply
Thread Tools

NAT and access lists and IP INSPECT

 
 
JF Mezei
Guest
Posts: n/a
 
      01-22-2010
(this is on an 871W router)

ip nat inside source static 10.0.0.11 interface Dialer1

is a "catch all" NAT directive that will direct any incoming packets
that have not been handled by a previous nat directive to host 10.0.0.11
on the lan.



However, if I do not have such a directive, is it stricly correct that
for inbound calls, only packets to ports for which there is a NAT
directive would be allowed beyond the router ?


In other words, if I do not have an IP NAT mappings for the Microsoft
Virus ports (445, 139 etc), do I still need an access list to block those ?


In terms of the IP INSPECT command,of it detects a local host telling a
remote host "call me on port 6837 for the FTP transfer", the doc says
that it will setup a ACL entry to open this port.

However, will IP INSPECT also setup an IP NAT entry to direct those
packets to the right host on the LAN ?

Or do I need a catch-all IP NAT command to direct all other ports to the
host that has the FTP server ?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
inspect.stack() or inspect.currentframe() gives "list index out ofrange error" deluxstar Python 5 09-25-2010 05:12 PM
Need guidance on access lists and NAT (870 router) JF Mezei Cisco 1 08-31-2009 03:21 PM
PIX access-lists and static NAT thefunnel@aol.com Cisco 1 10-15-2007 08:11 PM
List of lists of lists of lists... =?UTF-8?B?w4FuZ2VsIEd1dGnDqXJyZXogUm9kcsOtZ3Vleg==?= Python 5 05-15-2006 11:47 AM
PIX - mixing "nat 0 access-list" with nat/global pools Matthew Melbourne Cisco 2 02-12-2005 03:17 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57