Skip to content

Instantly share code, notes, and snippets.

@motu81
Created May 16, 2019 09:57
Show Gist options
  • Save motu81/b0682d986790fb64d63cf71181a4050d to your computer and use it in GitHub Desktop.
Save motu81/b0682d986790fb64d63cf71181a4050d to your computer and use it in GitHub Desktop.
## WLAN
~ » ip route show
default dev tun0 proto static scope link metric 50
default via 192.168.20.1 dev wlp1s0 proto dhcp metric 600
192.168.10.0/24 via 192.168.100.1 dev tun0 proto static metric 50
192.168.15.0/24 via 192.168.100.1 dev tun0 proto static metric 50
192.168.20.0/24 dev wlp1s0 proto kernel scope link src 192.168.20.26 metric 600
192.168.25.0/24 via 192.168.100.1 dev tun0 proto static metric 50
192.168.35.0/24 via 192.168.100.1 dev tun0 proto static metric 50
192.168.100.0/24 dev tun0 proto kernel scope link src 192.168.100.17 metric 50
192.168.201.0/24 via 192.168.100.1 dev tun0 proto static metric 50
------------------------------------------------------------
## LAN
~ » ip route show
default dev tun0 proto static scope link metric 50
default via 192.168.20.1 dev enp0s31f6 proto dhcp metric 100
192.168.10.0/24 via 192.168.100.1 dev tun0 proto static metric 50
192.168.15.0/24 via 192.168.100.1 dev tun0 proto static metric 50
192.168.20.0/24 dev enp0s31f6 proto kernel scope link src 192.168.20.53 metric 100
192.168.25.0/24 via 192.168.100.1 dev tun0 proto static metric 50
192.168.35.0/24 via 192.168.100.1 dev tun0 proto static metric 50
192.168.100.0/24 dev tun0 proto kernel scope link src 192.168.100.17 metric 50
192.168.201.0/24 via 192.168.100.1 dev tun0 proto static metric 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment