Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 11:00:09 -0500
From:      Jonathan Arnold <jdarnold@buddydog.org>
To:        questions@FreeBSD.ORG
Subject:   Re: Internet blocked out?
Message-ID:  <3DD3C889.7000304@buddydog.org>
In-Reply-To: <004101c28bf5$1f1bd000$0100a8c0@sun>
References:  <004101c28bf5$1f1bd000$0100a8c0@sun>

next in thread | previous in thread | raw e-mail | index | archive | help
> 	[rc.conf]
> 	ppp_nat=YES

Thanks for the idea, but I don't use PPP and, according to the rc.conf
in /etc/default, this is the default setting anyway.

I've got it fixed, sort of. My machine has two NICs (one to the world and
one to my internal network). It seems the NIC that all the servers are
using is the internal one now, although up until this latest upgrade, it
had been the one to the outside world. Here's my rc.conf lines:

ifconfig_dc0="inet 66.92.76.224  netmask 255.255.255.0"
ifconfig_dc1="DHCP"
defaultrouter="66.92.76.1"
hostname="amazingdev.com"

If I comment out the ifconfig_dc1 line, all is well. It is DHCP because
I have a Linksys router on my internal network, so it picks up the
192.168.* address just fine if it is in there. How can I get it so that
the "default" NIC is the 66.92 one, not the 192.168 one? I tried
switching the order of the lines in rc.conf but that doesn't help.

-- 
Jonathan Arnold     (mailto:jdarnold@buddydog.org)
Amazing Developments       http://www.buddydog.org

Health nuts are going to feel stupid someday, lying in
hospitals dying of nothing. -- Redd Foxx


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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