pojntfx / weron

Overlay networks based on WebRTC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vpn

jldoper opened this issue · comments

How I can setup VPN with this program?

Hi! This depends on your OS - you need to configure it so that it routes all traffic through the VPN interface. To get the interface itself up and running, see Create a Layer 3 (IP) Overlay Network with weron vpn ip.

How can I do this on Linux ?

There are lots of ways to set this up! Be sure to enable IPv4/IPv6 forwarding on the remote host you're trying to use as your exit gateway, and use something like iptables to configure your client host to forward everything over weron's TAP or TUN device. Its the exact same process as with other VPNs :)

@pojntfx Hey! Thanks a lot for this software!
Can you explain the --ips strings command option better in weron ip?
Is it something related to my system I have to set, or can I just use the defaults?