Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2005 09:13:53 -0500
From:      "Fafa Diliha Romanova" <fteg@london.com>
To:        questions@freebsd.org
Subject:   Trying to turn ipv6.sh into rc.conf directives ...
Message-ID:  <20050313141353.B9BB34BE6D@ws1-1.us4.outblaze.com>

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

I'm trying to centralize my system by placing as much as possible
into rc.conf. I also think it looks prettier that way.

These settings were given to me by BTExact:

     ifconfig gif create
     ifconfig gif0 inet 213.188.174.11 213.121.24.85
     ifconfig gif0 inet6 2001:614:365::d5bb:b546 prefixlen 128
     route add -inet6 default 'fe80::%gif0'
     ifconfig lnc0 inet6 2001:614:365:6ad9:: prefixlen 64
     sysctl -w net.inet6.ip6.forwarding=3D1
     /usr/sbin/rtadvd lnc0

So far I've converted them to this:

     ipv6_enable=3D"YES"
     ipv6_gateway_enable=3D"YES"
     ipv6_network_interfaces=3D"gif0"
     ipv6_defaultrouter=3D"2001:614:365::"
     ipv6_network_interfaces=3D"gif0 lnc0"
     ipv6_ifconfig_gif0=3D"inet 213.188.174.11 213.121.24.85"
     ipv6_ifconfig_gif0=3D"inet6 2001:614:365::d5bb:b546 prefixlen 128"
     ipv6_ifconfig_lnc0=3D"inet6 2001:614:365:6ad9:: prefixlen 64"
     ipv6_network_interfaces=3D"gif0 lnc0"
     ipv6_firewall_enable=3D"YES"
     ipv6_firewall_type=3D"open"
     rtadvd_enable=3D"YES"
     rtadvd_interfaces=3D"lnc0"

Does that look alright to you IPv6 gurus?
Will I now be able to reboot with a fully functional IPv6 connection?

Thank you,
-- Fafa

--=20
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm



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