PDA

Click to See Complete Forum and Search --> : Apache Web Server


Fox
Jun 6th, 2000, 01:45 AM
This maybe a bit off-topic, sorry about that.

Well, I wanted to set up an Apache server here, but it doesn't work :( I can type in http://127.0.0.1/ and that works, but not with the real ip... It maybe it's because my provider has a firewall, but I'm not that sure if he really has (I can use border1.leunet.ch as proxy).

Thanks in advance for your help!

JoePub
Jun 17th, 2000, 05:44 PM
First of all check ifconfig to see if your eth0 device has been given an ip address (if you have a LAN) and when you connect to the internet you should have a ppp0 device (if you connect from your box) and this should be another ip adreess, you should be able to use either IP addressed, you can also check the routing table to see where packets are being sent, if they are only being sent to lo (local 127.0.0.1) then thats your problem.

Hope that helped