This is really wierd.
I have a broadcom wireless chipset on my laptop that I am configuring and using with Ndiswrapper. I also have a standard RTL8139 ethernet card.
I have noticed that whenever I connect to the internet from the ethernet port I can access my localhost (running on the same laptop )apache webserver but for some reason when I use the broadcom wireless to connect to the internet I can't get localhost to bring up my apache servered pages when I type 'localhost' into the browser.
My /etc/hosts file contains
127.0.0.1 localhost mycomputername
This should mean that typing 127.0.0.1, or localhost, or mycomputername should give me access to my apache webserver.
Does anyone know what could be preventing me from accessing apache when I connect through wireless.
I have a broadcom wireless chipset on my laptop that I am configuring and using with Ndiswrapper. I also have a standard RTL8139 ethernet card.
I have noticed that whenever I connect to the internet from the ethernet port I can access my localhost (running on the same laptop )apache webserver but for some reason when I use the broadcom wireless to connect to the internet I can't get localhost to bring up my apache servered pages when I type 'localhost' into the browser.
My /etc/hosts file contains
127.0.0.1 localhost mycomputername
This should mean that typing 127.0.0.1, or localhost, or mycomputername should give me access to my apache webserver.
Does anyone know what could be preventing me from accessing apache when I connect through wireless.
Comment