I am using ubuntu11.10, and I created a tun/tap interface using the following commands
openvpn --mktun --dev tun0
ip link set tun0 up
ip addr add 10.10.10.1/24 dev tun0
route add 10.10.10.1/24 dev tun0
I have another interface there
eth0 10.80.1.87
I wanna redirect packets received from tun0 to eth0. How to do that on top of Ubuntu?
As a complement to the two otherwise good answers, remember that:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With