| Gentoo Hey, guys. I noticed that no one has posted anything on this one for a while, but I figured I would go ahead and add what I know. I have three Gentoo Linux machines which cannot access ureg.ohio-state.edu. It doesn't have anything to do with the browser. For some reason, the firewall protecting this web server is denying me access to port 80. I can get to the site on my wife's windows computer. I have tried this with two different browsers (and several user agent strings), along with wget and a php script I wrote to fetch web pages.
When I use the network analyzer tool nmap on ureg.ohio-state.edu, it shows ports 21, 23, 80, and 515 unfiltered (meaning that the firewall is not blocking them). However, when I try to add any options like specifying the source port or IP address for the probe, the firewall closes port 80 (the port for web server applications) off from access to my computer. Running the same scan shows only ports 21, 23, and 515 as unfiltered. I seems that the firewall is actively blocking my computer off from port 80. Given that this happens in other distributions, I wouldn't consider it a bug in a particular version of a distro. |