Networking + Internet අවුලක්

BUW_A

Active member
  • Jun 6, 2021
    117
    242
    43
    PC එකකට network connections දෙකක් තියෙනවා කියමු :yes:

    *එකක් නෝමල් Ethernet එක
    *අනික mobile usb tethering කියලා හිතමු

    අපිට බැරිද හැම වෙලාවෙම මේ දෙක Control panel වලින් off/on කරන් නැතුව, එක program එකකටම වෙන් උන කනෙක්ශන් එකක් තියාගන්න :P(හැම තිස්සෙම Ethernet disable කරනකොට LAN connection එකත් ඩිසේබල් වෙන නිසා අනිත් එකට ෆයිල් එකක්වත් යවාගන්න බෑ)

    උදා - ඔයා ගේම් එකක් ගහනවා නම් ඩේටා යන්නේ Ethernet එකෙන් Browser එක පාවිච්චි කරනවා නම් mobile usb tethering එකෙන් වගේ හදාගන්න බැරිද? 🤔
     

    imhotep

    Well-known member
  • Mar 29, 2017
    14,851
    8
    35,429
    113
    The short answer is no... Windows only allows you to set the priority order of which connections to use.

    However, what to seek is not impossible either. The only way that I am aware of this can be done, is an old freeware application named ForceBindIP.
    It works by intercepting the windows socket calls. As long as the application uses standard Winsock functions, this program worked, effectively binding the application to a specific interface or to an IP address. It used to work on Windows 7.
     

    BUW_A

    Active member
  • Jun 6, 2021
    117
    242
    43
    The short answer is no... Windows only allows you to set the priority order of which connections to use.

    However, what to seek is not impossible either. The only way that I am aware of this can be done, is an old freeware application named ForceBindIP.
    It works by intercepting the windows socket calls. As long as the application uses standard Winsock functions, this program worked, effectively binding the application to a specific interface or to an IP address. It used to work on Windows 7.
    I'll give a try, Thanks a lot!!