On 20:07:02 Nov 20, Jon wrote:
> I have updated the /etc/myname with the server
> I have updated the /etc/mygate with the comcast's gateway IP
> I have set the IP address using ipconfig
? ipconfig?
> the /etc/hostname.em0 has 'inet <static IP> 255.255.255.0 NONE' in it.
Shouldn't it be
inet 192.168.1.234 255.255.255.0 192.168.1.255
^^^^^^^^^^^^^
You have to use broadcast address. Try it. That may
be the problem.
> I can resolve using the gateway as my nameserver in /etc/resolve.conf
>
If you set named=" " in /etc/rc.conf.local you can use your
OpenBSD machine as the nameserver. It is chrooted and secure.
Set /etc/resolv.conf to
nameserver 127.0.0.1
-Girish