Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Sockets and Internet Protocols and the fly likes send a fake IP address from Java application to a server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "send a fake IP address from Java application to a server" Watch "send a fake IP address from Java application to a server" New topic
Author

send a fake IP address from Java application to a server

Brusk Baran
Ranch Hand

Joined: Nov 15, 2001
Posts: 132
Say I have created a desktop Java Application that is in contact with a server and talk on a pre-assigned port.
Can I make my appln send a fake IP address to the server application anyhow?
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
When you send a fake IP Adress you will never receive an answer cause when the server wants to send something back he takes the IP address of the request.
So maybe this is not a good idea to solve your problem
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: send a fake IP address from Java application to a server
 
Similar Threads
difference between Ports ?
How to generate a log of each request of ip
Blocking IP addresseses
How to generate a log of each request of ip
How to generate a log of each request of ip.......