Valhalla Legends Forums Archive | Visual Basic Programming | Binding an IP

AuthorMessageTime
botmaster
I have a windows 2003 server with 20 ips is there anyway in visual basic I can bind all these ips to the same port?
February 4, 2004, 1:06 AM
Adron
Your question does not make sense. Maybe you mean listen on all IPs with the same socket?

Either you want to listen on only one IP, then you should bind to that IP, or you want to listen all IPs, and then you should bind to "IP" 0.0.0.0.
February 4, 2004, 9:33 AM

Search