d334338f84c9ab1ec2aecd71b5ffb6ac444c7c3c
[packages.git] / ipv6 / 6scripts / files / 6tunnel.conf
1 config 6tunnel
2         option tnlifname        'sixbone'
3         # provide your tunnel providers' ipv4 address
4         option remoteip4        ''
5         # provide your public ipv4 address
6         option localip4         ''
7         # provide your local ipv6 address including prefix, 
8         # eg. 2001:610::2/64
9         option localip6         ''
10         # provide your tunnel providers' ipv6 address excluding 
11         # prefix, eg. 2001:610::1
12         option remoteip6        ''
13         # this should provide an mtu for your tunnel interface
14         option mtu              '1280'
15         # this should provide a ttl for your tunnel interface
16         option ttl              '64'