8000 GitHub - jsoliveir/virtual-network: Some scripting for creating p2p virtual networks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jsoliveir/virtual-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Peer to peer network using vxlan

Some scripting for creating p2p virtual networks

usage:

-up            : being the network interface up
-down          : being the network interface down
-n|--netaddr   : network address for the interface to create
-r|--remote    : remote endpoint address
-p|--port      : endpoint destination port 
-i|--interface : network interface where the vxlan is going to be linked to

vxlan up

vxlan.sh -up 192.168.0.1/24 -r 85.21.78.145 
vxlan.sh -up 192.168.0.1/24 -r 85.21.78.145 -p 4789 -i eth0

vxlan down

vxlan.sh -down 192.168.0.1 
vxlan.sh -down vxbr0 

About

Some scripting for creating p2p virtual networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0