public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe]
@ 2006-12-16 12:37 marco restelli
  2006-12-16 13:58 ` Boyd Stephen Smith Jr.
  0 siblings, 1 reply; 8+ messages in thread
From: marco restelli @ 2006-12-16 12:37 UTC (permalink / raw
  To: gentoo-user

Hi list,
   this may be a trivial question, but I really
don't know anything about networking.
When I connect my laptop to the internet
through my Netgear router, both firefox and
galeon work fine, but I can not run emerge:

emerge --sync
>>> Starting rsync with rsync://1.0.0.0/gentoo-portage...
>>> Checking server timestamp ...

However, after doing

ping rsync.gentoo.org
PING rsync.gentoo.org (134.68.220.97) 56(84) bytes of data.
64 bytes from rsync.gentoo.org (134.68.220.97): icmp_seq=1 ttl=49 time=170 ms
64 bytes from rsync.gentoo.org (134.68.220.97): icmp_seq=2 ttl=49 time=171 ms
64 bytes from rsync.gentoo.org (134.68.220.97): icmp_seq=3 ttl=49 time=168 ms

--- rsync.gentoo.org ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 168.541/169.990/171.031/1.159 ms

emerge works:

emerge --sync
>>> Starting rsync with rsync://134.68.220.97/gentoo-portage...
>>> Checking server timestamp ...
Welcome to hawk.gentoo.org


I am even unsure if the problem is the router
or the laptop configuration or both, hence the OT.
Any suggestion?

Thank you
  Marco
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe]
  2006-12-16 12:37 [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe] marco restelli
@ 2006-12-16 13:58 ` Boyd Stephen Smith Jr.
  2006-12-16 14:38   ` marco restelli
  0 siblings, 1 reply; 8+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-12-16 13:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

On Saturday 16 December 2006 06:37, "marco restelli" <mrestelli@gmail.com> 
wrote about '[gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, 
maybe]':
> I am even unsure if the problem is the router
> or the laptop configuration or both, hence the OT.
> Any suggestion?

Probably some bad DNS server...

Could you post the contents of /etc/resolv.conf when your laptop is 
connected to the Netgear?

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe]
  2006-12-16 13:58 ` Boyd Stephen Smith Jr.
@ 2006-12-16 14:38   ` marco restelli
  2006-12-16 14:57     ` Boyd Stephen Smith Jr.
  0 siblings, 1 reply; 8+ messages in thread
From: marco restelli @ 2006-12-16 14:38 UTC (permalink / raw
  To: gentoo-user

On 12/16/06, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote:
> On Saturday 16 December 2006 06:37, "marco restelli" <mrestelli@gmail.com>
> wrote about '[gentoo-user] emerge --sync connecting to 1.0.0.0 [OT,
> maybe]':
> > I am even unsure if the problem is the router
> > or the laptop configuration or both, hence the OT.
> > Any suggestion?
>
> Probably some bad DNS server...
>
> Could you post the contents of /etc/resolv.conf when your laptop is
> connected to the Netgear?

Here it is:


cat /etc/resolv.conf
# Generated by dhcpcd for interface wlan0
nameserver 192.168.1.1


Actually, 192.168.1.1 is the router, which is connected to the
internet with a Netgear modem, IP 192.168.0.1

Marco
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe]
  2006-12-16 14:38   ` marco restelli
@ 2006-12-16 14:57     ` Boyd Stephen Smith Jr.
  2006-12-16 19:45       ` marco restelli
  0 siblings, 1 reply; 8+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-12-16 14:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]

On Saturday 16 December 2006 08:38, "marco restelli" <mrestelli@gmail.com> 
wrote about 'Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, 
maybe]':
> On 12/16/06, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote:
> > Probably some bad DNS server...
> >
> > Could you post the contents of /etc/resolv.conf when your laptop is
> > connected to the Netgear?
>
> Here it is:
>
> cat /etc/resolv.conf
> # Generated by dhcpcd for interface wlan0
> nameserver 192.168.1.1
>
> Actually, 192.168.1.1 is the router, which is connected to the
> internet with a Netgear modem, IP 192.168.0.1

Alright.  This means that (most likely) your laptop is asking your router 
to resolve rsync.gentoo.org and that router is giving back bad 
response(s), at least at first.  You should check the configuration of the 
DNS server on the router.

If you need further assistance, I'll need to know more about your router, 
specifically it's firm- and software.  Also, if the router isn't running 
Gentoo, we may need to take this off-list of (at least) mark further 
messages as off-topic.

If you want to confirm the problem is with the router, break out your 
generic DNS clients (dig/nslookup) and network monitoring tools (tcpdump 
et al.).  Of course, your router my simply be giving bad responses because 
it's getting bad responses from further upstream.

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe]
  2006-12-16 14:57     ` Boyd Stephen Smith Jr.
