Posted
by
Bink on
on July 11 2008, 1:50 PM
with no comments
Luka Tech Blog: What we need to make FreeBSD run on Hyper-V:
- download FreeBSD ISO image from:ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200806
Download this ISO image: 7.0-STABLE-200806-i386-disc1.iso
- create new Virtual Machine using Hyper-V
- remove default network card that is added by wizard
- add hardware and chose Legacy network adapter
- start the machine and “mount” ISO image to start booting FreeBSD…
- install it with parameters you want…
- **** NETWORK PROBLEMS **** Even if you are runing DHCP server on your network your FreeBSD machine will not get IP from your DHCP server (my machine did not) so I used ifconfig to add IP and gateway this way:
ifconfig de0 10.70.60.201 - this is IP in my subnet you should use one of your free IP’s
ifconfig de0 down
ifconfig de0 up
You can now chec status of your IP with:
ifconfig
Ok, now we need a gateway to get to the internet:
route add 0.0.0.0 10.70.60.1 This will add your default gateway (for example my gateway is 10.70.60.1)…
try to ping an public IP address to see it is working…
Continue at source, screenshots too!
7197 Views