Estou usando o forticlient para conectar-me à VPN, a conexão forticlient funciona bem, mas não é possível executar ping ou acessar nenhum host remoto.
Esta é a saída CLI forticlient:
STATUS::Login succeed
STATUS::Starting PPPd
STATUS::Initializing tunnel
STATUS::Connecting to server
STATUS::Connected
Press Ctrl-C to quit
E esta é a tabela de rotas:
[/etc/openvpn]>route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default airbox.orange 0.0.0.0 UG 600 0 0 wlx98ded005499d
link-local * 255.255.0.0 U 1000 0 0 wlx98ded005499d
190.168.1.0 * 255.255.255.0 U 600 0 0 wlx98ded005499d
192.168.105.0 172.30.1.2 255.255.255.0 UG 0 0 0 ppp0
194.50.35.48 airbox.orange 255.255.255.255 UGH 0 0 0 wlx98ded005499d
Mas não é possível pingar nada lá:
[/etc/openvpn]>ping 192.168.105.0
PING 192.168.105.0 (192.168.105.0) 56(84) bytes of data.
......
......
forever
E rastreando a rota:
[/etc/openvpn]>ip route get 192.168.1.0
192.168.1.0 dev ppp0 src 172.30.1.2
cache
O mesmo resultado usando a interface gráfica do usuário. Usando o Windows, ele funciona completamente bem. Por favor me ajude nisso. Obrigado