-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to route #71
Comments
Hi there! Sorry for a delay in response... 😊 Could you please specify what OS/kernel versions are you using? and could you please provide complete route table output here? 🙏 Thank U! |
Linux main 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3 (2019-02-02) x86_64 GNU/Linux Destination Gateway Genmask Flags Metric Ref Use Iface |
Yeah, strange that routes are not added... Could U please run |
|
Thank you! Now I got it! 💃 I see the routes are added. The ones you specified
this should return your real IP indeed, as |
Okay, how to route all the traffic via the tunnel? 😉 openvpn example:
|
Well. It's possible. Not automatically though, cause How to route all the traffic?
If you find it useful - we could also automate "step 1" in case of |
Yes, that would be very useful.Thanks |
And don't forget to add some firewall rules ( #73 (comment) ): $ iptables -A FORWARD -i tun0 -j ACCEPT
$ iptables -A FORWARD -o tun0 -j ACCEPT
$ iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE |
Hello!
I run command
./xiringui [email protected] 10.0.0.0/8 192.168.0.0/16
and got
But my current internet connection is
How can I connect through the created tunnel?
The text was updated successfully, but these errors were encountered: