Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 1996 11:48:09 -0600
From:      Sean Kelly <kelly@fsl.noaa.gov>
To:        dyeske@pigseye.kennesaw.edu
Cc:        questions@freebsd.org, support@cdrom.com
Subject:   Re: localhost
Message-ID:  <9604181746.AA26052@fslg8.fsl.noaa.gov>
In-Reply-To: <Pine.SOL.3.92.960418132236.101A-100000@PigsEye> (message from David Paul Yeske on Thu, 18 Apr 1996 13:23:29 -0400 (EDT))

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "David" == David Paul Yeske <dyeske@pigseye.kennesaw.edu> writes:

    David> I screwed something up and I can't telnet to localhost, its
    David> in my /etc/hosts file and I have loopback compiled into the
    David> kernel?  What do I need to fix?

Make sure you have a static route to your loopback interface.  Easy
way to do that: edit /etc/sysconfig.

Make sure ``loopback'' appears in ``static_routes''

	static_routes="loopback"

Make sure there's a ``route_loopback'' line:

	route_loopback="${hostname} localhost"

Make sure ``hostname'' is set as well in /etc/sysconfig.

-- 
Sean Kelly                          
NOAA Forecast Systems Laboratory    kelly@fsl.noaa.gov
Boulder Colorado USA                http://www-sdd.fsl.noaa.gov/~kelly/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9604181746.AA26052>