public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael Kjorling <michael@kjorling.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Trying to install a cable modem connection
Date: Sat, 29 Oct 2005 19:05:27 +0000	[thread overview]
Message-ID: <4363c7f7.33029cdc@vuk.kjorling.com> (raw)
In-Reply-To: <1130617568.11084.13.camel@localhost>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2005-10-29 20:26 +0000, jcranmer01@earthlink.net wrote:
> Here's where I get a little stuck.  My internet programs are not
> recognising this eth1 connection.  What step do I need to perform in
> order to get the internet connection working?

A good starting point may be taking a look at the kernel IP routing
table -- that's what "route" is for. You probably want to use its "-n"
switch to disable host name lookups.

You want a route with destination 0.0.0.0, genmask 0.0.0.0 (means CIDR
network 0/0, or "default" upstream) and gateway somewhere in the range
24.88.247.x (24.88.247/24), going through (iface) eth1. Without it,
your system will not be able to talk to anything outside of your
little corner of Road Runner's network.

If you have such a route, then running traceroute (also with "-n")
towards a known valid IP address should give you some clue as to where
the problem is. You may also want to look at any iptables rule sets
you may have; that's "iptables -L -n" (list, numerical).

If you can connect to an IP address but not using a DNS name, that
leaves just name resolution (/etc/resolv.conf and /etc/nsswitch.conf
under "hosts:", as I recall).

- -- 
Michael Kjörling, michael@kjorling.com - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* ..... No bird soars too high if he soars with his own wings ..... *
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDY8f3dY+HSb3praYRAq3TAJ9TjvcQGSMpEFt+1+asqgE3SvlXeQCeNy77
J0r+Y/uyplQw2gfTNhSofDo=
=1nZX
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



      reply	other threads:[~2005-10-29 19:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1116165126.23106.16.camel@tux>
2005-07-30 12:43 ` [gentoo-user] Shorewall failure following upgrade Jeff Cranmer
2005-07-30 13:17   ` Rumen Yotov
2005-07-30 23:09     ` Jeff Cranmer
2005-08-01 13:23   ` Dave Nebinger
2005-08-28 17:45 ` [gentoo-user] Quanta setup for cervisia? Jeff Cranmer
2005-08-30 22:39   ` [gentoo-user] " Jeff Cranmer
2005-08-30 23:16     ` Steve Evans
2005-10-29 20:26 ` [gentoo-user] Trying to install a cable modem connection Jeff Cranmer
2005-10-29 19:05   ` Michael Kjorling [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4363c7f7.33029cdc@vuk.kjorling.com \
    --to=michael@kjorling.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox