From owner-freebsd-questions Tue Aug 18 15:30:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15222 for freebsd-questions-outgoing; Tue, 18 Aug 1998 15:30:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15209 for ; Tue, 18 Aug 1998 15:30:31 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id PAA08739; Tue, 18 Aug 1998 15:29:51 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 18 Aug 1998 15:29:50 -0700 (PDT) From: Doug White To: Kevin cc: questions@FreeBSD.ORG Subject: Re: Loopback... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Aug 1998, Kevin wrote: > I would like to start off by saying, I quit using Linux a long, long time > ago.. FreeBSD is a far superior environment. Period. I do have a > question, and yes, FreeBSD is compared to Linux (just for example purposes > only, so please don't get mad.) In Linux, I can type in> > > % telnet ppp12345.aolsucks.com > "ppp12345.aolsucks.com" being my current dynamic address. > > > However, in FreeBSD, I have to type> > > % telnet localhost > > I was told that the only way a computer to talk to itself over the > internet, was through loopback. Obviously, though, I could through Linux > without loopback compiled into the kernel. How can I get the same results > (not having to type localhost, but my IP address instead) for FreeBSD? The problem may be that ppp12345.aolsucks.com isn't a real address, or your DNS isn't configured correctly. FreeBSD does everything in it's power to keep you from wasting network bandwidth doing local connections. It installs a route that will redirect connections to your local IP to the loopback IP instead, so telnetting to yourself is identical to doing 'telnet localhost'. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message