I know that default gateway should be my router, and when I check it's address with ipconfig command on windows host pc, it shows that default gateway is 192.168.1.1. But when I check on Linux(virtual machine) it gives me completely different address as default gateway 192.168.72.2.
I also want to scan my network with nmap to see all connected devices. When i use nmap 192.168.72.0-255 (to scan my whole network) it outputs like there is only 2 devices connected(192.168.72.2-default gateway and 192.168.72.132-my linux pc), even though i know there is a few more devices.
Does virtual machine make its isolated network and is there a way to reach my original default gateway 192.168.1.1 in order to scan my real network and find out all devices connected.