Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
doc:howto:ipv6.softwire [2015/05/31 12:11] – old revision restored (2015/05/30 20:57) jowdocs:guide-user:network:ipv6:ipv6.softwire [2021/11/15 12:53] – [Configuration] update vgaetera
Line 1: Line 1:
-====== IPv6 on softwire ======+====== IPv6 on L2TP softwire ======
  
 This page documents how to configure IPv6 over a L2TP softwire, which is a method used by some ISP to provide IPv6 connectivity. It assumes Barrier Breaker (OpenWRT 14.07), but the old configuration for Attitude Adjustment (12.09) is available at the end of the page. This page documents how to configure IPv6 over a L2TP softwire, which is a method used by some ISP to provide IPv6 connectivity. It assumes Barrier Breaker (OpenWRT 14.07), but the old configuration for Attitude Adjustment (12.09) is available at the end of the page.
Line 31: Line 31:
  
 ==== Requirements ==== ==== Requirements ====
- +You need to install [[packages:pkgdata:xl2tpd]], which will handle the L2TP tunnel and PPP session.
-You need to install ''xl2tpd'', which will handle the L2TP tunnel and PPP session.+
  
 ==== Configuration ==== ==== Configuration ====
 +<code bash>
 +# /etc/config/network
  
-''/etc/config/network'' 
-<code> 
 config interface 6pe config interface 6pe
         option proto l2tp         option proto l2tp
Line 51: Line 50:
 </code> </code>
  
-:!: For the RC3 version of Barrier Breaker, you should use ''proto l2tpv2'' instead.+If you need authentication at the L2TP level (before PPP):
  
-See [[doc/uci/network#protocol.l2tp.ppp.over.l2tp.pseudowire.tunnel]] for more options.+<code bash> 
 +/etc/xl2tpd/xl2tp-secrets
  
-If you need authentication at the L2TP level (before PPP), configure it in ''/etc/xl2tpd/xl2tp-secrets'': 
-<code> 
 * * my_l2tp_password * * my_l2tp_password
 </code> </code>
  
-At this point, rebooting or simply running ''ifup wan6'' should give you a fully working IPv6 setup.  To debug, look at the logs (''logread'') and the interfaces status (''ifstatus 6pe'' and ''ifstatus wan6'').+At this point, rebooting or simply running ''ifup wan6'' should give you a fully working IPv6 setup. 
 +To debug, look at the logs (''logread'') and the interfaces status (''ifstatus 6pe'' and ''ifstatus wan6'').
  
 ===== Old setup for AA ===== ===== Old setup for AA =====
  • Last modified: 2021/11/15 13:05
  • by vgaetera