02-06-2007 09:00 AM - edited 03-05-2019 02:11 PM
Hi all, with access lists, say if I have a pc on a network 172.19.51.1/24 and the other on 172.19.52.1/24, If I want one pc to see the other, but only one way, is this possible ?
02-07-2007 06:56 AM
can anyone help ?
02-07-2007 07:23 AM
Carl,
When you say 1 PC should see the other, and not vice versa, what are you exactly looking to do?
Is this is at the browser level, like see local drives etc? Or is this application level? If you're in a M$WIN enviornment there are permissions and access level security that would limit visibility/access.
As far as access lists go, you've got to be careful. TCP connections for example, require 2-way communication. Blind 1-way ACLs might not get the desired results.
02-07-2007 07:29 AM
Hi thanks for the reply, yes I was thinking of a 1 way ACL, ie if I ping a machine, I guess the echo reply will be blocked ?
02-07-2007 08:16 AM
The access-lsit to do this is below
conf t
access-list 101 permit ip host 172.19.51.1 host 172.19.52.1
access list 102 deny ip host 172.19.52.1 host 172.19.51.1
int f0/1
ip access-group 101 out
ip access-group 102 in
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide