Tunneling
GRETAP Tunnel erstellen
Auf Host1:
ip l add GRE type gretap local 192.168.0.253 remote <öffentliche IP-Adresse> ip l set dev GRE up ip a add 10.0.0.1/24 dev GRE
Auf Host2:
ip l add GRE type gretap local 192.168.3.253 remote <öffentliche IP-Adresse> ip l set dev GRE up ip a add 10.0.0.1/24 dev GRE