Within the same VLAN, there are several /24 subnets. The gateways are configured on the MikroTik device, but I’m experiencing a problem. There is a malicious user who sets up a virtual router on their own server and assigns the gateway address to themselves, redirecting all traffic to their server.
There is a malicious user who sets up a virtual router on their own server and assigns the gateway address to themselves, redirecting all traffic to their server.
if your network is office network,
then you should lock down all the workers station from any system modification.
if your network is a service provider environment,
then you should start to think about changing your subscribers access method.
I’m not using DHCP; IP addresses are assigned manually, but I’m involved in server leasing, and the management of the leased servers belongs to the customers. Each server is allocated one IP address, so I’m running only one VLAN. How can I solve this using a different method?
I am involved in server leasing, where each server is allocated one IP address. I prevent IP spoofing by using the “Make Static” method, but the IP addresses are not listed in the gateway’s ARP table.
I’m not using DHCP; IP addresses are assigned manually, but I’m involved in server leasing, and the management of the leased servers belongs to the customers. Each server is allocated one IP address, so I’m running only one VLAN. How can I solve this using a different method?
are you in some kind of rack rental environment? datacenter?
if yes, then it (customer gateway spoofing) hardly/has little effect to draw traffic or getting more bandwidth because the amount of interface bandwidth available is obvious.
you can try to use separate vlan for the customers, so they don’t talk to each other.
you can try to implement switch port mac security. limit by 1 macaddr per port.
or you can try to use separate pppoe profile and separate pppoe server for each customer.
find out what security features that switch provides, then you can choose which strategy to properly isolate customers between them just to start, you must see that infrastructure as a untrust zone
Proper config of the router.
It would appear the hacker is not getting into your router but manipulating the traffic reaching his router.
The fact that other traffic can reach his device, id indicative of a leaky setup.
Post your config
/export file=anynameyouwish ( minus public IP address info, any keys, router serial number, any long dhcp lists etc…)