[6bone] IPv6 configuration in FreeBSD

Janine C.Buorditez johann@broadpark.no
Tue, 7 Jan 2003 12:06:56 +0100


(follow-up from previous mail)

Hello again.

Are these settings in rc.conf correct?

# IPv4 NETWORK CONFIGURATION
#
defaultrouter="10.0.0.1"
hostname="ninja.terrabionic.com"
ifconfig_lnc0="10.0.0.2"
ifconfig_ep0="192.168.187.1"

There should be no ifconfig_lnc0="inet6 3ffe..?

# IPv6 NETWORK CONFIGURATION
#
ipv6_enable="NO"
ipv6_gateway_enable="YES"
ipv6_firewall_enable="YES"
ipv6_firewall_type="open"
ipv6_static_routes="default"
ipv6_route_default="default -interface gif0"
ipv6_network_interfaces="auto"
ipv6_prefix_lnc0="3ffe:4008:1b::1200"
gif_interfaces="gif0"               
gifconfig_gif0="192.168.187.1 192.16.124.2"
rtadvd_enable="YES"                 
rtadvd_interfaces="ep0"

Here is rtadvd.conf:

ep0:\
   :addrs#1:\
   :addr="3ffe:4008:1b::1210":prefixlen#128:tc=ether:

If anything is wrong or unnecessary, please let me know.

On Fri, 3 Jan 2003 16:31:14 -0800
Andreas Ott <andreas@naund.org> wrote:

> Hi,
> On Fri, Jan 03, 2003 at 07:43:57PM +0100, Janine C.Buorditez wrote:
> > 
> > Hello.
> > 
> > I was just wondering whether someone could take a look at my config files
> > available at http://www.terrabionic.com/ipv6 and tell me where I lost track.
> > 
> > When I connect to IRC f:ex, the end prefix ::1200 (as in my configuration
> hrm, I'm not sure what the nature of your problem is.
> 
> > files) doesn't exist. Also, the reverse doesn't work.
> 
> Have you checked the syslog files for messages of the named startup?
> Usually bind9 is pretty good about telling you which line of which config
> file has a syntax error or other inconsistencies.
> 
> e.g.
> Aug 15 01:12:03 XYZABC.net /kernel: Aug 15 01:12:03 host1 named[23610]: In 'myfile.conf' line 10
> Aug 15 01:12:03 XYZABC.net named[23610]: included from '/etc/namedb/named.conf
> ' line 113
> Aug 15 01:12:03 XYZABC.net /kernel: Aug 15 01:12:03 host1 named[23610]: included
>  from '/etc/namedb/named.conf' line 113
> Aug 15 01:12:03 XYZABC.net named[23610]: myfile.conf:10: unknown ACL 'standard'
> Aug 15 01:12:03 XYZABC.net /kernel: Aug 15 01:12:03 host1 named[23610]: myfile.conf:10: unknown ACL 'standard'
> 
> Stop the named and restart it (no reload for debugging), and watch that
> it loads the zone according to messages in 
> 
> next, try to fix this...
> 
> 1200.0.0.0.0.0.0.0.0.0.0.0	IN PTR	ninja6.terrabionic.com.
> 
> into
> 0.0.2.1.0.0.0.0.0.0.0.0.0.0.0	IN PTR .............
> 
> all bits are reversed :). And make sure that you have 32 nibbles (add up
> the specific ones plus the $ORIGIN)
> 
> Let me know if you need further help.
> -andreas
> -- 
> Andreas Ott                            andreas@naund.org