Created
August 26, 2014 00:15
-
-
Save kelseyhightower/f6d9536a7e240314cbfc 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
ip route | |
default via 192.168.12.2 dev ens33 | |
10.0.0.0/8 dev cbr0 | |
10.244.2.0/24 dev cbr0 proto kernel scope link src 10.244.2.1 | |
192.168.12.0/24 dev ens33 proto kernel scope link src 192.168.12.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment