> There is no interface topology marked "Internet."
It's called "Internet (External)" in the Topology Settings
> What is "External" topology you ask?
> It is literally those networks that are not defined on other interfaces (either directly or via routes).
In this case, do I understand correctly, that if we have:
A = All networks, everything
N1 = network 1 (e.g. assigned to interface i1)
N2 = network 2 (e.g. assigned to interface i2)
- if we have one iface with Internet (External), it will expect A - (N1 + N2)
- if we have only Internal ifaces, the one with the default route will expect A - (N1 + N2)
What happens if we have:
- anti-spoofing turned off?
- 2 or more external interfaces (for example, bridge sub-interfaces are both external by default)?
What is the difference (or there should be no difference?) if you configure the firewall with:
- 3 internal interfaces, one of the with the default route
- 2 internal interfaces, one external interface with the default route
> What precisely are you observing?
If the interface is configured as "External" with the default route, Internet sites are not accessible. If the interface is configured as "Internal" with the default route - accessible. Anti-spoofing is turned off in both cases.