@ 2006-12-16 19:45       ` marco restelli
  2006-12-16 23:33         ` Mark M
  0 siblings, 1 reply; 8+ messages in thread
From: marco restelli @ 2006-12-16 19:45 UTC (permalink / raw
  To: gentoo-user

On 12/16/06, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote:
> On Saturday 16 December 2006 08:38, "marco restelli" <mrestelli@gmail.com>
> wrote about 'Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT,
> maybe]':
> > On 12/16/06, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote:
> > > Probably some bad DNS server...
> > >
> > > Could you post the contents of /etc/resolv.conf when your laptop is
> > > connected to the Netgear?
> >
> > Here it is:
> >
> > cat /etc/resolv.conf
> > # Generated by dhcpcd for interface wlan0
> > nameserver 192.168.1.1
> >
> > Actually, 192.168.1.1 is the router, which is connected to the
> > internet with a Netgear modem, IP 192.168.0.1
>
> Alright.  This means that (most likely) your laptop is asking your router
> to resolve rsync.gentoo.org and that router is giving back bad
> response(s), at least at first.  You should check the configuration of the
> DNS server on the router.

Ok, this is already a useful information

> If you need further assistance, I'll need to know more about your router,
> specifically it's firm- and software.  Also, if the router isn't running
> Gentoo, we may need to take this off-list of (at least) mark further
> messages as off-topic.

It is Netgear WGR614 v6, and it is not running Gentoo.

> If you want to confirm the problem is with the router, break out your
> generic DNS clients (dig/nslookup) and network monitoring tools (tcpdump
> et al.).  Of course, your router my simply be giving bad responses because
> it's getting bad responses from further upstream.

Thanks for all the advices.

Marco
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe]
  2006-12-16 19:45       ` marco restelli
@ 2006-12-16 23:33         ` Mark M
  2006-12-20 21:54           ` marco restelli
  0 siblings, 1 reply; 8+ messages in thread
From: Mark M @ 2006-12-16 23:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2329 bytes --]

On 12/16/06, marco restelli <mrestelli@gmail.com> wrote:
>
> On 12/16/06, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote:
> > On Saturday 16 December 2006 08:38, "marco restelli" <
> mrestelli@gmail.com>
> > wrote about 'Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT,
> > maybe]':
> > > On 12/16/06, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote:
> > > > Probably some bad DNS server...
> > > >
> > > > Could you post the contents of /etc/resolv.conf when your laptop is
> > > > connected to the Netgear?
> > >
> > > Here it is:
> > >
> > > cat /etc/resolv.conf
> > > # Generated by dhcpcd for interface wlan0
> > > nameserver 192.168.1.1
> > >
> > > Actually, 192.168.1.1 is the router, which is connected to the
> > > internet with a Netgear modem, IP 192.168.0.1
> >
> > Alright.  This means that (most likely) your laptop is asking your
> router
> > to resolve rsync.gentoo.org and that router is giving back bad
> > response(s), at least at first.  You should check the configuration of
> the
> > DNS server on the router.
>
> Ok, this is already a useful information
>
> > If you need further assistance, I'll need to know more about your
> router,
> > specifically it's firm- and software.  Also, if the router isn't running
> > Gentoo, we may need to take this off-list of (at least) mark further
> > messages as off-topic.
>
> It is Netgear WGR614 v6, and it is not running Gentoo.
>
> > If you want to confirm the problem is with the router, break out your
> > generic DNS clients (dig/nslookup) and network monitoring tools (tcpdump
> > et al.).  Of course, your router my simply be giving bad responses
> because
> > it's getting bad responses from further upstream.
>
> Thanks for all the advices.
>
> Marco
> --
> gentoo-user@gentoo.org mailing list
>
> I've seen that exact problem with many simple routers like the one you
have and various Linux distros, almost always
some of the programs do work with dns server being the router itself and
some don't. Namely:

Web browsers and IM apps mostly work,
rsync,svn git and some telnet and ftp apps mostly don't.
In MS Windows almost always all work just fine.
The solution for me was to find out in the router itself what are the dns
servers that it uses and configure them in the system, either in
resolv.confor in
conf.d/net .
Hope it helps.

[-- Attachment #2: Type: text/html, Size: 3231 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe]
  2006-12-16 23:33         ` Mark M
