Hello and thanks in advance!
I had FreeBSD working perfectly as a VM w/ Ubuntu host. This evening I fired it up and went online. All seemed fine, I logged out and back into Gnome GUI and no network. I tried checking rc.conf and dhclient.conf and both seemed fine. Rebooted and no network. Checked ifconfig and saw
. On startup I can see the network setting up and emo has an ethernet address but I can't catch it. Dmesg shows no errors and em0 looks fine. AS root I tried to reset
and get errors. Here are screenshots that show what I've looked at:
And my commands:
When I first installed FreeBSD I entered as root
and as you can see that command no longer works.
I VirtualBox I had set networking to Bridge, which worked when NAT did not. That actually solved a previous but much simpler networking issue and just making that change did the fix.
Now I'm totally stuck and can find nothing re: the "ifconfig" result of "em0 status: no carrier.
So the whole machine was configured in VBox so perhaps that is the problem? When I create the conf. file for dhclient I add
but that gives me syntax errors or
. When I run
I get nothing and the file is empty.
Can anyone help? I've been at this for 5 hours and gotten nowhere.
Many thanks!
I had FreeBSD working perfectly as a VM w/ Ubuntu host. This evening I fired it up and went online. All seemed fine, I logged out and back into Gnome GUI and no network. I tried checking rc.conf and dhclient.conf and both seemed fine. Rebooted and no network. Checked ifconfig and saw
Code:
emo: no carrier
Code:
dhclient emo
And my commands:
When I first installed FreeBSD I entered as root
Code:
dhclient em0
I VirtualBox I had set networking to Bridge, which worked when NAT did not. That actually solved a previous but much simpler networking issue and just making that change did the fix.
Now I'm totally stuck and can find nothing re: the "ifconfig" result of "em0 status: no carrier.
So the whole machine was configured in VBox so perhaps that is the problem? When I create the conf. file for dhclient I add
Code:
interface="em0"
Code:
em0: no link......giving up
Code:
less dhclient
Can anyone help? I've been at this for 5 hours and gotten nowhere.
Many thanks!