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
docs:guide-user:network:ipv6:ipv6.softwire [2021/03/09 11:02] – [IPv6 on softwire] title vgaeteradocs:guide-user:network:ipv6:ipv6.softwire [2021/11/15 12:53] – [Configuration] update vgaetera
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