HP-UX IPv6 Transport Administrator's Guide for TOUR 1.0
Configuration
Manual Configuration
Chapter 320
#example begins
defaults {
AdvSendAdvertisement on ;
};
interface lan0 {
prefixinfo 2008:65::/64 {
};
};
#example ends
For more examples, refer to the rtradvd.conf(4) man page.
• Edit the /etc/rc.config.d/netconf-ipv6 file to enable rtradvd to
start up at boot. Also,clear the “private” interface flag (-private), on
the appropriate interface(s) to enable forwarding. [Note: when the
“private” flag is set (private), which it is by default, forwarding on
the interface is disabled.] For more information, refer to the relevant
commented text in the /etc/rc.config.d/netconf-ipv6 file that is
included with HP-UX 11i IPv6 bundled as part of TOUR 1.0.
A sample netconf-ipv6 file entry, which clears the private flag and
enables rtradvd, is as follows:
IPV6_INTERFACE[0]=”lan0”
IPV6_INTERFACE_STATE[0]=”up”
IPV6_INTERFACE_FLAG[0]= “-private”
#
#
RTRADVD=1
Activating netconf-ipv6 file Configuration
You can activate the netconf-ipv6 configuration in one of the following
ways:
• By rebooting the system.
HP recommends rebooting your system to activate any changes you