sir im new here but ill just want to express my problem and hoping that someone can help me anywayz im using usb dongle for my internet or zte usb modem using data internet sim.. then now the sim is already xpire at that moment im using portable openvpn that ive download in other forum site my problem now is when im connecting to vpn it takes only 20-30 minutes then in will disconnect is there any possible solution for this that cant be disconnect using openvpn?
any ideas? help...
Porting OpenVpn Client only
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 1
- Joined: Fri Dec 30, 2011 6:20 pm
- dazo
- OpenVPN Inc.
- Posts: 155
- Joined: Mon Jan 11, 2010 10:14 am
- Location: dazo :: #openvpn-devel @ libera.chat
Re: Porting OpenVpn Client only
Please start a new thread in the forum, as this is not related to the current discussion.the corporal wrote:sir im new here but ill just want to express my problem and hoping that someone can help me anywayz im using usb dongle for my internet or zte usb modem using data internet sim.. then now the sim is already xpire at that moment im using portable openvpn that ive download in other forum site my problem now is when im connecting to vpn it takes only 20-30 minutes then in will disconnect is there any possible solution for this that cant be disconnect using openvpn?
any ideas? help...
- dazo
- OpenVPN Inc.
- Posts: 155
- Joined: Mon Jan 11, 2010 10:14 am
- Location: dazo :: #openvpn-devel @ libera.chat
Re: Porting OpenVpn Client only
That sounds like a firewall or routing issue on the openvpn server side. Check if the established/related connections from the internet side to the VPN tunnel is accepted. Also check that you have proper "return routes", so that traffic destined to the VPN subnet is routed via the proper tun/tap adapter.btk015 wrote: All traffic on the client side will be routed to the openvpn server (not only intranet but also internet).
I do see the packet received on the server tun interface and then sent on the server physical interface to it's destination (I send packet from client to an internet destination).
The problem is that this packet(client -> server -> internet) is indeed sent successfully, but when a reply is sent from the internet, I do not get this reply on the openvpn server side.