Last active
February 20, 2019 17:17
-
-
Save garronej/ff2c5444d00251315125f436beed65ce to your computer and use it in GitHub Desktop.
Setup EC2 instance with two network interfaces.
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
>>> See comments | |
src: https://unix.stackexchange.com/questions/4420/reply-on-same-interface-as-incoming | |
Detailed infos: http://irp.nain-t.net/doku.php/100iproute:020_iproute2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pour savoir dans quelle ordre sont évaluer les tables on fait
ip rule list
le nombre gauche représente la prio, évaluer dans l'ordre croissant.Pour changer la priorité d'une table quand on fait
ip rule add from ... table .... prio XXXX