Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 16:24:27 +0200
From:      Max Laier <max@love2party.net>
To:        freebsd-net@freebsd.org
Cc:        Steve Bertrand <iaccounts@ibctech.ca>
Subject:   Re: Dual stack with multiple addresses in rc.conf
Message-ID:  <200805271624.27922.max@love2party.net>
In-Reply-To: <483C169D.7030304@ibctech.ca>
References:  <483C169D.7030304@ibctech.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 27 May 2008 16:11:41 Steve Bertrand wrote:
> Hi all,
>
> I'm having a difficult time sorting out how to have all my required IP
> addresses (and gateways) configured correctly on boot up via rc.conf.
>
> I've tried all manner of methods using aliases etc, but somehow or
> another, the machine fails to configure all of the addresses correctly,
> and it never configures the IPv6 defaultrouter in the routing table. I
> must stand by the console of the machine if it needs to be rebooted so
> I can manually configure the addresses/routes that do not set
> themselves up correctly.
>
> Can someone please advise me on the proper configuration as it should
> be in rc.conf for the following addresses? All of the addresses need to
> be configured on a single interface (fxp0):
>
> ifconfig_fxp0=3D"inet6 2607:f118::b6 prefixlen 64"
> ifconfig_fxp0_alias0=3D"inet6 2607:f118::b7 prefixlen 64"
> ifconfig_fxp0=3D"inet 208.70.104.210 255.255.255.248"
> ifconfig_fxp0_alias1=3D"inet 208.70.104.211 netmask 255.255.255.255"
>
> defaultrouter=3D"208.70.104.209"
> ipv6_defaultrouter=3D"2607:f118::1"

=46rom rc.conf(5):

            Instead of setting the ifconfig variables as
            ifconfig_<interface> they should be set as
            ipv6_ifconfig_<interface>.  Aliases should be set as
            ipv6_ifconfig_<interface>_alias<n>.

The default router should fall into place once you have an interface that=20
is able to contact it - otherwise route will refuse to add.

> Regards,
>
> Steve
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"



=2D-=20
/"\  Best regards,                      | mlaier@freebsd.org
\ /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | mlaier@EFnet
/ \  ASCII Ribbon Campaign              | Against HTML Mail and News



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