From: "Robert" <[EMAIL PROTECTED]>

> I'm trying to set up rc.conf, so that a particular ipv6 set up to get this.
> inet6 2002:cb01:6005:2::1 
> 
> instead of this
> 
> inet6 2002:cb01:6005::1

You can set a static ipv6 address to a specific interface using:

ipv6_ifconfig_IFNAME_aliasX="2002:cb01:6005:2::1"

where, IFNAME is the interface name you want to set up (ex. xl0, fxp0,
rl0, ...) and X is a sequence number of alias definitions.

If you want to set SLA for the stf interface, use following:

stf_interface_ipv6_slaid="XXXX"

where XXXX is the SLA ID you want to set.

---
Keiichi SHIMA
IIJ Research Laboratory <[EMAIL PROTECTED]>
KAME Project <[EMAIL PROTECTED]>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to