Networking isn't working bsdinstall

bsdinstall asks for network device.

I select my external realtek adapter.

It sees my wifi network. I enter my password and I'm in.

Then once installation finishes, I try to install packages. Nothing. I try pinging google, and 8.8.8.8. It fails. I can ping my router, that works.

But I cannot ping anything else.

Same thing happens if I select my internal wifi chip as the wifi interface device.

I got to get this working.
 
I can ping my router, that works.
Then the issue is very likely not with the FreeBSD host. If your network card (wired or wireless) wasn't working you wouldn't be able to ping your router.

That said, you might be missing a gateway address. So you can only ping hosts on the same network as you, nothing beyond it. Check netstat -rn and verify you have a good default gateway address.
 
Back
Top