How to check which network interface will be used to route/send packets for specific IP address?
# Install `ip` tool
apt update -y
apt install iproute2 -y
# Check
ip r get 8.8.8.8 fibmatch
How to check which network interface will be used to route/send packets for specific IP address?
# Install `ip` tool
apt update -y
apt install iproute2 -y
# Check
ip r get 8.8.8.8 fibmatch