[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Re: yet another networking question
- To: "Stephane Bortzmeyer" <stephane@xxxxxxxxxxx>
- From: "Scott D Hankin" <scott.hankin@xxxxxxxxx>
- Date: Sun, 2 Apr 2006 12:41:26 -0400
- Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>, mbjohn@xxxxxxxx
- Delivery-date: Sun, 02 Apr 2006 16:43:23 +0000
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=qn0mHR6faIQutDP87HP6dWFeaBB1aBYECyJK1DliLtkSbrguypaiosx5z00IeHSbL/QLo1CPhDtMcydcF7EkdIZsJTP11McyuxHdWnYV9+X8CL05DOQoIOtc6sjP1jysLr/injOUh38lGHq1cffAdtetUTdpZuWXLcl0MkMYL98=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
I had the same problem with my DomU networking - I could ping my nameserver, but not get names. I fixed it using the oft-quoted:
ethtook -K eth0 tx off
to turn off checksumming. Apparently that's broken in the current stable xen 3. Once I did that, name resolution worked.
On 4/1/06, Stephane Bortzmeyer <stephane@xxxxxxxxxxx> wrote:
On Thu, Mar 30, 2006 at 03:13:08PM -0500, mbjohn@xxxxxxxx <mbjohn@xxxxxxxx> wrote a message of 73 lines which said:
> I have tried several things. I thought that adding:
My personal and limited experience is that configuring IP addresses in /etc/xen configuration files is not reliable.
> GATEWAY=x.y.250.129
Is the gateway configured? ('route -n')
> 1) Name lookup does not work, from either my Dom0 or VM.
What is in /etc/resolv.conf? It should contain 'nameserver x.y.z.t' where x.y.z.t is obviously a willing nameserver.
> After that, I get a 'no route to host' error.
See above for the gateway. Try with 'traceroute -n
x.y.z.t' to see how far you go.
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
-- Scott ----------------------------- In the beginning, there was nothing, then God said, "Let there be light." And there was light. There was still nothing, but you could see it a lot better.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|