linux_network
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux_network [2017/01/05 06:38] – created 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 ==== | ||
| + | < | ||
| + | echo -e " | ||
| + | sysctl -p | ||
| + | </ | ||
| + | |||
| + | To install latest kernel on Xenial: [[linux# | ||
| + | |||
| + | ==== More Tolerant ICMP Ratelimit ==== | ||
| + | < | ||
| + | echo -e " | ||
| + | sysctl -p | ||
| + | </ | ||
| + | |||
| ==== / | ==== / | ||
| < | < | ||
linux_network.1483598291.txt.gz · Last modified: 2017/01/05 06:38 by felixonmars
