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.
我已经安装了透明代理之类的 squid 服务器(在子网 192.168.1.x 中)。所有用户都使用 squid 从子网 192.168.2.x 访问互联网。我想从用户子网通过 Cisco vpn 客户端连接到 VPN。正如我从互联网上读到的,squid 不能处理非 http 流量。如何绕过 squid 连接到 VPN?
通过添加 firewalld -masquerade 选项解决了问题
firewall-cmd --zone=public --add-masquerade --permanent