Hi all, first-time poster and freebsd noob here, just installed my first system and am having some difficulties.
When booting up the network is not automatically enabled. In fact the network interface seems to be down with ifconfig showing status: no carrier. By manually doing
The next issue is that name resolving doesn't work. I added both my router which supports name lookups to /etc/resolv.conf and also verified that it can do name lookups by issuing
Thanks for any help!
When booting up the network is not automatically enabled. In fact the network interface seems to be down with ifconfig showing status: no carrier. By manually doing
ifconfig ix0 up
it is enabled and then dhclient ix0
will give me access to the network. How can I set it up so that I don't have to do this across reboots?The next issue is that name resolving doesn't work. I added both my router which supports name lookups to /etc/resolv.conf and also verified that it can do name lookups by issuing
drill google.com @192.168.1.1
, but trying to run ping google.com
will result in 'ping: cannot resolve google.com: Host name lookup failure'Thanks for any help!