I took the material from [enter link description here][1]how to understand the routing table on an OpenVPN client.
TCP packets via tun0
TCP packets via tun0UDP OpenVPN packets via 54.202.18.143 (public VPN IP)
UDP OpenVPN packets via 54.202.18.143 (public VPN IP)
Why OpenVPN need this line? 54.202.18.143 10.0.2.2 255.255.255.255 UGH 0 0 0 eth0
Why does OpenVPN need this line:54.202.18.143 10.0.2.2 255.255.255.255 UGH 0 0 0 eth0?Which packets are going through the tun0?
Which packets are going through the tun0?Which packets are going through the 54.202.18.143?
Which packets are going through the 54.202.18.143?
Thanks for your help! [1]: how to understand the routing table on an OpenVPN client