RE: IPSEC Challenge Problem [7:17844]

2001-08-30 Thread Kent Hundley
The problem is most likely your access-lists. You need to create an acl that allows telnet traffic from A to B and the return traffic from B to A: For telnet from A to B: on A: access-list 101 permit host A gt 1023 host B eq 23 on B: access-list 101 permit host B eq 23 host A gt 1023 (create

RE: IPSEC Challenge Problem [7:17844]

2001-08-30 Thread Cisco Lover
Wonderfull!!! GREA Kent U solved my problem.. Thanks a lot!!! From: Kent Hundley Reply-To: Kent Hundley To: [EMAIL PROTECTED] Subject: RE: IPSEC Challenge Problem [7:17844] Date: Thu, 30 Aug 2001 17:03:25 -0400 The problem is most likely your access-lists. You need