freebsd-version
12.3-RELEASE-p2
What networking issue am I tripping over here? Why cannot I add this static route i/f?
12.3-RELEASE-p2
Code:
netstat -rn
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default 216.185.71.1 UGS igb0
127.0.0.1 lo0 UHS lo0
192.168.215.0/24 192.168.215.4 UGS igb0
192.168.215.41 link#1 UHS lo0
192.168.216.0/24 link#1 U igb0
192.168.216.41 link#1 UHS lo0
192.168.216.179 link#1 UHS lo0
216.185.71.0/25 link#1 U igb0
216.185.71.41 link#1 UHS lo0
Code:
nmap -v -sn 192.168.215.4
Starting Nmap 7.91 ( https://nmap.org ) at 2022-03-29 10:17 EDT
Initiating ARP Ping Scan at 10:17
Scanning 192.168.215.4 [1 port]
Completed ARP Ping Scan at 10:17, 0.00s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 10:17
Completed Parallel DNS resolution of 1 host. at 10:17, 0.00s elapsed
Nmap scan report for 192.168.215.4
Host is up (0.00016s latency).
MAC Address: 00:15:17:57:84:3D (Intel Corporate)
Read data files from: /usr/local/share/nmap
Nmap done: 1 IP address (1 host up) scanned in 0.05 seconds
Raw packets sent: 1 (28B) | Rcvd: 1 (28B)
Code:
ping 192.168.215.4
PING 192.168.215.4 (192.168.215.4): 56 data bytes
ping: sendto: Invalid argument
ping: sendto: Invalid argument
^C
--- 192.168.215.4 ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss
Code:
arp 192.168.215.4
192.168.215.4 (192.168.215.4) -- no entry
Code:
arp -s 192.168.215.4 00:15:17:57:84:3D
arp: cannot intuit interface index and type for 192.168.215.4
What networking issue am I tripping over here? Why cannot I add this static route i/f?