Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个 pptp vpn 客户端并使用终端连接到它。我使用 <code>pon</code> 命令创建了一个连接pptp-setup,然后连接到它。但问题是我的互联网流量没有通过这个 vpn 连接路由。
pptp-setup
如果您的 VPN 提供商支持,您可以连接到 Cisco VPN Server。
pacman -S openconnect openconnect <server address>
只需使用route这样的命令:
route
sudo route add default dev ppp0
将 ppp0 替换为您在其中找到的 vpn 连接名称ifconfig
ifconfig