Security Basics mailing list archives

Re: Re: router access control list


From: "Alexey Eremenko" <al4321 () gmail com>
Date: Fri, 27 Oct 2006 21:38:35 +0200

first create an access-list

(config)#access-list 100 permit tcp host 1.1.1.1 host 2.2.2.2 eq 3389
(this was said earlier)

and add range of well-known ports:
(config)#access-list 100 permit tcp host 1.1.1.1 host 2.2.2.2 range 1 1024
(if i remember correctly)

then apply it to the interface:
(config)#interface serial 0
(config-if)#ip access-group 100 in

---------------------------------------------------------------------------
This list is sponsored by: Norwich University

EARN A MASTER OF SCIENCE IN INFORMATION ASSURANCE - ONLINE
The NSA has designated Norwich University a center of Academic Excellence in Information Security. Our program offers unparalleled Infosec management education and the case study affords you unmatched consulting experience. Using interactive e-Learning technology, you can earn this esteemed degree, without disrupting your career or home life.

http://www.msia.norwich.edu/secfocus
---------------------------------------------------------------------------


Current thread: