Успешно подключаюсь к серверу softether vpn, но нет пинга до 8.8.8.8 и других ресурсов в сети интернет. Доступа к серверным настройкам не имею. Если подключаться с машины на ос win, то интернет есть.
sudo ifconfig
eth0 Link encap:Ethernet HWaddr 10:12:xx:xx:xx:xx
inet addr:192.168.128.55 Bcast:192.168.128.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2098 errors:0 dropped:0 overruns:0 frame:0
TX packets:3196 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:553667 (553.6 KB) TX bytes:506231 (506.2 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:500 (500.0 B) TX bytes:500 (500.0 B)
vpn_tun Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.30.11 Bcast:192.168.30.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:257 errors:0 dropped:0 overruns:0 frame:0
TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:126500 (126.5 KB) TX bytes:14695 (14.6 KB)
sudo netstat -tulpan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:5530 0.0.0.0:* LISTEN 1894/vpnclient
tcp 0 0 192.168.128.55:48984 134.23.xx.xx:443 ESTABLISHED 1894/vpnclient
tcp 0 0 192.168.128.55:48984 134.23.xx.xx:443 ESTABLISHED 1894/vpnclient
udp 0 0 0.0.0.0:68707 0.0.0.0:* 1894/vpnclient
udp 0 0 192.168.128.55:36789 0.0.0.0:* 1894/vpnclient
udp 0 0 192.168.30.11:44709 8.8.8.8:53 ESTABLISHED 1894/vpnclient
sudo netstat -rn #после подключения
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.30.1 0.0.0.0 UG 0 0 0 vpn_tun
134.23.xx.xx 192.168.128.22 255.255.255.255 UGH 0 0 0 eth0
192.168.30.0 0.0.0.0 255.255.255.0 U 0 0 0 vpn_tun
192.168.128.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
cat /etc/sysctl.conf
net.ipv4.ip_forward=1
iptables все ACCEPT
ping 134.23.xx.xx
100 % loss
ping 8.8.8.8
From 10.10.10.114 icmp_seq=1 Packet filtered # Приходит ответ из какого то узла.
100 % loss
ping 192.168.30.1 # пинги идут
VPN Client>Accountlist
AccountList command - Get List of VPN Connection Settings
Item |Value
----------------------------+---------------------------------------------
VPN Connection Setting Name |VPN
Status |Connected
VPN Server Hostname |134.23.xx.xx:443 (Direct TCP/IP Connection)
Virtual Hub |HUB
Virtual Network Adapter Name|tun
The command completed successfully.
VPN Client>AccountGet
Item |Value
-----------------------------------------------------+--------------------------------
VPN Connection Setting Name |VPN
Destination VPN Server Host Name |134.23.xx.xx
Destination VPN Server Port Number |443
Destination VPN Server Virtual Hub Name |Default
Proxy Server Type |Direct TCP/IP Connection
Verify Server Certificate |Disable
Device Name Used for Connection |tun
Authentication Type |Standard Password Authentication
User Name |USER
Number of TCP Connections to Use in VPN Communication|1
Interval between Establishing Each TCP Connection |1
Connection Life of Each TCP Connection |Infinite
Use Half Duplex Mode |Disable
Encryption by SSL |Enable
Data Compression |Disable
Connect by Bridge / Router Mode |Disable
Connect by Monitoring Mode |Disable
No Adjustment for Routing Table |Disable
Do not Use QoS Control Function |Disable
sudo ip neigh
172.31.120.15 dev vpn_tun lladdr xx:xx:xx:xx:xx:xx STALE
192.168.128.55 dev eth0 lladdr 10:12:xx:xx:xx:xx REACHEBLE
192.168.30.1 dev vpn_tun lladdr xx:xx:xx:xx:xx:xx DELAY
Может кто знает что за проблема и как лечить?