Anonymous | Login | 2024-12-22 05:08 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Revisions: Issue #993 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0000993: Access to local WAN network should be permitted even when WAN is offline | ||
Revision | 2013-02-25 20:49 by user2 | ||
Additional Information | In ClearOS 5.x, the following workaround is available - add masquerading to all WAN interfaces in /etc/rc.d/rc.firewall.local. Continuing with our example, this would be: /sbin/iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE /sbin/iptables -t nat -A POSTROUTING -o eth2 -j MASQUERADE In ClearOS 6, additional work is required. The individual routing tables for external interfaces (first loop in RunMultipath()) interferes with the above workaround. To investigate. |
||
Revision | 2013-02-25 20:46 by user2 | ||
Additional Information | In ClearOS 5.x, the following workaround is available - add masquerading to all WAN interfaces in /etc/rc.d/rc.firewall.local. Continuing with our example, this would be: /sbin/iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE /sbin/iptables -t nat -A POSTROUTING -o eth2 -j MASQUERADE |