F5F Stay Refreshed Power Users Networks Only one way to send a message!

Only one way to send a message!

Only one way to send a message!

C
ClumsySky
Senior Member
526
03-09-2016, 04:37 AM
#1
You're dealing with a network issue where communication between certain devices isn't working as expected. It seems the path from one subnet to another is broken or blocked. Check the routing tables and ensure there are no misconfigurations that prevent traffic flow between those ranges. Also, verify firewall rules or ACLs that might be blocking the necessary packets.
C
ClumsySky
03-09-2016, 04:37 AM #1

You're dealing with a network issue where communication between certain devices isn't working as expected. It seems the path from one subnet to another is broken or blocked. Check the routing tables and ensure there are no misconfigurations that prevent traffic flow between those ranges. Also, verify firewall rules or ACLs that might be blocking the necessary packets.

J
JGBCRAFT
Member
65
03-09-2016, 11:22 AM
#2
Security tools may occasionally cause conflicts...
J
JGBCRAFT
03-09-2016, 11:22 AM #2

Security tools may occasionally cause conflicts...

C
coolman9222
Posting Freak
754
03-14-2016, 12:20 PM
#3
Though? Data can flow in either way and a third party can reply to pings, which means a firewall shouldn't be the problem. No antivirus software is running.
C
coolman9222
03-14-2016, 12:20 PM #3

Though? Data can flow in either way and a third party can reply to pings, which means a firewall shouldn't be the problem. No antivirus software is running.

S
Squidnugget05
Member
67
03-14-2016, 12:27 PM
#4
Windows Firewall occasionally blocks ICMP packets from what it thinks is an external network. Consider turning it off briefly to check the issue.
S
Squidnugget05
03-14-2016, 12:27 PM #4

Windows Firewall occasionally blocks ICMP packets from what it thinks is an external network. Consider turning it off briefly to check the issue.

L
221
03-14-2016, 08:22 PM
#5
You can adjust the filtering rules to allow specific traffic while keeping the firewall enabled.
L
lightninglogan
03-14-2016, 08:22 PM #5

You can adjust the filtering rules to allow specific traffic while keeping the firewall enabled.

P
Pynz
Junior Member
34
03-14-2016, 10:21 PM
#6
Consider this an inbound configuration. It should appear under File and Printer Sharing. Try it out: Open Advanced Settings on the left, then click Inbound Rules. In the right panel, locate the rules named File and Printer Sharing (Echo Request - ICMPv4-In). Right-click each and select Enable Rule. Let me know if it functions as expected.
P
Pynz
03-14-2016, 10:21 PM #6

Consider this an inbound configuration. It should appear under File and Printer Sharing. Try it out: Open Advanced Settings on the left, then click Inbound Rules. In the right panel, locate the rules named File and Printer Sharing (Echo Request - ICMPv4-In). Right-click each and select Enable Rule. Let me know if it functions as expected.

A
Adabelle
Senior Member
724
03-27-2016, 11:55 PM
#7
Execute the following command as well, if you prefer: netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8, any dir=in action=allow
A
Adabelle
03-27-2016, 11:55 PM #7

Execute the following command as well, if you prefer: netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8, any dir=in action=allow

I
iTz_JustDizzy
Junior Member
46
03-28-2016, 03:12 AM
#8
I did it, it works now, thank you!
I
iTz_JustDizzy
03-28-2016, 03:12 AM #8

I did it, it works now, thank you!