Is it possible to connect two PCs via Thunderbolt?

I would really like to separate my storage from the main computer, but I don’t want to lose performance… I could set up a 1Gbps network storage, but I’m thinking about something faster… so there is Thunderbolt 3 that provides 40Gbps - it’s fast enough… But is it possible to connect two PCs? If so, is it possible to establish some sort of communication, e.g., socket or IP?

No, it’s not possible. What you might try is buying a USB 3.1 Gen. 2 host cable (which is totally different from a normal USB cable since it’s active) to connect both PCs with a 10Gbit connection. Even a USB 3.0 would be faster than 1Gbit.

Nope, it is not possible.

Actually it is possible, its called Thunderbolt 3 Networking Mode.

According to the white papers,

Setup:

  1. Update your Thunderbolt Software to the latest version

  2. Plug both computers together via thunderbolt 3

  3. Via Thunderbolt Control Panel grant the other computer(thunderbolt device) access

  4. Once the standard Thunderbolt Software operations to authorize the access of the other computer have been completed, a new network(Ethernet)adapter will appear in the Windows Network Connections.

After that its just normal Peer to peer networking setup…

You can read the Thunderbolt Networking Whitepages here:
https://thunderbolttechnology.net/sites/default/files/Thunderbolt%E2%84%A2%20Networking%20Bridging%20and%20Routing%20Instructional%20White%20Paper.pdf

See Page# 4-8

This peer to peer networking would allow you to access files on the other computer using a Samba File Sharing(SMB) just like any old NAS but at speeds of 10G.

Cheers!

5 Likes

Apple has their own way of doing this if you want to transfer data from an old Mac to a new Mac, but it’s PROPRIETARY.

1 Like

That really nice, unfortunately it seems like a way more expensive way of doing 10g Ethernet while not making use of the other 30g of potential bandwidth so has no real advantage.

What’s the cable length limit with thunderbolt?

40G dual port nics (mcx354a) can sometimes be found for around $50 on ebay.

What’s the distance between your two PCs?

Distance is very short, but one of computers is a laptop so it’s not possible to put there any PCI card.

Hi, sorry for the necro, but this is still one of the top hits on Google.

Did you manage to end up getting it to work?
Have a TB3 laptop and a NUC, just wondering about the latency since want to move some code bases onto it and have the laptop compile as the CPU is quite a bit stronger. Would be a 1m cable about. Googling, a normal data connection should be 1ms, just wondering in regards to the Windows routing overhead.

1 Like

Thunderbolt Ethernet Bridge/Networking can be done (personally tested Windows<->Windows or Mac<->Windows)

I can check with TB3 and TB4, could you desribe what kind of performance tests would help you out?

1 Like

Hi,

sorry for the very long time to reply, ended up getting caught up in some work and forgetting about this topic.

A tool like hrPING would be nice, Ping Utility hrPING v5.06 - cFos Software , it’s able to handle to 1000’th of a ms.

Replace the top IP Address with the other machine’s one, as you can see, my LAN is really not that stable sadly.

PS C:\tools\hrping> ./hrping.exe -n 100 192.168.0.231 -T -y
This is hrPING v5.07.1148 by cFos Software GmbH -- http://www.cfos.de

Source address is 192.168.0.24; using ICMP echo-request, ID=7884
Pinging 192.168.0.231 [192.168.0.231]
with 32 bytes data (60 bytes IP):

Total:
  Packets: sent=100, rcvd=100, error=0, lost=0 (0.0% loss) in 49.504108 sec
  RTTs in ms: min/avg/max/dev: 0.909 / 2.272 / 15.057 / 1.761
  Bandwidth in kbytes/sec: sent=0.121, rcvd=0.121

Last 10 seconds:
  Packets: sent=21, rcvd=21, error=0, lost=0 (0.0% loss) in 9.991691 sec
  RTTs in ms: min/avg/max/dev: 0.909 / 2.655 / 15.057 / 2.822
  Bandwidth in kbytes/sec: sent=0.126, rcvd=0.126

Packets: sent=100, rcvd=100, error=0, lost=0 (0.0% loss) in 49.504108 sec
RTTs in ms: min/avg/max/dev: 0.909 / 2.272 / 15.057 / 1.761
Bandwidth in kbytes/sec: sent=0.121, rcvd=0.121

Don’t care about bandwidth that much, behavior will still stay the same.
You can also make a nice graphic adding a -g at the end of it, though the graph doesn’t stop when the test stops.

@Marco

Sorry it took me so long to test it, looked at:

  • Wifi 6 (Intel Wi-Fi 6E AX210, Access Point in same room with direct line of sight to computer’s antennae, can max out an 1 GbE internet connection):

  • 2.5 GbE (Marvell FastLinQ 10 GbE onboard NIC to Killer E3100G onboard NIC, ASUS ProArt X570-CREATOR WIFI & ASRock X570 Taichi Razer Edition):

  • Thunderbolt 4 to Thunderbolt 3, 20 GbE (ASUS ProArt X570-CREATOR WIFI onboard to Gigabyte GC-Titan Ridge Rev 2.0 on ASRock X570 Taichi Razer Edition):

  • 40 GbE (direct connection between two Intel XL710 ethernet adapters, x8 from CPU PCIe):

Short answer: As long as you go wired there doesn’t seem to be much difference… (?)

3 Likes