|
Posted by slipstream_242 on August 16, 2004, 8:58 pm
If you were Registered and logged in, you could reply and use other advanced thread options don't forget there is an implicit deny all unless you put permit any any in
there
> Hi folks,
>
> I have..
>
> Interface e2/2
> ip access-group 100 out
>
> access-list 100 permit tcp host 1.1.1.1 host 2.2.2.2 eq 22
>
> this allows only traffic inward from 1.1.1.1 to 2.2.2.2 using ssh, but
> 2.2.2.2 cannot see outward now, it is directly connected to the web and it
> can't see anything on any port.
>
> I tried to add the following commands ( keeping the original commands)
>
> interface e2/2
> ip access-group 101 in
>
> access-list 101 permit ip any any
>
> didn't work
>
> am I doing this right?
>
> thanks
> Dave
>
>
|