Hello,<br>using F12 x86_64 + rawvirt repo I&#39;m experiencing this kind of problem inside a vm.<br>vm is a rh el 5.5 x86 os<br>vm has defined default virtual network (nat; tried also creating a new virtuial network nat-to-eth0; I only have eth0 on my host)<br>
vm with virtio network card defined (tried also with rtl8139 model)<br><br>during boot of vm in linux: prompt I type:<br>linus ks=<a href="http://192.168.122.1/ks.cfg">http://192.168.122.1/ks.cfg</a><br><br>I can see in messages of host (and in console 3 of guest) that it gets an ip, but then I get error about unable to retrieve ks file...<br>
<br>on the host where I have httpd running if I run: <br>links <a href="http://192.168.122.1/ks.cfg">http://192.168.122.1/ks.cfg</a> <br>it succeeds<br><br>I can see dnsmasq process for both default virbr0 and the other one (bounded to 192.168.101.x network, and accordingly changing the ks line in guest of my attempt)<br>
<br>Tried both to use NetworkManager and standard network init script to manage my network card at host side but with the same results...<br><br>I tried both of them because when vnet started I got an error from NetworkManger in messages about &quot;unknown device (or dirver), ignoring...&quot; so I presumed it was part of the problem...<br>
<br>About network card definition in guest: when I try rtl8139 model, I first delete the other one and then create a new one, so the guest has always only one network card defined.<br>I noticed that with virtio model in guest I have a &quot;no link&quot; message in console 3 but AFTER it successfully got an ip via dhcp by dnsmaq related process..<br>
Instead with rtl8139 I get the link up also after the dhcp get of ip, but the same way I get the error about not being able to get the kickstart file....<br><br>Did I miss anything? I seem to remember in the past I was able to do 
so...<br><br>Thanks in advance<br>Gianluca<br><br><br>