I have 2 external Interfaces with public IPs and one internal interface. Both ISP on those external interfaces drops trafic that doesn't belong to there network (meanig sourceIP1 on IF2 and vice versa).
Therefor I'm wondering how I should setup my ASL installation to make it work with my webserver on the internal net. Trafic comming on IF1 should be route back on IF1 and trafic on IF2 routed back there.
This is how the network looks
Code:
________
+------------+ /
| | |
+-------------+ Provider 1 +-------
__ | | | /
___/ \_ +------+-------+ +------------+ |
_/ \__ | if1 | /
/ \ | | |
| Local network -----+ Linux router | | Internet
\_ __/ | | |
\__ __/ | if2 | \
\___/ +------+-------+ +------------+ |
| | | \
+-------------+ Provider 2 +-------
| | |
+------------+ \________
This thread was automatically locked due to age.