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>