Created
December 3, 2019 02:32
-
-
Save happyj2me/cc4b6bd9baf2749bd93a0a999e22b46b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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