gpt4 book ai didi

routing - 通过 vpn 接口(interface)将流量路由到服务器(CentOS+OpenVPN)

转载 作者:行者123 更新时间:2023-12-04 19:42:02 24 4
gpt4 key购买 nike

使用 CentOS 7 和 OpenVPN 我希望能够路由到通过 openvpn 连接的 IP 地址。我有一个使用 GCP 的路由设置,我可以在其中 ping tun0 接口(interface) 10.8.0.1。

enter image description here

[root@vpn-2 yomateod]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.128.0.1 0.0.0.0 UG 100 0 0 eth0
10.8.0.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0
10.128.0.1 0.0.0.0 255.255.255.255 UH 100 0 0 eth0
10.128.0.11 0.0.0.0 255.255.255.255 UH 100 0 0 eth0

我无法让 10.8.0.0/24 从(外部)流量路由到其他使用 openvpn 连接的客户端。

任何提示/建议将不胜感激!

最佳答案

原来我只需要:

firewall-cmd --permanent --direct --passthrough ipv4 -I FORWARD -i tun0 -j ACCEPT

:D

关于routing - 通过 vpn 接口(interface)将流量路由到服务器(CentOS+OpenVPN),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56231669/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com