Created
December 16, 2015 23:08
-
-
Save bfleming-ciena/d4bb7cb5a87862f22719 to your computer and use it in GitHub Desktop.
This file contains 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 show | |
default via 10.9.248.1 dev eth0 | |
10.9.248.0/25 dev eth0 proto kernel scope link src 10.9.248.101 | |
after ifup eth0:0 | |
ip route show | |
default via 10.9.248.1 dev eth0 | |
10.9.248.0/25 dev eth0 proto kernel scope link src 10.9.248.101 | |
10.9.248.128/25 dev eth0 proto kernel scope link src 10.9.248.180 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment