User:Clandmeter

From Alpine Linux
Revision as of 16:03, 27 October 2015 by Clandmeter (talk | contribs)

My notes on DMVPN

ip tunnel add gre1 mode gre remote 172.16.4.1 local 172.16.3.1 ttl 255
ip link set gre1 up
ip addr add 192.168.148.1/24 dev gre1


ip tunnel add gre1 mode gre remote 172.16.3.1 local 172.16.4.1 ttl 255
ip link set gre1 up
ip addr add 192.168.148.2/24 dev gre1