Date: Fri, 24 Aug 2001 05:35:19 +0900 From: itojun@iijlab.net To: Anastasia Leventi-Peetz <leventi@fgan.de> Cc: net@FreeBSD.ORG Message-ID: <27407.998598919@itojun.org> In-Reply-To: leventi's message of Thu, 23 Aug 2001 16:42:28 %2B0200. <200108231442.f7NEgSf02282@melle.fkie.fgan.de>
next in thread | previous in thread | raw e-mail | index | archive | help
>thank you for writing! >My problem is that, when trying a tunnel between a Linux box to the >FreeBSD box, in the Linux routing table, the nexthop address >is fe80::8007:54. (here 8007:54 is in hexadecimal the IPv4 address of the >FreeBSD box -or sit1 for Linux (endpoint of the tunnel). >This is not a compatible address as you say, but is it possible to have >this address on the FreeBSD box. I think its necessary for the tunnel. it shouldn't really matter. but if you really care, remove fe80::<whatever> you have and then add the new one. # ifconfig gif0 up # ifconfig gif0 inet6 fe80::<whatever> -alias # ifconfig gif0 inet6 fe80::8007:54 prefixlen 64 alias itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?27407.998598919>