Community discussions

MikroTik App
 
monkeybike
newbie
Topic Author
Posts: 36
Joined: Tue May 12, 2015 6:39 pm

Stop traffic between Ethernet ports

Wed May 27, 2015 7:30 pm

Hi,

Hope someone can help

How do you stop traffic routing between networks?

So Have a Microtik with 3 LAN's sharing same internet connection on ethernet 1

But how do I stop traffic so each internal LAN is seperate

i.e Ethernet 2 cant see the traffic on Ethernet 3

So ethernet 2 = 192.168.1.0/24

EThernet 3 = 172.16.1.0/24

I added a rule into Firewall filter to drop traffic between source 192.16.1.0/24 to destination 172.16.1.0/24 but I could still rdp a server though it?

Regards

Richy
 
mocando
just joined
Posts: 13
Joined: Thu Jun 26, 2014 1:11 am

Re: Stop traffic between Ethernet ports

Wed May 27, 2015 10:09 pm

Hi,

Can you paste your firewall rules?
 
User avatar
jp
Long time Member
Long time Member
Posts: 609
Joined: Wed Mar 02, 2005 5:06 am
Location: Maine
Contact:

Re: Stop traffic between Ethernet ports

Wed May 27, 2015 10:35 pm

I have done this to make ether2 only able to send traffic through ether1 (gateway). Glad to hear other options.

/ip firewall filter add action=reject chain=forward in-interface=ether2 out-interface=!ether1
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Stop traffic between Ethernet ports

Thu May 28, 2015 7:05 am

If the lan ports are not in the same bridge just drop all from 2 to 3 and from 3 to 2 in forward chain. Put these rules high enough in the list. This should stop all traffic in between.
 
monkeybike
newbie
Topic Author
Posts: 36
Joined: Tue May 12, 2015 6:39 pm

Re: Stop traffic between Ethernet ports

Thu May 28, 2015 11:50 am

Thanks that has worked.

Richy

Who is online

Users browsing this forum: No registered users and 37 guests