I have an uml machine in which I do:
ip -6 addr add 2001:a:b::1/64 dev eth0
then on the host machine I do:
(tap0 is connected to uml eth0 with a of uml_switch-like software)
ip -6 addr add 2001:a:b::2/64 dev tap0
then
ping6 2001:a:b::2 from within the uml works
ping6 2001:a:b::1 from
On Mon, Feb 11, 2008 at 12:04:27AM -0500, Matt Dunford wrote:
> I'd like to play with ipv6 on my guest UMLs. I have a native /64 from
> my ISP. Setting up IPv4 is pretty straight forward. On the host
> server:
>
> echo 1 > /proc/sys/net/ipv4/ip_forward
> route add -host 192.168.0.253 de
Hi All,
I'd like to play with ipv6 on my guest UMLs. I have a native /64 from
my ISP. Setting up IPv4 is pretty straight forward. On the host
server:
echo 1 > /proc/sys/net/ipv4/ip_forward
route add -host 192.168.0.253 dev tap0
echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp
ar