Network Enumeration

Checking the interfaces and directly connected networks is important to know if you can pivot to other machines. This would make the host Dual-Homes

ip route
arp -a
ip neigh
netstat -ano

Mostly to get the lay of the land. What ports are open? Who are we communicating to?