Skip to content

fzakaria/lametun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lametun

This is a very minimalistic demonstration of how to setup a VPN-like tunnel. It offers no encryption and is meant solely as a learning excercise.

One of the machines running lametun must have a public IP & will be the designated "server".

./lametun -listen

The other machine which may behind a NAT must specify the public IP of the server.

./lametun -server 54.219.126.112

The default port is 1234. Make sure to allow the UDP port in your firewall rules or cloud VPCs.

About

This is a very minimalistic demonstration of how to setup a VPN-like tunnel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages