Technology, Web & Business Forum

You are here: Technology, Web & Business Forum : Network Management : Security : router's access list?!?


Welcome to the Technology, Web & Business Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.


Security Discuss network security technologies


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-01-2008
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default router's access list?!?

so i wanna add a few rules to my router's access list..
actualy to b honest, i wanna create my ACL to begin with!
i know the usual syntax which is :

ACL 101
access-list 101 permit tcp 63.36.9.0 0.0.0.255 any eq 80

ACL 102
access-list 102 permit tcp any 63.36.9.0 0.0.0.255 established


thts easy! but the thing is i wanna permit a specific PORT(a) from a specific IP(A) to reach a specific PORt(B) on another specific IP(B)!

how can i do tht!
__________________
Powered by Yahoo! Answers
Reply With Quote
  #2 (permalink)  
Old 04-01-2008
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default

It looks like you already have the correct syntax down.

The eq 80 on your first acl is specifying port 80 (http traffic)

So if you wanted to permit those same people from using
telnet you would type:

access-list 103 permit tcp 63.36.9.0 0.0.0.255 any eq 23

likewise if you wanted to block everyone from using AIM but still have access to the internet you would type

access-list 104 deny tcp any any eq 5190 - aim port number
access-list 105 permit tcp any any eq 80

hope this helps


btw Nator.... you need to either get some skills or don't post about things that you don't know because incorrect answers confuse a lot of people. The asker is not trying to change his ports, just explicitly stop traffic destined for specific ports.
__________________
Powered by Yahoo! Answers
Reply With Quote
  #3 (permalink)  
Old 04-01-2008
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default

http://www.cisco.com/en/US/docs/ios/11_3/security/configuration/guide/scacls.html
__________________
Powered by Yahoo! Answers
Reply With Quote
  #4 (permalink)  
Old 04-01-2008
Junior Member
 
Join Date: Apr 2008
Posts: 4
Default

If your wanting it to change ports i'm pretty sure you can't do that. As for that the IP addresses thats called NAT (network address translation). You probably need to get a firewall that is capable of this. Its hard to say if what you are using has this function. It might since your allowed it assign access to port but you really didn't give much information.
__________________
Powered by Yahoo! Answers
Reply With Quote
Reply

Thread Tools
Display Modes

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 On


All times are GMT -5. The time now is 02:30 AM.