ip tunnel add gre0 mode gre remote 172.168.10.25 local 192.168.233.204 ttl 255
ip link set gre0 up
ip addr add 10.10.10.1/24 dev gre0
PPTP usually use this Cisco tunneling protocol and etc.
ip tunnel add gre0 mode gre remote 172.168.10.25 local 192.168.233.204 ttl 255
ip link set gre0 up
ip addr add 10.10.10.1/24 dev gre0
PPTP usually use this Cisco tunneling protocol and etc.