Feb 17, 2005 #1 addy0417 IS-IT--Management Joined Feb 11, 2005 Messages 2 Location US I need to give access to ports 5631 and 5632 in my router ffor all of my external ip address. How can i do this with out having to type: access-list 101 permit tcp any host 65.95.XXX.XXX 5631 5632 for each ip? can I type a range of ip's?
I need to give access to ports 5631 and 5632 in my router ffor all of my external ip address. How can i do this with out having to type: access-list 101 permit tcp any host 65.95.XXX.XXX 5631 5632 for each ip? can I type a range of ip's?
Feb 17, 2005 #2 themut Technical User Joined Jan 6, 2003 Messages 809 Location CR You can use the subnet with its corresponding mask Upvote 0 Downvote
Feb 17, 2005 Thread starter #3 addy0417 IS-IT--Management Joined Feb 11, 2005 Messages 2 Location US How exactly do I do that? Upvote 0 Downvote
Feb 17, 2005 #4 themut Technical User Joined Jan 6, 2003 Messages 809 Location CR access-list 101 permit tcp any 65.95.XXX.XXX 255.255.YYY.YYY eq 5631 access-list 101 permit tcp any 65.95.XXX.XXX 255.255.YYY.YYY eq 5632 Where YYY is the bits used for the subnetting. So if I have network 10.10.10.X the subnet would be 255.255.255.0 Upvote 0 Downvote
access-list 101 permit tcp any 65.95.XXX.XXX 255.255.YYY.YYY eq 5631 access-list 101 permit tcp any 65.95.XXX.XXX 255.255.YYY.YYY eq 5632 Where YYY is the bits used for the subnetting. So if I have network 10.10.10.X the subnet would be 255.255.255.0