Results 1 to 2 of 2

Thread: multi network adapters????

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2005
    Posts
    26

    Exclamation multi network adapters????

    wish that i will find someone who will tell me how can i find this problem...

    im working on a program that used socket programming, and its working between two pc's, where each pc has JUST ONE NIC, but when i add a second one, it cause delay to responce.

    if i disable it, the program in that side will return working normally.

    is there a way to set a default NIC if i have two???

    also i tried to view my IP's, using

    VB Code:
    1. [Highlight=VB]Dns.Resolve(Dns.GetHostName).AddressList(i).ToString
    [/Highlight]

    and i got two ips, which are assigned for the two nic's, i tried to change the order, but seems that its a read only array, anyone know please how to sellect the wanted ip, and put it in the index Zero, cause it use the first index in the first try to send anything from local machine

    any comment please

  2. #2

    Re: multi network adapters????

    Have you tried just opening a port on both IP's?
    Luke Richey, MCSE
    Tometa Software, Inc.
    http://www.tometasoftware.com/
    Get stress relief at http://www.mrtometahead.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width