cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
542
Views
5
Helpful
2
Replies

opening ports

omgjames1
Level 1
Level 1

how would i input the following into a 2801 router:

permit tcp host 66.129.114.110 host 67.129.198.138 range 1414 1415

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Hi

Not 100% sure i follow but

access-list 101 permit tcp host 66.129.114.110 host 67.129.198.136 range 1414 1415

and then on the interface you want to allow the traffic

int fa0/0

ip access-group 101 <-- you need to choose the direction

Be aware that access-lists have an implict deny at the end so if you want to allow other traffic as well as 1414 & 1415 you need to add this.

Jon

Great post Jon

Review Cisco Networking products for a $25 gift card