Добрый день, после установки openvpn пол этому мануалу
adw0rd.com/2013/1/10/openvpn/#.VSpBB9KsUbL:
нет интернета, после подключения к серверу, как я понял нет маршрута по умолчанию разрешающего ходить в интернет.
вот листинг route и iptables:
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT all -- 192.168.50.0/24 anywhere
ACCEPT all -- anywhere 192.168.50.0/24 state RELATED,ESTABLISHED
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default gw.ipv4.layer6. 0.0.0.0 UG 0 0 0 eth0
192.168.50.0 192.168.50.2 255.255.255.0 UG 0 0 0 tun0
192.168.50.2 * 255.255.255.255 UH 0 0 0 tun0
localnet * 255.255.254.0 U 0 0 0 eth0