Solidt.eu
  • Home
  • Code snippets
  • News

Linux: How to find out which interface am I using for connecting to the internet?

Date: 2020-04-01

https://unix.stackexchange.com/a/307790

route | grep '^default' | grep -o '[^ ]*$'
360800cookie-checkLinux: How to find out which interface am I using for connecting to the internet?no
Loading