wojtekka / 6tunnel

Tunnelling for application that don't speak IPv6
GNU General Public License v2.0
168 stars 27 forks source link

How to display and delete Tunnels? #6

Open AzureIP opened 6 years ago

AzureIP commented 6 years ago

Hi,

Cloud you please describe which commands are needed to display all existing tunnels and how to delete one of them?

slacki commented 5 years ago

I know it's an old issue, but I was wondering the same thing. This program runs as a daemon so you have to kill certain process if you want to stop the tunnel.

$ ps -aux | grep 6tunnel
$ kill <whatever you wanna kill>