Hi all<br>
<br>
I upgraded my FC4 installation to FC5, and now I have the following problem:<br>
<br>
[rasmus@rasmus ~]# wget <a href="http://www.redhat.com">www.redhat.com</a><br>
--14:23:43--&nbsp; <a href="http://www.redhat.com/">http://www.redhat.com/</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; `index.html.2'<br>
Resolving www.redhat.com... failed: No such file or directory.<br>
<br>
But if I disable ipv6 in wget, all works fine:<br>
<br>
[rasmus@rasmus ~]$ wget --inet4-only <a href="http://www.redhat.com">www.redhat.com</a><br>
--14:25:22--&nbsp; <a href="http://www.redhat.com/">http://www.redhat.com/</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; `index.html.2'<br>
Resolving www.redhat.com... <a href="http://209.132.177.50">209.132.177.50</a><br>
Connecting to www.redhat.com|209.132.177.50|:80... connected.<br>
HTTP request sent, awaiting response... 200 OK<br>
Length: 13,734 (13K) [text/html]<br>
<br>
100%[====================================&gt;] 13,734&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40.04K/s<br>
<br>
14:25:22 (39.95 KB/s) - `index.html.2' saved [13734/13734]<br>
<br>
<br>
I have the same problem with yum, but I don't know how to turn off ipv6 in yum... Firefox, Evolution and Gaim works just fine.<br>
<br>
Help anyone???<br>
<br>
Cheers Rasmus Friis Kjeldsen<br>
<br>
<br>