cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1333
Views
0
Helpful
20
Replies

Allow Access Through Router

cacmk5
Level 1
Level 1

Hello -

I want to allow access to two systems behind a router and have achieved part of that, but for some reason, the additional ip scopes added don't have access using access-list 101. Can someone please look at my config and let me know what I may be missing? Thanks

20 Replies 20

what is your deal? I am asking for help here.

Relax, Chris, my comment was directed at Jon. We tease each other. Jon and I go back a long way and have a lot in common. In fact, his father and my father were fathers. :-)

As for your ACL dilemma, Cisco has a ton of literature and tutorials on writing ACLs, you may want to check them out.

http://www.ciscosystems.com/en/US/products/sw/secursw/ps1018/products_tech_note09186a00800a5b9a.shtml

sorry about that. I missed that it wasn't directed at me. No worries. I will check the url and see what I can find. Unless you have a solution that may help me out? :-)

Christopher

Sorry about the confusion. As Victor says we are just messing around but i can see how it might have been taken out of context. No offence intended from either of us.

"Allow any IP to telnet to int F0/0 (195.85.24.4)

Allow TS from the 195.85.x.x subnet specified in the ACL access to the two systems 10.13.3.2 and 10.13.10.5

deny all other access"

Yes your acl will do this altho i'm assuming 10.13.3.2 is a typo as your acl references 10.13.2.3 ?

Jon

Jon -

Don't worry about it. No offense taken. I was just caught in trying to locate an answer to my question. I will be trying this today and will let you know if this worked. Thanks

Hello Jon -

I went ahead and re-create the ACL: This worked. Thanks for your help.

access-list 101 permit tcp any host 195.85.24.4 eq telnet

access-list 101 permit tcp 195.85.24.0 0.0.0.255 host 10.13.2.3 eq 3389

access-list 101 permit tcp 195.85.24.0 0.0.0.255 host 10.13.10.5 eq 3389

access-list 101 permit tcp 195.85.116.0 0.0.3.255 host 10.13.2.3 eq 3389

access-list 101 permit tcp 195.85.122.0 0.0.1.255 host 10.13.2.3 eq 3389

access-list 101 permit tcp 195.85.116.0 0.0.3.255 host 10.13.10.5 eq 3389

access-list 101 permit tcp 195.85.122.0 0.0.1.255 host 10.13.10.5 eq 3389

access-list 101 permit tcp 195.85.119.0 0.0.0.255 host 10.13.10.5 eq 3389

access-list 101 permit tcp 195.85.119.0 0.0.0.255 host 10.13.3.2 eq 3389

access-list 101 permit tcp 195.85.120.0 0.0.0.255 host 10.13.10.5 eq 3389

access-list 101 permit tcp 195.85.120.0 0.0.0.255 host 10.13.3.2 eq 3389

access-list 101 permit tcp 195.85.121.0 0.0.0.255 host 10.13.10.5 eq 3389

access-list 101 permit tcp 195.85.121.0 0.0.0.255 host 10.13.3.2 eq 3389

access-list 101 permit tcp 195.85.122.0 0.0.0.255 host 10.13.10.5 eq 3389

access-list 101 permit tcp 195.85.122.0 0.0.0.255 host 10.13.3.2 eq 3389

access-list 101 permit tcp 195.85.123.0 0.0.0.255 host 10.13.10.5 eq 3389

access-list 101 permit tcp 195.85.123.0 0.0.0.255 host 10.13.3.2 eq 3389

access-list 101 permit tcp 195.85.124.0 0.0.0.255 host 10.13.10.5 eq 3389

access-list 101 permit tcp 195.85.124.0 0.0.0.255 host 10.13.3.2 eq 3389

Review Cisco Networking products for a $25 gift card