linux_network
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux_network [2017/01/21 10:29] – felixonmars | linux_network [2018/11/07 16:34] (current) – felixonmars | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== IPv6 Tunnelbroker with systemd-networkd ==== | ||
| + | < | ||
| + | # cat > / | ||
| + | [Match] | ||
| + | |||
| + | [NetDev] | ||
| + | Name=he-ipv6 | ||
| + | Kind=sit | ||
| + | MTUBytes=1480 | ||
| + | |||
| + | [Tunnel] | ||
| + | Local=< | ||
| + | Remote=< | ||
| + | TTL=255 | ||
| + | EOF | ||
| + | |||
| + | # cat > / | ||
| + | [Match] | ||
| + | Name=he-ipv6 | ||
| + | |||
| + | [Network] | ||
| + | Address=2001: | ||
| + | Gateway=2001: | ||
| + | EOF | ||
| + | |||
| + | # sed -i '/ | ||
| + | </ | ||
| + | |||
| + | Add another Address= line for your routed /64. | ||
| + | |||
| ==== Use BBR ==== | ==== Use BBR ==== | ||
| < | < | ||
| Line 6: | Line 36: | ||
| To install latest kernel on Xenial: [[linux# | To install latest kernel on Xenial: [[linux# | ||
| + | |||
| + | ==== More Tolerant ICMP Ratelimit ==== | ||
| + | < | ||
| + | echo -e " | ||
| + | sysctl -p | ||
| + | </ | ||
| ==== / | ==== / | ||
linux_network.1484994585.txt.gz · Last modified: 2017/01/21 10:29 by felixonmars
