Is it possible to spoof IP behind NAT?

2.1k views Asked by At

Is it possible to spoof the source IP if I'm behind a router that is using NAT?

If not, how do botnet programmers manage to make a SYN flood from their slaves? Don't most home/business networks use NAT?

1

There are 1 answers

0
jldupont On

In short, No unless you have a leak in the protocol.

A botnet can still "do a SYN flood" but, in case where a NAT function delineates the corporate LAN from the Internet, it is the router that will get flooded.

Of course, the actual situation is more complicated than that but I won't get into fully describing it here.