RE: inbound vty [7:52535]

2002-09-02 Thread [EMAIL PROTECTED]
Note that standard acl defines source ip addresses, if 10.10.10.1 is the destination that you want to allow you must use extended acl: access-list 101 permit tcp any host 10.10.10.1 eq telnet line vty 0 4 access-class out 101 Regards Rafa -Mensaje original- De: Casey, Paul (6822) [m

Re: inbound vty [7:52535]

2002-09-02 Thread bi.s
Casey, Paul (6822) wrote: > I am trying to create an access-list rule on a router, to deny telnet access > from a router to anywhere except another particular routers IP address. > > using the following > > access-list 1 permit 10.10.10.1 > > line vty 0 4 > access-class out 1 > > However it

Re: inbound vty [7:52535]

2002-09-02 Thread bi.s
re, checked it: http://www.systemtoolbox.com/article.php?articles_id=93 6. Access lists do not apply to traffic originating from the router. They only apply to traffic passing through the router. hth -birgit Casey, Paul (6822) wrote: > I am trying to create an access-list rule on a router, t

RE: inbound vty [7:52535]

2002-09-03 Thread Valiente, Rafael
host not permitted from this terminal Regards Rafa -Mensaje original- De: bi.s [mailto:[EMAIL PROTECTED]] Enviado el: lunes 2 de septiembre de 2002 17:51 Para: [EMAIL PROTECTED] Asunto: Re: inbound vty [7:52535] re, checked it: http://www.systemtoolbox.com/article.php?articles_id=