packages/ipv6/6scripts/files/6tunnel.conf
florian 0ce45ff4ec [package] configure the IPv6 from /etc/config/network and remove 6scripts's prefix option to set an IPv6 address on the LAN (#5450)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05 11:17:49 +00:00

17 lines
520 B
Plaintext

config 6tunnel
option tnlifname 'sixbone'
# provide your tunnel providers' ipv4 address
option remoteip4 ''
# provide your public ipv4 address
option localip4 ''
# provide your local ipv6 address including prefix,
# eg. 2001:610::2/64
option localip6 ''
# provide your tunnel providers' ipv6 address excluding
# prefix, eg. 2001:610::1
option remoteip6 ''
# this should provide an mtu for your tunnel interface
option mtu '1280'
# this should provide a ttl for your tunnel interface
option ttl '64'