Re: Cannot access Linux computer from outside LAN
- From: Philipp Pagel <pDOTpagel@xxxxxx>
- Date: Thu, 31 May 2007 08:06:02 +0000 (UTC)
Philippe Signoret <philippe.signoret@xxxxxxxxx> wrote:
Yes, I can ping the router. How do I know if the router is the default
gateway?
You can use the 'route -n' command for that. It should look something like this:
$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.268.3.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.3.254 0.0.0.0 UG 0 0 0 eth0
The first line says that all traffic to the local network goes through eth0. The
sencond line means that any other address is reached by using gateway
192.168.3.254.
If the latter is not configured, your machine essentially has no connection to
the internet, which is probably the case based on your original posting.
cu
Philipp
--
Dr. Philipp Pagel Tel. +49-8161-71 2131
Dept. of Genome Oriented Bioinformatics Fax. +49-8161-71 2186
Technical University of Munich
http://mips.gsf.de/staff/pagel
.
- Follow-Ups:
- Re: Cannot access Linux computer from outside LAN
- From: Philippe Signoret
- Re: Cannot access Linux computer from outside LAN
- References:
- Cannot access Linux computer from outside LAN
- From: Philippe Signoret
- Re: Cannot access Linux computer from outside LAN
- From: Bill Marcum
- Re: Cannot access Linux computer from outside LAN
- From: Philippe Signoret
- Cannot access Linux computer from outside LAN
- Prev by Date: Re: Cannot access Linux computer from outside LAN
- Next by Date: Re: Cannot access Linux computer from outside LAN
- Previous by thread: Re: Cannot access Linux computer from outside LAN
- Next by thread: Re: Cannot access Linux computer from outside LAN
- Index(es):
Relevant Pages
|