Re: Running Fedora or RHEL7 with NetworkManager

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Though not to distract from Fedora, if you have a complex firewall setup, why not just use something like pfSense? HA, uses multiple ISP links, nice GUI, free, BSD 

On Oct 25, 2014, at 2:13 AM, Bill Shirley <bshirley@xxxxxxxxxxxxxxxxx> wrote:


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:

1 - has anyone done this and were there any serious gotcha's?

2 - is it as easy as removing firewalld and installing networkmanager with yum?

This setup uses two (soon three) ISP connections, any of which can be used as default, two secure internal networks, and one DMZ for servers. Some connections must be forced out via  a defined ISP, and since Linux doesn't source route like BSD, I can't just set the source IP and have the packet go out the right interface, hoops must be jumped.

Any experience to share?

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
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux