* [gentoo-user] Network works OK internally but can't access Internet - very frustrated
@ 2007-02-03 6:26 Richard Watson
2007-02-03 7:52 ` Leandro Melo de Sales
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Richard Watson @ 2007-02-03 6:26 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 639 bytes --]
Hi - After a last emerge --sync I've been having trouble accessing the internet. My network interface comes up OK. I receive an address for the DHCP server (i.e. "eth1 received address 192.168.0.7/24") and I can see and access my Intranet webpage on 192.168.0.xx and copy files to and from various machines.
However if trying to access the Internet I keep getting "unknown host" when pinging sites I know will respond. My machine dual boots into XP and runs fine.
I've checked the Gentoo handbook and config files and confirmed my network config files look OK (they seem to). Can anyone offer any suggestions?
Thanks, Richard
[-- Attachment #2: Type: text/html, Size: 1176 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Network works OK internally but can't access Internet - very frustrated
2007-02-03 6:26 [gentoo-user] Network works OK internally but can't access Internet - very frustrated Richard Watson
@ 2007-02-03 7:52 ` Leandro Melo de Sales
2007-02-03 13:40 ` Richard Watson
2007-02-03 13:26 ` [gentoo-user] " reader
2007-02-03 14:14 ` [gentoo-user] " Andrey Gerasimenko
2 siblings, 1 reply; 7+ messages in thread
From: Leandro Melo de Sales @ 2007-02-03 7:52 UTC (permalink / raw
To: gentoo-user
If you just did emerge --sync, the problem that you have was not
caused by this command. Do you have your dns configuration correct?
please check you /etc/resolv.conf file. Does your DHCP server send
nameserver to the client?
2007/2/3, Richard Watson <waty@bigpond.net.au>:
>
>
> Hi - After a last emerge --sync I've been having trouble accessing the
> internet. My network interface comes up OK. I receive an address for the
> DHCP server (i.e. "eth1 received address 192.168.0.7/24") and I can see and
> access my Intranet webpage on 192.168.0.xx and copy files to and from
> various machines.
>
> However if trying to access the Internet I keep getting "unknown host" when
> pinging sites I know will respond. My machine dual boots into XP and runs
> fine.
>
> I've checked the Gentoo handbook and config files and confirmed my network
> config files look OK (they seem to). Can anyone offer any suggestions?
>
> Thanks, Richard
>
--
Leandro Melo de Sales.
Computer Science MSc Candidate
Pervasive Computing Lab - embedded.ufcg.edu.br
Center of Electrical Engineering and Informatics at Federal University
of Campina Grande - UFCG / Brazil
083 33101404 (extension 208)
"O guerreiro é forte em lealdade, intensidade, determinação,
iniciativa, persistência, coragem e força de vontade. O guerreiro é
leve em sua calma, autoconfiança e compaixão. O guerreiro é
freqüentemente chamado para tomar a frente quando outros covardemente
dão um passo atrás. Guerreiros existem nos campos de batalha e na vida
cotidiana."
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Network works OK internally but can't access Internet - very frustrated
2007-02-03 6:26 [gentoo-user] Network works OK internally but can't access Internet - very frustrated Richard Watson
2007-02-03 7:52 ` Leandro Melo de Sales
@ 2007-02-03 13:26 ` reader
2007-02-03 14:14 ` [gentoo-user] " Andrey Gerasimenko
2 siblings, 0 replies; 7+ messages in thread
From: reader @ 2007-02-03 13:26 UTC (permalink / raw
To: gentoo-user
"Richard Watson" <waty@bigpond.net.au> writes:
> Hi - After a last emerge --sync I've been having trouble accessing
> the internet. My network interface comes up OK. I receive an address
> for the DHCP server (i.e. "eth1 received address 192.168.0.7/24")
> and I can see and access my Intranet webpage on 192.168.0.xx and
> copy files to and from various machines.
>
> However if trying to access the Internet I keep getting "unknown
> host" when pinging sites I know will respond. My machine dual boots
> into XP and runs fine.
>
> I've checked the Gentoo handbook and config files and confirmed my
> network config files look OK (they seem to). Can anyone offer any
> suggestions?
Sounds like you aren't getting to a nameserver.
Check /etc/resolv.conf and make sure there are 1 or more entries for a
pingable nameserver:
It should say something like
nameserver xxx.xxx.xxx
If it does, try ping the ip numbers listed. If that works then the
problem is else where.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Network works OK internally but can't access Internet - very frustrated
2007-02-03 7:52 ` Leandro Melo de Sales
@ 2007-02-03 13:40 ` Richard Watson
2007-02-03 14:33 ` [gentoo-user] " reader
2007-02-03 14:35 ` [gentoo-user] " Michal 'vorner' Vaner
0 siblings, 2 replies; 7+ messages in thread
From: Richard Watson @ 2007-02-03 13:40 UTC (permalink / raw
To: gentoo-user
Do you have your dns configuration correct?
> please check you /etc/resolv.conf file. Does your DHCP server send
> nameserver to the client?
Thanks for your reply. When the interface is up /etc/resolv.conf has a name
change to /etc/resolve.conf-eth2.sv and contains the following:
# Generated by dhcpcd for interface eth0
nameserver 61.9.208.14
nameserver 61.9.208.15
Which is the primary and secondary DNS on my cable modem for Telstra. So I
guess the DHCP server is sending the nameserver info. Still no go ...
Regards, Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Network works OK internally but can't access Internet - very frustrated
2007-02-03 6:26 [gentoo-user] Network works OK internally but can't access Internet - very frustrated Richard Watson
2007-02-03 7:52 ` Leandro Melo de Sales
2007-02-03 13:26 ` [gentoo-user] " reader
@ 2007-02-03 14:14 ` Andrey Gerasimenko
2 siblings, 0 replies; 7+ messages in thread
From: Andrey Gerasimenko @ 2007-02-03 14:14 UTC (permalink / raw
To: gentoo-user
On Sat, 03 Feb 2007 09:26:22 +0300, Richard Watson <waty@bigpond.net.au>
wrote:
> Hi - After a last emerge --sync I've been having trouble accessing the
> internet. My network interface comes up OK. I receive an address for the
> DHCP server (i.e. "eth1 received address 192.168.0.7/24") and I can see
> and access my Intranet webpage on 192.168.0.xx and copy files to and
> from various machines.
>
> However if trying to access the Internet I keep getting "unknown host"
> when pinging sites I know will respond. My machine dual boots into XP
> and runs fine.
>
> I've checked the Gentoo handbook and config files and confirmed my
> network config files look OK (they seem to). Can anyone offer any
> suggestions?
>
> Thanks, Richard
Does your resolve.conf start with "# Generated by net-scripts for
interface"? If yes, then check /etc/conf.d/net for something like
dns_servers_eth0=( "62.148.128.1 62.148.128.22" )
--
Andrei Gerasimenko
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Network works OK internally but can't access Internet - very frustrated
2007-02-03 13:40 ` Richard Watson
@ 2007-02-03 14:33 ` reader
2007-02-03 14:35 ` [gentoo-user] " Michal 'vorner' Vaner
1 sibling, 0 replies; 7+ messages in thread
From: reader @ 2007-02-03 14:33 UTC (permalink / raw
To: gentoo-user
"Richard Watson" <waty@bigpond.net.au> writes:
> # Generated by dhcpcd for interface eth0
> nameserver 61.9.208.14
> nameserver 61.9.208.15
>
> Which is the primary and secondary DNS on my cable modem for
> Telstra. So I guess the DHCP server is sending the nameserver
> info. Still no go ...
Can you ping those addresses?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Network works OK internally but can't access Internet - very frustrated
2007-02-03 13:40 ` Richard Watson
2007-02-03 14:33 ` [gentoo-user] " reader
@ 2007-02-03 14:35 ` Michal 'vorner' Vaner
1 sibling, 0 replies; 7+ messages in thread
From: Michal 'vorner' Vaner @ 2007-02-03 14:35 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 551 bytes --]
On Sat, Feb 03, 2007 at 11:40:20PM +1000, Richard Watson wrote:
> Do you have your dns configuration correct?
> >please check you /etc/resolv.conf file. Does your DHCP server send
> >nameserver to the client?
>
> Thanks for your reply. When the interface is up /etc/resolv.conf has a name
> change to /etc/resolve.conf-eth2.sv and contains the following:
It is of no use under other name. You need it to be exactly
/etc/resolv.conf.
--
The cost of living is going up, and the chance of living is going down.
Michal 'vorner' Vaner
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-02-03 14:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-03 6:26 [gentoo-user] Network works OK internally but can't access Internet - very frustrated Richard Watson
2007-02-03 7:52 ` Leandro Melo de Sales
2007-02-03 13:40 ` Richard Watson
2007-02-03 14:33 ` [gentoo-user] " reader
2007-02-03 14:35 ` [gentoo-user] " Michal 'vorner' Vaner
2007-02-03 13:26 ` [gentoo-user] " reader
2007-02-03 14:14 ` [gentoo-user] " Andrey Gerasimenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox