cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
589
Views
0
Helpful
4
Replies

ACL or/and ip inspect - Internet access

abartolomeu
Level 1
Level 1

Hi!

What ACL or/and "ip inspect" list would you advise to configure on a c2800 with an ADSL access to the Internet?

thanks

4 Replies 4

purohit_810
Level 5
Level 5

{On inside interface}

ip nat inside

{On outside interface}

ip nat outside

ip nat inside source list 1 interface dialer1 overload

access-list 1 permit

I didn't mean the nat. That I had already configured.

I meant an ACL or "ip inspect" commands to protect the site from Internet attacks.

Hi,

The following course covers securing routers in great detail:

http://www.cisco.com/E-Learning/bulk/public/celc/SECR/start.html

and this link, although ISP specific and somewhat outdated, is still useful for anyone connecting a router to the internet:

ftp://ftp-eng.cisco.com/cons/isp/documents/IOSEssentialsPDF.zip

HTH

Andrew.

Thanks