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/08 13:12] – ↷ Links adapted because of a move operation tmomas | 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 209: | Line 209: | ||
| # Runtime configuration | # Runtime configuration | ||
| pgrep -f -a openvpn | pgrep -f -a openvpn | ||
| - | ip address show; ip route show table all type unicast | + | 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 | ||