隧道大师系列....gretap/VXLAN/EOIP
Linux Endpunkte
GRETAP
/bin/ip link add 命名 type gretap local 本地IPv4 remote 远程IPv4 ttl 255 /bin/ip link set dev 命名 up
VXLAN
/bin/ip link add 命名 type vxlan local 本地IPv4 remote 远程IPv4 dstport 4789 id 0 ttl 255 /bin/ip link set dev 命名 up
Ethernet over IP
# install wget https://raw.githubusercontent.com/4b42/4ixp/master/eoip/install.sh -O /tmp/eoip.sh chmod +x /tmp/eoip.sh /tmp/eoip.sh rm -f /tmp/eoip.sh # config cat << EOF > /etc/eoip.cfg [eoip命名] id=0 dst=远程IPv4 EOF /usr/local/bin/eoip /etc/eoip.cfg
MikroTik RouterOS Endpunkte
/interface eoip add !keepalive name=命名 local-address=本地IPv4 remote-address=远程IPv4 tunnel-id=0