Good day every one.
Let's assume next configuration: we have a router with a public IP address 1.2.3.4 (external interface - wan).
If for some reason the router receives a packet with a spoofed source IP address which is the same as the public address of our external interface, in terms of netfilter subsystem, what chain this packet will be assigned to?
Destination IP address of this packet can be anything, internal lan/another external address.
Will this packet be considered as the output packet of the router itself (OUTPUT chain) or the forwarded packet (FORWARD chain)?