EdgeRouter gre tunnel with MikroTik
vlan64 = WAN - 93.155.130.38/30 eth0 = LAN - 192.168.10.1/24 tun1 = routing remote network - 192.168.122.0/24 configure set interfaces ethernet eth1 vif 64 address 93.155.130.38/30 set interfaces ethernet eth0…
vlan64 = WAN - 93.155.130.38/30 eth0 = LAN - 192.168.10.1/24 tun1 = routing remote network - 192.168.122.0/24 configure set interfaces ethernet eth1 vif 64 address 93.155.130.38/30 set interfaces ethernet eth0…
Cisco interface Tunnel1 description gre-tunnel1 ip address 192.168.20.2 255.255.255.252 ip mtu 1476 ip tcp adjust-mss 1360 tunnel source 93.155.169.2 tunnel destination 93.155.169.251 ip route 192.168.122.0 255.255.255.0 192.168.20.1 Mikrotik /interface gre…