Skip to content

Instantly share code, notes, and snippets.

@happyj2me
Created December 3, 2019 02:32
Show Gist options
  • Save happyj2me/cc4b6bd9baf2749bd93a0a999e22b46b to your computer and use it in GitHub Desktop.
Save happyj2me/cc4b6bd9baf2749bd93a0a999e22b46b to your computer and use it in GitHub Desktop.
sudo ip route add default via 10.0.3.2 dev enp0s8 table enp0s8
sudo ip rule add from 10.0.3.15 lookup enp0s8
sudo ip route add default via 10.0.2.2 dev enp0s3 table enp0s3
sudo ip rule add from 10.0.2.15 lookup enp0s3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment