I am trying to get the IP address of my new Amcrest POE torrent camera. I have plugged the camera into my an unmanned Netgear POE switch, plugged the camera into the switch and plugged the Debian machine in using its second NIC. I have brought up the second NIC with:
ifconfig enp3so 192.168.0.1 up
which seems to bring it up. However, when I run nmap -sP
192.168.0.1/24 no other devices are seen.
Any ideas what I am missing?