F5F Stay Refreshed Software Operating Systems Troubleshooting static IP setup on Windows XP

Troubleshooting static IP setup on Windows XP

Troubleshooting static IP setup on Windows XP

D
David_Martial
Member
231
01-03-2016, 07:50 PM
#1
Hello, your issue involves configuring static IP addresses on a Windows XP system with network isolation. The "destination host unreachable" error suggests the computer isn't responding to ping commands. You've checked basic connectivity and adapter recognition, but still can't reach itself. Consider verifying network drivers, ensuring the correct IP settings are applied, and testing with alternative tools like `ping` or `traceroute`. Also, confirm that your firewall or security software isn't blocking local traffic.
D
David_Martial
01-03-2016, 07:50 PM #1

Hello, your issue involves configuring static IP addresses on a Windows XP system with network isolation. The "destination host unreachable" error suggests the computer isn't responding to ping commands. You've checked basic connectivity and adapter recognition, but still can't reach itself. Consider verifying network drivers, ensuring the correct IP settings are applied, and testing with alternative tools like `ping` or `traceroute`. Also, confirm that your firewall or security software isn't blocking local traffic.

B
Beatress
Member
161
01-03-2016, 11:15 PM
#2
The system is fully isolated, so I presume firewall rules are configured and VLANs are set up elsewhere. If applicable, firewall rules must permit specific traffic. Using an EdgeRouter, here’s a sample Guest network configuration that mimics the behavior of a separate VLAN: Guest_In - Default Action Accept Allow Established / Related - All Protocols - Accept Drop Private Networks - Destination 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 - Drop Invalid Traffic - All Protocols - Drop Guest_Local - Default Action Drop Allow DHCP - Destination Port 67 - UDP - Accept Allow DNS - Destination Address [Your Gateway] Port 53 - TCP & UDP - Accept
B
Beatress
01-03-2016, 11:15 PM #2

The system is fully isolated, so I presume firewall rules are configured and VLANs are set up elsewhere. If applicable, firewall rules must permit specific traffic. Using an EdgeRouter, here’s a sample Guest network configuration that mimics the behavior of a separate VLAN: Guest_In - Default Action Accept Allow Established / Related - All Protocols - Accept Drop Private Networks - Destination 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 - Drop Invalid Traffic - All Protocols - Drop Guest_Local - Default Action Drop Allow DHCP - Destination Port 67 - UDP - Accept Allow DNS - Destination Address [Your Gateway] Port 53 - TCP & UDP - Accept