DEVICE="ppp0"
BOOTPROTO="none"
ONBOOT="no"

IPV6INIT="yes"

IPV6FORWARDING="yes"

IPV6TO4INIT="yes"
#IPV6TO4_IPV4ADDR="62.155.142.69"

#IPV6TO4_RELAY="194.95.108.191"	# 6to4.ipv6.fh-regensburg.de 2002:c25f:6cbf:1::1
#IPV6TO4_RELAY="193.113.58.75"	# 6to4.ipv6.bt.com
#IPV6TO4_RELAY="2002:c058:6301::"        # See RFC-3068. This is an anycast address for the closest relay router (IPv6 address is currently not supported by standard Linux kernel [e.g. RHL 2.4.9-13])
IPV6TO4_RELAY="192.88.99.1"             # See RFC-3068. This is an anycast address for the closest relay router

#IPV6TO4_ROUTING="eth0-:f101::0/64 eth1-:f102::0/64"
IPV6TO4_ROUTING="eth0-:f101::0/64"

IPV6_CONTROL_RADVD="yes"
IPV6_RADVD_PIDFILE="/var/run/radvd/radvd.pid"

