uname -mr
10.1 amd64
nmap -v
Starting Nmap 7.98 ( https://nmap.org ) at 2026-06-04 15:10 +0200
Read data files from: /usr/pkg/bin/../share/nmap
WARNING: No targets were specified, so 0 hosts scanned.
Nmap done: 0 IP addresses (0 hosts up) scanned in 0.08 seconds
Raw packets sent: 0 (0B) | Rcvd: 0 (0B)
nmap -sU -p 53 192.168.1.1
Starting Nmap 7.98 ( https://nmap.org ) at 2026-06-04 15:18 +0200
^C
I exited the command with CTRL-C because it wasn't displaying anything
nmap -sU -p 555 192.168.1.1
Starting Nmap 7.98 ( https://nmap.org ) at 2026-06-04 15:33 +0200
^C
I exited the command with CTRL-C because it wasn't displaying anything
The only IP address that works is 127.0.0.1:
nmap -sU -p 53 127.0.0.1
Starting Nmap 7.98 ( https://nmap.org ) at 2026-06-04 15:35 +0200
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000033s latency).
PORT STATE SERVICE
53/udp closed domain
Nmap done: 1 IP address (1 host up) scanned in 1.31 seconds
Just to clarify, I'm using the iwn0 network interface