Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Crashes after a while #8

Open
iambenmitchell opened this issue May 15, 2018 · 8 comments
Open

Crashes after a while #8

iambenmitchell opened this issue May 15, 2018 · 8 comments

Comments

@iambenmitchell
Copy link

Terminal log:

write tun_fd error: Invalid argument
Execute iptables -t nat -D POSTROUTING -s 10.8.0.0/16 ! -d 10.8.0.0/16 -m comment --comment 'vpndemo' -j MASQUERADE
Execute iptables -D FORWARD -s 10.8.0.0/16 -m state --state RELATED,ESTABLISHED -j ACCEPT
Execute iptables -D FORWARD -d 10.8.0.0/16 -j ACCEPT

@iambenmitchell
Copy link
Author

found the issue, but don't know how to fix.

recvfrom udp_fd error: Resource temporarily unavailable

@davlxd
Copy link
Owner

davlxd commented May 16, 2018 via email

@iambenmitchell
Copy link
Author

I have reset it a few times, same issue. It could be that I have a few users at ones hitting it. I see that on error it terminates the program. Is there a way to get it to just ignore the error without termination?

@davlxd
Copy link
Owner

davlxd commented May 16, 2018 via email

@iambenmitchell
Copy link
Author

What’s it made to work with? IE can I modify it a bit to work with say.. socks 5? And how? Sorry for all the questions I’m sure you’re busy!

@davlxd
Copy link
Owner

davlxd commented May 17, 2018 via email

@iambenmitchell
Copy link
Author

Oh right, I’m more looking for a vpn that I can change the port of, kind of like open vpn but with my own app. Any suggestions. I might try modifying the code of this one to see if I can just get it to ignore the error and keep going

@kurotych
Copy link

kurotych commented Sep 22, 2019

found the issue, but don't know how to fix.

recvfrom udp_fd error: Resource temporarily unavailable

Crash fixed in #12
This is a common error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants