I have set up an EOIP connect between a MT493 and a MT450 board. I have the tunnel established and am able to ping the routers from the remote locations. However, I am not able to see beyond the routers to any other devices on the network. I have read everything I can find and can not seem to pin point the problem. Any help would be greatly appreciated. My setup is as follows
I am able to ping the 192.168.3.2 address from the 192.168.3.1 router.
EOIP Server Ether1 is a fixed static IP, all other ether’s, wireless and the EOIP are bridged together on 192.168.3.1. The EOIP address is 192.168.4.1
Routes
AS Dest.=0.0.0.0/0 Gateway=66.216.xxx.xxx Gateway Int.=pppoe-user(this is my at&t modem connection static ip) interface=,ppoe-user Distance=1
you have 2 possibilities - either NAT or make proper routing table.
if it is expanded local area network, with tunnel to other location, you have to set routes on all the routers there are, or as a result you wont be able to access resources further than dynamic local route will bring you.
please look up tutorials about basic TCP/IP networking and how it works as you are lacking basic knowledge about basic things you should have known. Good place to start is RouterOS manual with links to knowledge needed.
ok, when this is sorted,
think of EoiP tunnel as simple interface, that just sends packets. as name inticates - Ethernet over IP - it is like ethernet interface, if you do not set up ip address, only mac lvl “things” will happen there, if you bridge it - all mac traffic will be able to enter that interface.
so, if you set ip addresses on each end of EioP tunnel, then apply simple routing rules.
EG.
AS - autonomous system
you have two AS, that you want to connect to each other using EoiP tunnel. in one AS you have 4 networks, lets say A 192.168.1 - 4.0/24 on the other one you have B 192.168.10 - 14.0/24
now when you set up EoiP tunnel with addresses 192.168.100.1/24 on A side and 192.168.100.2/24 on B side, then on A side you set that 4 B AS networks should be reachable through 192.168.100.1 address, and you have to make this address reachable (have to route it) from all AS A routers and vice versa for AS B