Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:user-guide:network:ipv6:ipv6.softwire [2018/02/20 20:54] – ↷ Page moved from docs:user-guide:base-system:network:ipv6:ipv6.softwire to docs:user-guide:network:ipv6:ipv6.softwire bobafetthotmail | docs: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 | |
| - | You need to install | + | |
| ==== Configuration ==== | ==== Configuration ==== | ||
| + | <code bash> | ||
| + | # / | ||
| - | ''/ | ||
| - | < | ||
| config interface 6pe | config interface 6pe | ||
| option proto l2tp | option proto l2tp | ||
| Line 51: | Line 50: | ||
| </ | </ | ||
| - | :!: For the RC3 version of Barrier Breaker, you should use '' | + | If you need authentication at the L2TP level (before PPP): |
| - | See [[doc/uci/network# | + | <code bash> |
| + | # /etc/xl2tpd/ | ||
| - | If you need authentication at the L2TP level (before PPP), configure it in ''/ | ||
| - | < | ||
| * * my_l2tp_password | * * my_l2tp_password | ||
| </ | </ | ||
| - | At this point, rebooting or simply running '' | + | At this point, rebooting or simply running '' |
| + | To debug, look at the logs ('' | ||
| ===== Old setup for AA ===== | ===== Old setup for AA ===== | ||