Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2008 01:42:54 GMT
From:      Paul Hoffman <phoffman@proper.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/122320: Need to use ipv6_enable="YES" even when it is obvious
Message-ID:  <200804010142.m311gsEZ055941@www.freebsd.org>
Resent-Message-ID: <200804010150.m311o1KY060502@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122320
>Category:       misc
>Synopsis:       Need to use ipv6_enable="YES" even when it is obvious
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 01 01:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Paul Hoffman
>Release:        7.0-RELEASE
>Organization:
self
>Environment:
FreeBSD justv6.proper.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
/etc/rc.conf has:
ipv6_network_interfaces="sis0"
ifconfig_sis0="inet6 2001:470:8095::2 prefixlen 48"
ipv6_defaultrouter="2001:470:8095::1"

ifconfig shows the right IPv6 address, and the box can ping 2001:470:8095::1. However, it can't get anywhere off the local network. 'netstat -r' shows that there is no default route, even though the ipv6_defaultrouter was specified.

Adding:
ipv6_enable="YES"
fixed the problem. There seems to be some ipv6ish things that require that line, while lots of other ipv6ish stuff doesn't.
>How-To-Repeat:

>Fix:
For the user:
ipv6_enable="YES"

For the OS: not sure. Maybe don't require that if you see other IPv6ish things such as ifconfigs and ipv6_defaultrouter.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804010142.m311gsEZ055941>