# This is an example for an IPv6 ready ppp connection (client side)
#  IPv6 address is statically assigned, IPv6 default route is statically set

DEVICE="ppp2"
ONBOOT="no"
DEMAND="no"
MODEMPORT="/dev/ttyS4"
LINESPEED="115200"
DEBUG="yes"
PAPNAME="yourPPPaccount"
PPPOPTIONS="debug nomp ipcp-accept-local ipcp-accept-remote ipv6cp-accept-local +ipv6 ipv6cp-use-ipaddr"

IPV6ADDR="3ffe:400:100:f10f::3/64"
IPV6INIT="yes"
IPV6_DEFAULTDEV="ppp2" # if set on an interface, default route will be setup on configuration (e.g. for PPP)
