View Single Post
  #1   (View Single Post)  
Old 28th February 2016
22decembre 22decembre is offline
Port Guard
 
Join Date: Dec 2014
Posts: 42
Default connections to some websites impossible

Hello

I am currently trying FreeBSD as a desktop. Works quite fine. But I am currently stucked with something hard.

All connections to localhost websites are buggy.

On my dns resolver there is a script that makes many buggy/shitty domain points to localhost. So connecting to some newspapers takes ages (because the browser tries to load lots of advertisement, holding the connection for the rest of the content).

But it also troubles me with website developement, eg, a python website that I start on the local machine listening to port 8000. The browser does not reach it.

I tried as well with telnet, impossible to connect to the localhost. Eventhough it is listenning (I checked the process list with ps, and the listenning list with netstat).
Reply With Quote