Home » Archive » Web Config » server time out errors
icon5.gif  server time out errors [message #139] Thu, 26 May 2005 22:18 Go to next message
DasJav  is currently offline DasJav
Messages: 1
Registered: May 2005
Location: Consett
Junior Member

Im trying to host my own web page from my linux box, running knoppix 3.7. I have apache running and have copied my html files etc into the www file, I have a home network running through a DLink DSL504T router modem, the port forwarding is set for port 80. I have a static IP through No-IP, All my pc's can see the web page but when I try to access it from outside my network I just get timeout errors. One of my friends mentioned adding to the route table, but i can not find how to do this in linux or what i need to add as i have tried the directions given to me, but these are for Dos, hence did not work. I am a complete Linux novice so any help or if you could point me in the general direction I would be most gratefull,

Cheers
Dave
Re: server time out errors [message #140 is a reply to message #139 ] Tue, 14 June 2005 08:44 Go to previous message
Richard  is currently offline Richard
Messages: 55
Registered: April 2004
Location: North Shields
Senior Member

Hi Dave,

Sorry for the delay in response...

In linux, you can add routes using the route command as follows:

route add -net <network>/<mask> gw <gateway>


so, if your router is 192.168.1.1, and you wanted to add a default route, you would do this:

route add -net 0.0.0.0/0 gw 192.168.1.1


or simply:

route add -net default gw 192.168.1.1


Hope this helps

Regards

Richard


If it takes 2 men a week to walk a fortnight, how long does it take a cross-eyed kipper to swim through a barrel of treacle?

Goto Forum:
  


Current Time: Mon Sep 6 15:06:40 BST 2010

Total time taken to generate the page: 0.00838 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 2.7.5.
Copyright ©2001-2006 FUD Forum Bulletin Board Software