Hi,
Trying to track down a possible problem with my firewall.
Had a replacement DSL modem sent to me by ISP. With this new modem I am suddenly unable to reach a website that I use daily. The name resolves in the DNS to an IP. I can make the connection to target website. It's not blocked by my firewall outbound or inbound. There are no packets denied, and nothing logged to /var/log/security.
displays the connection from my machine to target IP of the website. Yet the browser is waiting until finally timing out without displaying any content.
and
both timeout.
It doesn't seem like any data is coming back to my machine from this one website. Actually it's at least 2 websites that appear not to work. Murhpys Law says the problem will be with the one most essential site of course. But Im not sure which tools can best help me diagnose where the problem is. Suggestions much appreciated.
I suspect the issue may be my firewall only because I've connected my laptop directly to the DSL modem, which had been configured as a DCHP server. No browser issues.
But the modems current config is for a block of static IPs, no DHCP, firewall, filtering, nothing else. Freebsd 7.1 server with a custom firewall ruleset with NAT that had by all appearances worked fine until the new modem arrived yesterday.
Thanks in advance for suggestions
Trying to track down a possible problem with my firewall.
Had a replacement DSL modem sent to me by ISP. With this new modem I am suddenly unable to reach a website that I use daily. The name resolves in the DNS to an IP. I can make the connection to target website. It's not blocked by my firewall outbound or inbound. There are no packets denied, and nothing logged to /var/log/security.
Code:
ipfw -d show
Code:
ping
Code:
traceroute
It doesn't seem like any data is coming back to my machine from this one website. Actually it's at least 2 websites that appear not to work. Murhpys Law says the problem will be with the one most essential site of course. But Im not sure which tools can best help me diagnose where the problem is. Suggestions much appreciated.
I suspect the issue may be my firewall only because I've connected my laptop directly to the DSL modem, which had been configured as a DCHP server. No browser issues.
But the modems current config is for a block of static IPs, no DHCP, firewall, filtering, nothing else. Freebsd 7.1 server with a custom firewall ruleset with NAT that had by all appearances worked fine until the new modem arrived yesterday.
Thanks in advance for suggestions