Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to spoof IP behind NAT?

Tags:

ip

spoof

nat

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?

like image 509
shuwo Avatar asked Nov 06 '22 18:11

shuwo


1 Answers

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.

like image 86
jldupont Avatar answered Nov 26 '22 07:11

jldupont