I have an SSH tunneling that is connected to an USB device that is connected to the Internet. How can I configure a virtual ethernet card that get everything to 127.0.0.1:1080?

link|improve this question
feedback

1 Answer

Do you want to pipe all network traffic through an encrypted tunnel?

If so, I would look at OpenVPN, which should give you the virtual interface/network you want.

(Optionally keep the SSH tunnel if needed, and pipe the VPN traffic to the remote server over SSH, although I am not sure it would be useful)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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