We are developing a device based on Linux OS.
The device is installed and configured wifi module. We work in the mode of the access point ip address 30.0.0.200 assume.
In addition, ethernet works. The device has an ip address of 192.168.1.200.
Inside the device is a web-server which is accessed by ip.
The problem is this: turn off ethernet, work only on wifi. But for some reason, we can access the device by ip address wifi 30.0.0.200 and ip address ethernet 192.168.1.200, although it is disabled.
What could be the reason for this behavior? can with routing as that?