Re: DHCPD Fail to Reach Web Addresses Help!

Aric Gregson <[email protected]> Wed, 17 Jun 2026 17:21:31 -0700
Newsgroups gmane.os.openbsd.misc
Message-ID <[email protected]>
On 2026-06-14 00:11, Rudolf Leitgeb wrote:
>What is your DNS setup? Which DNS server address is returned by your
>DHCP server? Is this DHCP server reachable from your client? Can you
>check on your client, which name server is configured?

The gateway gets two name servers from the network and I have added 
three others to the gateway /etc/resolv.conf that I know work. 

On the client /etc/resolv.conf shows the gateway: 192.168.1.1 and no 
other name server. 

I can ping all the name servers in the /etc/resolv.conf on the gateway 
from both the gateway and the client. 

I can reach the gateway on the client by ssh. 

Thanks, Aric

>On Sat, 2026-06-13 at 13:44 -0700, Aric Gregson wrote:
>> On 2026-06-13 09:34, Kenneth Gober wrote:
>> > On Fri, Jun 12, 2026 at 10:06 PM Aric Gregson
>> > <[email protected]>
>> > wrote:
>> >
>> > >
>> > > I am struggling to figure this out and do not know what to try
>> > > next, so
>> > > am asking for help. I am missing something simple, no doubt.
>> > >
>> > > Setting up a network gateway at home. Ultimately, I want to have
>> > > a
>> > > backup internet, with fiber first then cable as a back-up. This
>> > > is to
>> > > replace a Unifi solution that I started to use during the
>> > > pandemic,
>> > > which maybe is not a good idea given the issues I am already
>> > > having. :)
>> > >
>> > > I am just able to assign addresses, which it is now doing.  I can
>> > > 'ping'
>> > > and 'host' and ssh into the gateway from the client Openbsd
>> > > computer. I
>> > > can also ping and host on the gateway computer running Fuguita
>> > > (Openbsd
>> > > 7.9 release). I am able to 'dig @9.9.9.9 openbsd.org' and
>> > > traceroute -I
>> > > is working as well. However, I cannot load any web pages and
>> > > applications, like Profanity, cannot login as they seemingly
>> > > cannot find
>> > > the hosting site (conversations.im). Disabling pf does not change
>> > > this
>> > > behavior.
>> > >
>> >
>> > Did you enable IP forwarding?
>>
>> Yes.
>>
>> > # cat >>/etc/sysctl.conf <<EOF
>> > net.inet.ip.forwarding=1
>> > EOF
>> > # sysctl net.inet.ip.forwarding=1
>>
>> Thank you Ken for the suggestion. This has been on for some time
>> already. I also have inet6 forwarding on, just in case.
>>
>> Aric
>