Avoid users can see in Network Neighborhood - How to? (PPPoE

Hello,
I’m newbie in Mikrotik..I’m creating a small Wireless ISP in my community. I can configure the PPPoE Server, and I’m setting the queues for the clients. But I’ve a problem, the computers (in my network) can see among in the Network Neighborhood (Windows XP) how can I avoid it?

Thank you


Salvador

I have the same problem. I have also posted a query under this forum. Kindly help us!

Hello,
this topic was discused many times …
try to search for :
default-forwarding

Regards

OK! But I can’t activate the default-forwarding for my ethernet NIC, I only can activate on a Wireless interface, and I have a problem, I’m serving wired and wireless clients (with a D-Link 900AP+ Access Point).

My configuration is:
LAN=192.168.0.1/24
WAN=xxx.xxx.xxx.xxx
The range of the PPPoE concentrator is 192.168.0.100-192.168.0.200 (setup in the IP Pool).
I try creating a rule in the firewall (interface=all src-address=192.168.0.0/24 dst-address=192.168.0.0/24 action=drop)…

I continue without can avoid that que users can see among.

And, I have problems to access to the Router’s configuration from any other PC, how can I avoid it?

Thanks..

Salvador

Hello,
You can disable ms windows connectivity between PPPoE networked customers with following commands:

/ ip firewall rule forward
add dst-address=:135-139 protocol=tcp action=drop
add dst-address=:135-139 protocol=udp action=drop
add dst-address=:445 protocol=tcp action=drop
add dst-address=:445 protocol=udp action=drop

Regards