<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Luka Manojlovic &#187; hyper-v installing freebsd</title>
	<atom:link href="http://luka.manojlovic.net/tag/hyper-v-installing-freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Sun, 18 Dec 2011 14:19:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FreeBSD in Hyper-V &#8211; WORKS!!!</title>
		<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/</link>
		<comments>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 21:13:59 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[MS Windows server]]></category>
		<category><![CDATA[Windows server 2008]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[hyper-v freebsd]]></category>
		<category><![CDATA[hyper-v installing freebsd]]></category>
		<category><![CDATA[hyper-v linux]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/</guid>
		<description><![CDATA[I am so happy &#8211; I managed to make it work&#8230; 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 [...]]]></description>
			<content:encoded><![CDATA[<p>I am so happy &#8211; I managed to make it work&#8230;<br />
What we need to make FreeBSD run on Hyper-V:</p>
<p>- download FreeBSD ISO image from:<br />
<a target="_blank" href="ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200806">ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200806<br />
</a>Download this ISO image:<br />
<strong>7.0-STABLE-200806-i386-disc1.iso</strong></p>
<p>- create new Virtual Machine using Hyper-V<br />
- <strong>remove</strong> default network card that is added by wizard<br />
- add hardware and chose <strong>Legacy network adapter<br />
</strong>- start the machine and &#8220;mount&#8221; ISO image to start booting FreeBSD&#8230;<br />
- install it with parameters you want&#8230;</p>
<p>- **** <strong>NETWORK PROBLEMS</strong> **** Even if you are runing DHCP server on your network your FreeBSD machine <strong>will not get IP</strong> from your DHCP server (my machine did not) so I used <strong>ifconfig</strong> to add <strong>IP</strong> and <strong>gateway</strong> this way:</p>
<p>ifconfig de0 10.70.60.201 &#8211; this is IP in my subnet you should use one of your free IP&#8217;s<br />
ifconfig de0 down<br />
ifconfig de0 up</p>
<p>You can now chec status of your IP with:<br />
ifconfig</p>
<p>Ok, now we need a gateway to get to the internet:<br />
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)&#8230;</p>
<p>try to ping an public IP address to see it is working&#8230; As you can see in my screenshots it works for me. <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a target="_blank" href="http://store.manojlovic.net/articles/FreeBSD%20on%20Hyper-V.docx">FreeBSD on Hyper-V [docx]</a><br />
<a target="_blank" href="http://store.manojlovic.net/articles/FreeBSD%20on%20Hyper-V.pdf">FreeBSD on Hyper-V [pdf]</a></p>
<p>*** There is still one problem unsolved for now&#8230; If you try to reboot Free BSD, Hyper-V does not Turn off the machine &#8230; I am trying to solve that with some <a href="http://nejc.skoberne.net">Nejc</a> tricks <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

