From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by speech.braille.uwo.ca (Postfix) with ESMTP id 378E210B10 for ; Mon, 18 May 2009 00:58:34 -0400 (EDT) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M5uvo-0000wj-GI for speakup@braille.uwo.ca; Mon, 18 May 2009 04:58:32 +0000 Received: from ppp118-208-253-13.lns10.mel6.internode.on.net ([118.208.253.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 May 2009 04:58:32 +0000 Received: from jason by ppp118-208-253-13.lns10.mel6.internode.on.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 May 2009 04:58:32 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: speakup@braille.uwo.ca From: Jason White Subject: Re: ot, configuring ipv6 routing to tap device Date: Mon, 18 May 2009 04:58:15 +0000 (UTC) Message-ID: References: <20090516201810.GA7055@localhost.localdomain> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ppp118-208-253-13.lns10.mel6.internode.on.net X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Originator: jason@jdc.jasonjgw.net (Jason White) Sender: news X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 04:58:34 -0000 Gregory Nowak wrote: >For the purposes of my post, let's say I'm using the 2001:db8::/32 >address space, though I am in fact using a routed address >space. Here's what I have, tap0 on the host is configured as >2001:db8::1/32, and eth0 inside the vm is configured as >2001:db8::2/32. If I use telnet from inside the vm to try to connect >to the host, my lan, or the world, I get network is unreachable. If I >run tcpdump on the tap0 interface on the host, I can see neighbor >solicitations going out from the vm, but tap0 is as far as those >packets go. Do you have tap0 configured in your /etc/radvd.conf file? If you want to send it out a router advertisement, you'll need to have radvd running and radvd.conf configured. The ip command is the one to use if you need to set up static routes - see the IPv6 HOWTO. You might also need to enable IPv6 forwarding in your kernel on the host system.