FreeBSD 7.0 beta networking support under VirtualBox 1.5.2?

Discussions about using non Windows and Linux guests such as FreeBSD, DOS, OS/2, OpenBSD, etc.
Post Reply
shassard
Posts: 5
Joined: 23. Oct 2007, 23:51

FreeBSD 7.0 beta networking support under VirtualBox 1.5.2?

Post by shassard »

Hi all,

I've been toying with the new FreeBSD 7.0 beta 1.5, and find that networking no longer seems to work under virtualbox.

The AMD pcnet NIC is properly detected, but no packets flow.

I'm not having any problems with FreeBSD 6.2 release, so it's definitely something with the 7.0 beta ..

Thanks,
Steve
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Post by Technologov »

shassard: If you're part of FreeBSD developing community, then it's better if you take action now, before final gets released.
shassard
Posts: 5
Joined: 23. Oct 2007, 23:51

Post by shassard »

I've filed a bug against FreeBSD 7 ..

http://www.freebsd.org/cgi/query-pr.cgi?pr=117681
shassard
Posts: 5
Joined: 23. Oct 2007, 23:51

Solved by forcing 10baseT/UTP

Post by shassard »

In another thread here it was documented that a workaround exists.

ifconfig pcn0 media 10baseT/UTP

That seems to do the trick getting the NIC to pass traffic properly.
obscure9
Posts: 4
Joined: 13. Dec 2007, 15:30
Location: Langbard

Post by obscure9 »

For automatic configuration of the if at startup:

Code: Select all

ifconfig_pcn0="media 10baseT/UTP"
in /etc/rc.conf
Post Reply