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 | ||
| zh:docs:guide-user:services:vpn:openvpn:basic [2020/10/11 10:53] – [Troubleshooting] busybox doesn't seem to support type unicast filter vgaetera | zh:docs:guide-user:services:vpn:openvpn:basic [2022/10/27 18:36] – [Troubleshooting] OpenWrt 22.03 update vgaetera | ||
|---|---|---|---|
| Line 129: | Line 129: | ||
| <code bash> | <code bash> | ||
| - | # Fetch IP address | + | # Fetch WAN IP address |
| source / | source / | ||
| network_find_wan NET_IF | network_find_wan NET_IF | ||
| Line 195: | Line 195: | ||
| 确保在客户端一侧没有DNS leak。 | 确保在客户端一侧没有DNS leak。 | ||
| - | Delegate a public IPv6 prefix to VPN6 network to use IPv6 by default. | + | Delegate a public IPv6 prefix to the IPv6 VPN network to use IPv6 by default. |
| ===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
| Line 210: | Line 210: | ||
| pgrep -f -a openvpn | pgrep -f -a openvpn | ||
| ip address show; ip route show table all | ip address show; ip route show table all | ||
| - | ip rule show; ip -6 rule show; iptables-save; | + | ip rule show; ip -6 rule show; nft list ruleset |
| # Persistent configuration | # Persistent configuration | ||