Community discussions

MikroTik App
 
krzysiekk
just joined
Topic Author
Posts: 7
Joined: Thu Jul 01, 2021 1:10 pm

Very begin problem, separation, RB951

Thu Jul 01, 2021 1:20 pm

I need to create this network on RB951G-2HnD router (see attachment picture):

PC1-3 is not supposed to see each other, but each computer must see the printer separately.

How is easy way to do...?

[sorry, my English is parallel to Mikrotik administration skills :) ]

best regards
Krzysiek
You do not have the required permissions to view the files attached to this post.
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 19099
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: Very begin problem, separation, RB951

Thu Jul 01, 2021 11:17 pm

ether2 192.168.2.1/24
ether3 192.168.3.1/24
ether4 192.168.4.1/24
ether5 192.168.4/24

So each gets ip address, ip pool, dhcp-server and dhcp-server-network

Inteface Members
ether2 list=LAN
ether3 list=LAN
ether4 list=LAN
ether5 list=Printer

Firewall Rules forward chain besides most of the forward chain default rules......
add chain=forward action=accept in-interface-list=LAN out-interface-list=WAN (to get internet access for users)
add chain=forward action=accept in-interface-list=LAN out-interface-list=Printer dst-address=IP of printer
add chain=forward action=drop comment="drop all else" (this has to be your last rule in the forward chain)

Who is online

Users browsing this forum: GoogleOther [Bot], kkeyser, mtkvvv and 46 guests