How to create a firewall to block traffic oneway.
Updated: 21 May 2010 | 9 comments
How to create a firewall to block traffic oneway.
Like i want to block a ip so that i can access that ip but that ip can't access me.is it possible.
Discussion Filed Under:
Comments
Look at it this way
How can you tell if you've already connected to an IP if that IP cannot send any information to you?
A website for example requires you to send information to that page requesting to get the files to view, it then sends you the files. Same goes with pinging. You need to learn how the handshake works in networking.
“Your most unhappy customers are your greatest source of learning.”
have you seen access list in
have you seen access list in cisco routers. It can be done oneway.
Re
Hi this can be done via GPO, but if you are on a domain, this will be the authentication type. With cisco, which type of protocol are you blocking?
.
Yes, you can do it with Cisco but...where are you planning on doing that? Which software or hardware will you be using?
“Your most unhappy customers are your greatest source of learning.”
Can I do it with SEP Firewall
Can I do it with SEP Firewall ?
hi, consider machine A and
hi,
consider machine A and machine B.
create a group, apply firewall rule. Place machine A in this group/
The outbound is allow anytime, however the destination ip (say machine B) should have firewall rule to accept any traffic to be processed from machine A.
in the host select the machine B and action as block and host as machine B's ip address and the service you want to block service (like tcp/udp/icmp ports).
Pete!
Cheers!
Pete
Help Link: http://www.symantec.com/business/support/overview.jsp?pid=54619
FW
Not sure I understand your question completely but here's a try to solve the issue...
If your aim is to allow traffic from all hosts to one host and also allowing replies you could do the following:
Rule name - Application - remote host B - time - remote port tcp 0-65535 outgoing, upd 0-65535 outgoing, stateful udp - adapter - screensaver - Allow - logging
The above example will allow all tcp and udp traffic from any host to host B and allowing replies back to the initiating host. If you need other services enabled, modify the service field accordingly.
BR,
Tuomas
Hi Tuomas
Hi Tuomas
I think you didn't got my question.
suppose we have 2 host A and B
I want to block traffic when A communicates with B
but allow traffic when B communicates A
1) A trying to ping B should fail
2) B trying to ping A should get reply.
Now can you help in this
Re
I see your point sir, but pls create a test group for this.
1. Create a policy for Group A
2. Edit the policy, then create a rule to Log ICMP Ping reply (0). (Allow first as action)
3. Assign this policy to a seperate client.
4. Then if you confirm that it is Logging.
5. Then select to Block it.
6. Re-assign or re-apply policy of A.
Would you like to reply?
Login or Register to post your comment.