Practical way to implement prevention of IP Spoofing
Posted
by
user1369975
on Server Fault
See other posts from Server Fault
or by user1369975
Published on 2014-06-01T07:44:59Z
Indexed on
2014/06/01
9:29 UTC
Read the original article
Hit count: 170
spoofing
I am an undergraduate Computer Science student and was hoping to gain some knowledge of ways to help prevent IP spoofing but all the resources I have tried out elaborate this concept in a theoretical way. I want to try out my hands at one of the techniques like:
http://en.wikipedia.org/wiki/Port_knocking
http://en.wikipedia.org/wiki/SYN_cookies
How do I simulate this whole situation in my own system were I myself am the attacker and I myself have to defend it? And once I have gained an understanding of it, then how do I start translating that into programming terms?
© Server Fault or respective owner