Try changing this line:
client.Bind(new IPEndPoint(IPAddress.Parse
and see if that works. I would test it myself but I only have one NIC.
Main Topics
Browse All TopicsI am trying to get the socket to connect from a specific IP. but instead of connecting from the ip I am specifying, it connects from the "default" IP.
Any ideas on how I can get this to work?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I have a dedicated server (win server 2k3) with 8 IPs.
The first IP in the list is x.x.x.23
I am binding to my second IP x.x.x.24 then when I connect to another machine with that socket, the connection is from x.x.x.23 which is not the IP I have bound the socket to.
Any idea on how I can make the connection come from a specific IP on the machine?
Business Accounts
Answer for Membership
by: drichardsPosted on 2008-12-09 at 17:27:19ID: 23135573
What do you mean by the "default" IP? Is the host you are connecting to different from the machine where your app is running?