Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Output of sudo ifconfig -a:

tun0      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:192.168.8.37  P-t-P:192.168.8.38  Mask:255.255.255.255
          POINTOPOINT NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:554 (554.0 B)  TX bytes:2422 (2.4 KB)

Openvpn process already killed, device remains. How to remove it without reboot?

Solution. Sorry, but I forget that my openvpn processes works from another user (from shell file). Now, after killing all openvpn processes device disappears.

share|improve this question

closed as off topic by skaffman, Soren, mu is too short, Kev Feb 12 '12 at 15:29

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Try this ...

# ifconfig tun0 down
share|improve this answer
It's only bring down virtual interface, not destroy it. I need to destroy(delete, remove, kill, etc...) it. OpenVPN next time not work, but create new interfaces tun1, tun2, ... After reboot this interfaces disappears, and OpenVPN work good 1 time. How to remove this interfaces from system without reboot? Not bring down. – Alex T Feb 11 '12 at 14:24
it was necessary to kill all openvpn processes. – Alex T Sep 26 '12 at 9:18

Not the answer you're looking for? Browse other questions tagged or ask your own question.