Hi,
On Tue, Oct 06, 2015 at 05:12:27AM +0200, liu wen wrote:
> I'm following the tutorial to learn openvpn(
> http://backreference.org/2010/03/26/tuntap-interface-tutorial/)
>
> by following the steps of the part: `let's try it`
> I use openvpn to create an interface tun2, and assign an IP to it
BTW : is it due to firewalls and iptables should be added? I'm not
familiar with this
On Tue, Oct 6, 2015 at 5:12 AM, liu wen wrote:
> I'm following the tutorial to learn openvpn(
> http://backreference.org/2010/03/26/tuntap-interface-tutorial/)
>
> by following the steps of the part: `let's tr
I'm following the tutorial to learn openvpn(
http://backreference.org/2010/03/26/tuntap-interface-tutorial/)
by following the steps of the part: `let's try it`
I use openvpn to create an interface tun2, and assign an IP to it
sudo openvpn --mktun --dev tun
sudo ip link set tun2 up
sud