Re: Unable to reach hosts outside my subnet after initial installation

2008-06-17 Thread Edward Lay
Thank you everyone for the assistance. The problem turned out to be with the gateway rather than a freeBSD problem. I did not have access to the gateway but was able to change the IP address, after which everything worked ed ___ freebsd-questions@f

Re: Unable to reach hosts outside my subnet after initial installation

2008-06-14 Thread Jon Radel
Edward Lay wrote: From: Derek Ragona <[EMAIL PROTECTED]> Check and/or create /etc/nsswitch.conf so you are looking in files and dns for hosts. Check or create /etc/resolv.conf make sure your upsteam DNS servers are listed in this file along with any local caching DNS servers. Thanks for t

Re: Unable to reach hosts outside my subnet after initial installation

2008-06-14 Thread Pascal S Clermont
Edward Lay wrote: From: Derek Ragona <[EMAIL PROTECTED]> Check and/or create /etc/nsswitch.conf so you are looking in files and dns for hosts. Check or create /etc/resolv.conf make sure your upsteam DNS servers are listed in this file along with any local caching DNS servers

Re: Unable to reach hosts outside my subnet after initial installation

2008-06-14 Thread Ryan Coleman
-- Ryan Coleman [EMAIL PROTECTED] 612.618.5682 Sent from my iPhone On Jun 14, 2008, at 5:11 AM, Peter Boosten <[EMAIL PROTECTED]> wrote: Edward Lay wrote: From: Derek Ragona <[EMAIL PROTECTED]> It seems more like a router/gateway network configuration type of problem. I've just discovered

Re: Unable to reach hosts outside my subnet after initial installation

2008-06-14 Thread Peter Boosten
Edward Lay wrote: From: Derek Ragona <[EMAIL PROTECTED]> It seems more like a router/gateway network configuration type of problem. I've just discovered that when I ping the gateway's IP address, I get no answer. Now I know the gateway is functioning as every other host on the network can re

Re: Unable to reach hosts outside my subnet after initial installation

2008-06-14 Thread Edward Lay
>From: Derek Ragona <[EMAIL PROTECTED]> >Check and/or create /etc/nsswitch.conf so you are looking in files and >dns for hosts. >Check or create /etc/resolv.conf make sure your upsteam DNS servers >are listed in this file along with any local caching DNS servers. Thanks for the suggestion. Thos