public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
From: chuck gelm <chuck@gelm.net>
To: hr_ga.dept@acbi.co.id
Cc: 'Linux newbie list' <linux-newbie@vger.kernel.org>
Subject: Re: ADSL connection via RHL 90
Date: Tue, 15 Feb 2005 11:08:21 -0500	[thread overview]
Message-ID: <42121E75.1090800@gelm.net> (raw)
In-Reply-To: <000c01c51336$715254f0$6510ea0a@acbi.local>

GA Dept PT ACBI wrote:
> I just installed RHL90, as workstation, and connected to our internal LAN.
> Now, I tried to connect to the net via our ADSL. But failed, via Mozilla
> browser, sendmail, or any other. The ADSL's IP number as default gateway was
> already put into the routing table. 
> I can ping to the external IP number of my ISP ( i.e. 202.134.0.155 ), but
> not to any external IP number ( e.g. 18.7.22.69 ). When I ping-ed to
> external FQDN, it always said something like "...unknown host...". 
> Have I done something wrong during the installation? Where should I check
> first?
> Could somebody please help me?
> 
> My data is as follows :
> 
> Result of ifconfig : 
> eth0      Link encap:Ethernet  HWaddr 00:0C:6E:6B:4E:C2  
>           inet addr:10.234.16.101  Bcast:10.234.16.255  Mask:255.255.255.0
<snip>
> ( note : 10.234.16.101 is my workstation's IP number. )
> 
> Result of route -v as follows :
> 
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 10.234.16.0     *               255.255.255.0   U     0      0        0 eth0
> 169.254.0.0     *               255.255.0.0     U     0      0        0 eth0
> 127.0.0.0       *               255.0.0.0       U     0      0        0 lo
> default         10.234.16.99    0.0.0.0         UG    0      0        0 eth0
> 
<snip>
> 	netstat -r :
> 
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt
> Iface
> 10.234.16.0     *               255.255.255.0   U         0 0          0
> eth0
> 169.254.0.0     *               255.255.0.0     U         0 0          0
> eth0
> 127.0.0.0       *               255.0.0.0       U         0 0          0 lo
> default         10.234.16.99    0.0.0.0         UG        0 0          0
> eth0
> 
> ( note : I didn't input this 169.254.0.0 number; where does it come from ? )
> 
> Data from /etc/sysconfig/networking/devices/eth0.route as follows :
> 
> GATEWAY1=10.234.16.99
> NETMASK1=255.255.0.0
> ADDRESS1=202.134.2.5
> GATEWAY0=10.234.16.99
> NETMASK0=255.255.0.0
> ADDRESS0=202.134.0.155
> 
<snip>
> Yours,
> 
> 
> Frans T.
> 
> P.S. 
> Sorry for the use of bandwidth

Hi, Frans:

10.234.16.101	fxrhl90			workstation's LAN interface
10.234.16.99	?			gateway's     LAN interface
202.134.0.155	nsjkt1.telkom.net.id	gateway's     WAN interface ?
202.134.2.5	ns2.telkom.net.id	a DNS server

  I assume that the host's (gateway, that has the DSL modem attached?)
interfaces are
  10.234.16.99 on the LAN and
  202.134.0.155 on its ppp# interface and
  that it is routing 10.234.16.0<>0.0.0.0
  using a netmask of 255.x.x.0 or similar.

Can you ping the gateway's external interface by IP address?
"I can ping to the external IP number of my ISP ( i.e. 202.134.0.155 )"
  I assume that 202.134.0.155 is the IP address of the gateway's
  external interface and the answer is yes.

Can you ping 202.134.2.5 or 203.130.196.6 ?
  (ns1.telkom.net.id or ns2.telkom.net.id)

For ping'ing by FQDN you will need 202.134.2.5 (or similar)
in /etc/resolv.conf (or RedHat equivilant).

Do you have access to 10.234.16.99?

What assumptions of mine are incorrect?

HTH, Chuck

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  parent reply	other threads:[~2005-02-15 16:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-15  8:14 ADSL connection via RHL 90 GA Dept PT ACBI
2005-02-15 11:07 ` Jim Nelson
2005-02-16  4:09   ` frans toruan
2005-02-15 16:08 ` chuck gelm [this message]
2005-02-16  4:09   ` frans toruan
2005-02-16  8:29     ` chuck gelm
2005-02-15 16:50 ` Ray Olszewski
2005-02-16  4:09   ` frans toruan
2005-02-16  5:39     ` Ray Olszewski
2005-02-16  9:35       ` frans toruan
2005-02-16 17:46         ` Ray Olszewski

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=42121E75.1090800@gelm.net \
    --to=chuck@gelm.net \
    --cc=hr_ga.dept@acbi.co.id \
    --cc=linux-newbie@vger.kernel.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