From owner-freebsd-questions Sat Jul 14 23:24:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hades.hell.gr (patr530-b110.otenet.gr [195.167.121.238]) by hub.freebsd.org (Postfix) with ESMTP id 5C79F37B401 for ; Sat, 14 Jul 2001 23:24:44 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: by hades.hell.gr (Postfix, from userid 1001) id BDD9F2C3; Sun, 15 Jul 2001 09:24:40 +0300 (EEST) Date: Sun, 15 Jul 2001 09:24:40 +0300 From: Giorgos Keramidas To: Karl Agee Cc: FreeBSD-Questions@FreeBSD.ORG, freebsd@lurkie.xs4all.nl Subject: Re: problems getting updates (still) Message-ID: <20010715092439.B14519@hades.hell.gr> References: <20010715064314.A13904@hades.hell.gr> <20010715061423.9638.qmail@web12308.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010715061423.9638.qmail@web12308.mail.yahoo.com>; from kdagee2@yahoo.com on Sat, Jul 14, 2001 at 11:14:23PM -0700 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: Karl Agee Subject: Re: problems getting updates (still) Date: Sat, Jul 14, 2001 at 11:14:23PM -0700 > > # ifconfig -au > > su-2.03# /sbin/ifconfig -au > ppp0: flags=8051 mtu 1500 > inet 32.100.100.20 --> 32.96.120.226 netmask 0xff000000 > lo0: flags=8049 mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 seems ok. > > > > # netstat -nr > > su-2.03# /usr/bin/netstat -nr > Routing tables > > Internet: > Destination Gateway Flags Netif Expire > default 32.96.120.226 UGSc ppp0 > 32.96.120.226 32.100.100.20 UH ppp0 > 127.0.0.1 127.0.0.1 UH lo0 > > Internet6: > Destination Gateway Flags Netif Expire > ::1 ::1 UH lo0 > fe80::%lo0/64 fe80::1%lo0 Uc lo0 > ff01::/32 ::1 U lo0 > ff02::%lo0/32 fe80::1%lo0 UC lo0 seems ok too. > > It looks like you have some networking problem, and not a problem with > > CVSup itself. The contents of the files /etc/host.conf (or, if you're > > using NIS, this would be /etc/nsswitch.conf) and /etc/resolv.conf are > > also things I'd like to see. > > su-2.03# cat /etc/host.conf > # $FreeBSD: src/etc/host.conf,v 1.6 1999/08/27 23:23:41 peter Exp $ > # First try the /etc/hosts file > hosts multi,on > # Now try the nameserver next. > bind > # If you have YP/NIS configured, uncomment the next > line > # nis pretty much stock options here. ok too. > su-2.03# cat /etc/resolv.conf > domain attglobal #kppp temp entry > nameserver 165.87.13.129 #kppp temp entry > nameserver 165.87.201.244 #kppp temp entry From what host(1) has to say: hades!charon:[/home/charon]% host -t ns -v attglobal.net Trying null domain rcode = 0 (Success), ancount=3 The following answer is not authoritative: The following answer is not verified as authentic by the server: attglobal.net 172796 IN NS NS3.US.PRSERV.net attglobal.net 172796 IN NS NS1.US.PRSERV.net attglobal.net 172796 IN NS NS4.US.PRSERV.net Additional information: NS3.US.PRSERV.net 172796 IN A 165.87.201.243 NS1.US.PRSERV.net 172796 IN A 165.87.194.244 NS4.US.PRSERV.net 172796 IN A 165.87.201.244 this seems pretty ok, too. You're not running some firewall that blocks CVSup, now, are you? I'm running out of ideas here :( -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message