I have a wireless connection to the office using two mikrotik’s. One for the Ap and the othet for the bridge. I have setup my ip/firewall to use masquerade. From my home i am able to ping the entire network computers at the office. But not vise versa. I tried to setup ipip but the office network wont ping. I want to know can i only set my pc at home to ping all the computers at the office. There might be a security issue when i have more client as they well be able to access shared folders and resources at work from their homes. I woud like to only allow my pc to have full control. And the other pc’s to only ping the default gateway.
set up firewall that drops everything from your home to office, and add exception, that accepts everything from your home PC and allows into office.
if you have different netowrks then add fw rule like src-address-list=home dst-address-list=office action=drop and before that rule add src-address=mypc dst-address-list=office action=accept
thanx