@ 2006-12-20 21:54           ` marco restelli
  2006-12-21  8:30             ` Nelson, David (ED, PAR&D)
  0 siblings, 1 reply; 8+ messages in thread
From: marco restelli @ 2006-12-20 21:54 UTC (permalink / raw
  To: gentoo-user

On 12/17/06, Mark M <makalsky@gmail.com> wrote:
>
>
>
> On 12/16/06, marco restelli <mrestelli@gmail.com> wrote:
> >
> > On 12/16/06, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote:
> > > On Saturday 16 December 2006 08:38, "marco restelli" <
> mrestelli@gmail.com>
> > > wrote about 'Re: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT,
> > > maybe]':
> > > > On 12/16/06, Boyd Stephen Smith Jr. < bss03@volumehost.net> wrote:
> > > > > Probably some bad DNS server...
> > > > >
> > > > > Could you post the contents of /etc/resolv.conf when your laptop is
> > > > > connected to the Netgear?
> > > >
> > > > Here it is:
> > > >
> > > > cat /etc/resolv.conf
> > > > # Generated by dhcpcd for interface wlan0
> > > > nameserver 192.168.1.1
> > > >
> > > > Actually, 192.168.1.1 is the router, which is connected to the
> > > > internet with a Netgear modem, IP 192.168.0.1
> > >
> > > Alright.  This means that (most likely) your laptop is asking your
> router
> > > to resolve rsync.gentoo.org and that router is giving back bad
> > > response(s), at least at first.  You should check the configuration of
> the
> > > DNS server on the router.
> >
> > Ok, this is already a useful information
> >
> > > If you need further assistance, I'll need to know more about your
> router,
> > > specifically it's firm- and software.  Also, if the router isn't running
> > > Gentoo, we may need to take this off-list of (at least) mark further
> > > messages as off-topic.
> >
> > It is Netgear WGR614 v6, and it is not running Gentoo.
> >
> > > If you want to confirm the problem is with the router, break out your
> > > generic DNS clients (dig/nslookup) and network monitoring tools (tcpdump
> > > et al.).  Of course, your router my simply be giving bad responses
> because
> > > it's getting bad responses from further upstream.
> >
> > Thanks for all the advices.
> >
> > Marco
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> I've seen that exact problem with many simple routers like the one you have
> and various Linux distros, almost always
> some of the programs do work with dns server being the router itself and
> some don't. Namely:
>
> Web browsers and IM apps mostly work,
> rsync,svn git and some telnet and ftp apps mostly don't.
> In MS Windows almost always all work just fine.
> The solution for me was to find out in the router itself what are the dns
> servers that it uses and configure them in the system, either in resolv.conf
> or in conf.d/net .
> Hope it helps.
>

Indeed, it works for me as well :-)

Thank you
   Marco
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe]
  2006-12-20 21:54           ` marco restelli
@ 2006-12-21  8:30             ` Nelson, David (ED, PAR&D)
  0 siblings, 0 replies; 8+ messages in thread
From: Nelson, David (ED, PAR&D) @ 2006-12-21  8:30 UTC (permalink / raw
  To: gentoo-user

Hey folks

> > I've seen that exact problem with many simple routers like 
> the one you have
> > and various Linux distros, almost always
> > some of the programs do work with dns server being the 
> router itself and
> > some don't. Namely:
> >
> > Web browsers and IM apps mostly work,
> > rsync,svn git and some telnet and ftp apps mostly don't.
> > In MS Windows almost always all work just fine.
> > The solution for me was to find out in the router itself 
> what are the dns
> > servers that it uses and configure them in the system, 
> either in resolv.conf
> > or in conf.d/net .
> > Hope it helps.
> >
> 
> Indeed, it works for me as well :-)
> 
> Thank you
>    Marco

Yes, adding DNS servers manually to /etc/resolv.conf worked for me as well. Things kept trying to resolve to 1.0.0.0.

For reference I was using a DLink 604 ADSL Modem Router (if memory serves).

David

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-12-21  8:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-16 12:37 [gentoo-user] emerge --sync connecting to 1.0.0.0 [OT, maybe] marco restelli
2006-12-16 13:58 ` Boyd Stephen Smith Jr.
2006-12-16 14:38   ` marco restelli
2006-12-16 14:57     ` Boyd Stephen Smith Jr.
2006-12-16 19:45       ` marco restelli
2006-12-16 23:33         ` Mark M
2006-12-20 21:54           ` marco restelli
2006-12-21  8:30             ` Nelson, David (ED, PAR&D)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox