Openvpn + Router Asus RT-AX58U - connected but no internet

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
Rejuven
OpenVpn Newbie
Posts: 2
Joined: Mon Feb 19, 2024 8:51 pm

Openvpn + Router Asus RT-AX58U - connected but no internet

Post by Rejuven » Mon Feb 19, 2024 9:01 pm

Hello everyone ,
im connected via open vpn in my router
everythink working but after 2/3 hour vpn still connected but i dont have internet , only after im rotate my ip its working ,
maybe i have problem with config or firewall or somethign?
when im login to same proxy direct from browser everything ok

here my config :

Code: Select all

# vpn client config
client

port 1914
proto udp
dev tun

remote x80.fxdx.in

machine-readable-output
##allow-recursive-routing
##ifconfig-nowarn
verb 4

connect-retry 1 20
connect-timeout 900
nobind
explicit-exit-notify

remote-cert-tls server

remote-random-hostname
remote-random

persist-tun

push-peer-info

auth-nocache
keepalive 3 60
<ca>
-----BEGIN CERTIFICATE-----
DELETED BY ME
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
DELETED BY ME

-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
DELETED BY ME
-----END RSA PRIVATE KEY-----
</key>
<tls-crypt>
-----BEGIN OpenVPN Static key V1-----
DELETED BY ME
-----END OpenVPN Static key V1-----

</tls-crypt>
Thanks in advance

Post Reply