Hi all, I am trying to install FreeBSD in a Windows 7 virtual machine on a laptop. The idea is to use the install to run Apache and mod_python plus a few other things and to mirror what my real webserver looks like, so I can develop web pages. I'll set up a Samba share such that I can edit the pages in Windows and FreeBSD will be able to instantly see changes.
The issue is with networking. If I have my laptop connected to a wireless router, the FreeBSD installer cannot get networking info via DHCP, and cannot install via the network. I gather that trying to configure WPA2 in order to do an install over the network is not an easy task. If I plug in the computer to a wired ethernet, then DHCP works OK, but since I rarely do this, the FreeBSD install will lose this connection once it is disconnected.
I also tried setting the VM networking option to NAT, and still could not get DHCP working. My guess is that this is the right way to do it, and that it is a matter of some settings in the "Extra Options to ifconfig" screen. The detected ethernet driver says
Any suggestions on how to proceed? The only computer that needs to access this install will be the laptop it is running on, and this laptop rarely leaves this network.
Thanks!
The issue is with networking. If I have my laptop connected to a wireless router, the FreeBSD installer cannot get networking info via DHCP, and cannot install via the network. I gather that trying to configure WPA2 in order to do an install over the network is not an easy task. If I plug in the computer to a wired ethernet, then DHCP works OK, but since I rarely do this, the FreeBSD install will lose this connection once it is disconnected.
I also tried setting the VM networking option to NAT, and still could not get DHCP working. My guess is that this is the right way to do it, and that it is a matter of some settings in the "Extra Options to ifconfig" screen. The detected ethernet driver says
Code:
de0 DEC DE435 PCI NIC or other DC21040-AA based card
Any suggestions on how to proceed? The only computer that needs to access this install will be the laptop it is running on, and this laptop rarely leaves this network.
Thanks!