From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 11:39:20 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1037916A4B3 for ; Fri, 24 Oct 2003 11:39:20 -0700 (PDT) Received: from webacct.nt.cetlink.net (webacct.nt.cetlink.net [216.189.7.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B8D643FDF for ; Fri, 24 Oct 2003 11:39:19 -0700 (PDT) (envelope-from jeff@cetlink.net) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Fri, 24 Oct 2003 14:39:18 -0400 Message-ID: <32EEB28BC317EE4AB4A00685BA7266A301ADD995@webacct.nt.cetlink.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: IPV6 help needed Thread-Index: AcOaXiHvDIMnlxxmSQ6WIbkL5N2RAQ== From: "Jeffrey Wheat" To: Subject: IPV6 help needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 18:39:20 -0000 Hi all. I am trying to get an ipv6 network setup and I am running into snags. I have=20 2 server and a cisco router. The servers that get their addresses via nd prefix=20 advertisements from the router. The two servers can ping each other but not the router. I suspect it is something simple as the servers are seeing the router to get their addresses. My network is native ipv6. From the router I can get to the outside world. All help is very much appreciated. TIA, Jeff My configs are as such: router: ! ipv6 unicast-routing ! interface fastethernet0 ipv6 address 2001:530:DEAD::/64 eui-64 ipv6 nd prefix 2001:530:DEAD::/64 servers: rc.conf: ipv6_enable=3D"YES" ifconfig -a output: (first server) inet6 fe80::202:b3ff:fe10:ee05%fxp0 prefixlen 64 scopeid 0x1 inet6 2001:530:dead:0:202:b3ff:fe10:ee05 prefixlen 64 autoconf ifconfig -a output: (second server) inet6 fe80::2a0:c9ff:fea2:6ec5%fxp0 prefixlen 64 scopeid 0x1 inet6 2001:530:dead:0:2a0:c9ff:fea2:6ec5 prefixlen 64 autoconf ping results: % ping6 2001:530:dead:0:202:b3ff:fe10:ee05 PING6(56=3D40+8+8 bytes) 2001:530:dead:0:202:b3ff:fe10:ee05 --> = 2001:530:dead:0:202:b3ff:fe10:ee05 16 bytes from 2001:530:dead:0:202:b3ff:fe10:ee05, icmp_seq=3D0 hlim=3D64 = time=3D0.079 ms 16 bytes from 2001:530:dead:0:202:b3ff:fe10:ee05, icmp_seq=3D1 hlim=3D64 = time=3D0.071 ms 16 bytes from 2001:530:dead:0:202:b3ff:fe10:ee05, icmp_seq=3D2 hlim=3D64 = time=3D0.164 ms router trace: rhsc-7206#traceroute ipv6 www4.us.freebsd.org Type escape sequence to abort. Tracing the route to freebsd.n.flirble.org (2001:6F8:0:102::1000:1) 1 2001:530:1:1::9 0 msec 0 msec 0 msec 2 2001:470:1FFF:2::20 84 msec 84 msec 84 msec 3 fe0-0-2-0.gr0.bwnyc.us.easynet.net (2001:458:26:2::580) 452 msec 452 = msec 452 msec 4 so0-1-1-0.gr0.hsnyc.us.easynet.net (2001:6F8::18:11:1) 456 msec 456 = msec 452 msec 5 fe0-1-0.gr3.hsnyc.us.easynet.net (2001:6F8:0:101::3) 476 msec 456 = msec 460 msec 6 freebsd.n.flirble.org (2001:6F8:0:102::1000:1) 456 msec 456 msec 456 = msec --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.529 / Virus Database: 324 - Release Date: 10/16/2003 =20