EoIP configuration ?

Hi,

I’m trying to use tutorial avalaible on Wiki to setup an EoIP tunnel between my two router through Internet but I have an issue with configuration commands to type in.
It uses interface=office-eth in one of the commands but what is supposed to be office-eth ? I tried to replace it by my ether1-gateway but it’s not ok as all my local data is then going to try to go out through the EoIP and not the local Internet link !

Also, is it ok to setup a dhcp server on each router to serve IP to local segment of network ? No risk the router on the other end of the EoIP tunnel answers also at DHCP requests ?

Thanks for all,

Vincèn

Hi,

No one to help me ? i found also that great tutorial (http://www.mikrotik.com/testdocs/ros/3.0/vpn/eoip.php) but it’s missing same detail. What local interface should I bridge to the EOip Tunnel ? If I try to bridge it with my eth1-gateway it fails with an error and I guess I should not bridge it with a local specific eth port !

Thanks for your help,

Vincèn

You need to bridge local eth and eoip tunnel that you make.
For DHCP to isolate the other side you need to set the bridge to use ip firewall and make rules with deny udp 67,68 ports from the other network.

Thanks for explanations :wink: