Subject: Re: problems configuring network interface
To: NetBSD <netbsd-users@netbsd.org>
From: Ezequiel Reyes <ezequiel.reyes@newhotel.co.cu>
List: netbsd-users
Date: 12/17/2004 10:24:30
Well, yes, it was a ex0, I found it by looking dmesg has de guide sugests, I
configured the interface and the a ping to the server ip in my network
worked, so far so good. Then I filled the /etc/hosts with the ip-alias for
the server which is the DNS in my local network and configured:

in /etc/hosts:

192.168.0.3    sionc.home.net

192.168.0.0    home.net

in rc.conf:

auto_ifconfig=yes

ifconfig_ne0="inet 192.168.0.224 netmask 255.255.255.0"



in resolv.conf:

domain home.net

#the DNS server in my lan

nameserver 192.168.1.3



And then tried sending a SIGHUP to inetd (I do not know if it must be done)



But I can reach any internet http address with a browser, not even after a
restart, did I miss something?