Community discussions

MikroTik App
 
kabiraftab
just joined
Topic Author
Posts: 13
Joined: Fri Jan 25, 2013 5:20 pm

Blocking Sharing of Files from Hotspot LAN to PPPoE LAN

Sun Jul 28, 2013 12:00 am

Hi guyz,

I am facing a weird problem with my server. I have Mikrotik installed in a PC, its running very well on Hotspot and then I installed another LAN card into it and setup an PPPoE server on that LAN Card. My hotspot server is on 10.0.0.1 ip series however PPPoE is on 172.16.0.1 ip series with 255.0.0.0 and 255.255.0.0 subnets respectively.

Now I have a PC for Media Sharing (only available for Hotspot Users), but that is still accessable from PPPoE User with 172.16.0.0/16 ip range. Why it is happening and how to prevent PPPoE Users to access that Media Sharing PC by ip (They put ip \\10.0.0.2 in 'Run' and open it).

So any help and suggestion toward blocking that access over two different Lan Cards with different Ip Series would be so much appreciated.


Thanks
 
User avatar
c0d3rSh3ll
Long time Member
Long time Member
Posts: 557
Joined: Mon Jul 25, 2011 9:42 pm
Location: [admin@Chile] >

Re: Blocking Sharing of Files from Hotspot LAN to PPPoE LAN

Sun Jul 28, 2013 9:15 am

add a filter rule for drop all connection from pppoe user.

ip firewall filter
add chain=forward scr-address=x.x.x.x dst-address=y.y.y.y disable=no action=drop