You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 4How easy are we talking here? If it is TCP, they still have to have the response packets routed back to them and not the real IP address holder.Bradley Kreider– Bradley Kreider2012-03-14 15:56:22 +00:00Commented Mar 14, 2012 at 15:56
- @rox0r - its a trival task to spoof an ip address.Ramhound– Ramhound2012-03-14 18:00:13 +00:00Commented Mar 14, 2012 at 18:00
- 2@Ramhound: its not trivial to spoof an arbitrary IP address and establish TCP connection (esp for ssh with IP address based firewall). You'd need to be able to intercept/reroute packets between the two IP addresses somehow to complete a TCP handshake to your machine. If you control machines at the ISP of legitimate IP/server or are on the legitimate IP/server's local network, its doable (I wouldn't say trivial though).dr jimbob– dr jimbob2012-03-14 19:29:46 +00:00Commented Mar 14, 2012 at 19:29
- 3@Ramhound it's trivial to spoof an IP if you're just broadcasting traffic outbound, but if you're going to establish two-way communication, then it falls apart. The return traffic needs to find its way back to you, and that can't happen if you're spoofing an IP that's routed to somewhere else.tylerl– tylerl2012-03-16 08:40:06 +00:00Commented Mar 16, 2012 at 8:40
- 1I think you need to backup your claim that it is easy to spoof an IP.schroeder– schroeder ♦2015-11-26 16:04:02 +00:00Commented Nov 26, 2015 at 16:04
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you