This screenshot shows commands that displays routing table on Linux, macOS and FreeBSD/OpenBSD/NetBSD or Unix-like systems. https://files.mastodon.social/media_attachments/files/112/379/233/006/231/392/original/78ab531d47609d85.png
Need to see your routing table on #macOS or #FreeBSD or #Linux ? Type:netstat -rnThe entry with the "G" flag is your gateway. #Linux users may want to use the ip command (look for "default" entry which is your gateway):ip route showSee ip command guide https://www.cyberciti.biz/faq/linux-ip-command-examples-usage-syntax/ for more info.