我想请求一下帮助。 我在opensuse 12.2中build立了一个openvpn bridge,我可以连接到服务器,但是我不能ping服务器,也不能ping服务器。 另外,我无法从服务器ping客户端。 到目前为止,我所做的是:
我有两个网卡,eth0和eth1。
eth0是外部networking
eth1是内部networking
在Yast中,我添加了br0和tap0接口,在br0中添加了eth1和tap0到网桥,并设置了IP 192.168.10.1/24
在防火墙中
eth0 – 外部区域
eth1,tap0,br0 – 内部区域
非常感谢您的帮助! 🙂
服务器路由-n
Kernel IF routing table Destination Gateway Genmask Flags Metric Ref Use If ace 0.0.0.0 192.168.42.2 0.0.0.0 UG 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 brO 192.168.42.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
对不起,这是我的第一篇文章:)谢谢!