drsound / fault_tolerant_router

A daemon, running in background on a Linux router or firewall, monitoring the state of multiple internet uplinks/providers and changing the routing accordingly. LAN/DMZ internet traffic is load balanced between the uplinks.
GNU General Public License v2.0
185 stars 20 forks source link

iptables' state module is obsolete #1

Closed jeka closed 9 years ago

jeka commented 9 years ago

While technically it will work (still), considering the fact that this is freshly released project I would suggest you to replace usage of iptables state module with conntrack module. The state module is considered obsolete and conntrack is its (more powerful) replacement

drsound commented 9 years ago

You're right! As it's written in the README, the program was developed and internally used since several years, state module is a legacy from that time. I will care about it in a short time.

drsound commented 9 years ago

jeka, thanks again for your suggestion! :-)