tun-demo

command
v0.0.0-...-662a905 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2023 License: MIT Imports: 2 Imported by: 0

README

# help command
ip tuntap help 
ip addr help
ip link help

# create a tun device
sudo ip tuntap add dev tun0 mode tun

# add an addr for tun0
sudo ip addr add 1.1.1.1/24 dev tun0

# up tun0
sudo ip link set dev tun0 up

# ping tun mode
ping -c 1.1.1.1

# execute go program
go run main.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL