在 Ubuntu Server VM 上设置 OpenVPN 服务器并尝试从主机 Windows 8 连接到它,但没有成功。没有任何联系。怎么了?
一切都已通过本教程完成:http://lintut.com/install-openvpn-on-ubuntu-server/
/proc/sys/net/ipv4/ip_forward
> 1- 访客网络-桥接适配器。主机和访客可以互相 ping 通
iptables
Chain INPUT (policy ACCEPT 500 packets, 73786 bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED 0 0 ACCEPT all -- * * 10.8.0.0/24 0.0.0.0/0 0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable Chain OUTPUT (policy ACCEPT 29 packets, 1664 bytes) pkts bytes target prot opt in out source destination
ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:26:c7:a5 inet addr:10.210.0.135 Bcast:10.210.1.255 Mask:255.255.254.0 tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.8.0.1 P-t-P:10.8.0.2 Mask:255.255.255.255
无法理解出了什么问题。还尝试从另一个虚拟机连接 - 同样的运气不好。