On 10/24/2014 11:45 AM, Bill Davidsen
wrote:
I have a complex firewall setup running on an older version of Fedora, and I'd like to upgrade to RHEL7 or recent Fedora. Unfortunately, I can't really do what I need using firewalld, so two questions:For source routing: Add an entry to /etc/iproute2/rt_tables: 1000 Comcast_ip1 then (where 192.0.2.1 is the gateway and 192.0.2.2 is your IP address): # ip route add table Comcast_ip1 default via 192.0.2.1 via eth1 # ip rule add priority 2000 from 192.0.2.2 table Comcast_ip1 Adjust to suit your needs. Bill |
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org