Looking for assistance with sharing an Ethernet connection on Windows 10?
Looking for assistance with sharing an Ethernet connection on Windows 10?
Hey there, I'm trying to connect this small gadget to FTP using a USB-to-Ethernet adapter. I set up network sharing through Windows, but the IP address keeps changing every time I power it on. That's an issue. Sharing my device's MAC address in the router won't help because it isn't assigning the IP myself—it only works with DHCP. So I can only give a static IP from my PC, but I'm not sure if that's feasible or how to do it. Let me know what you think.
You can turn on connection sharing and configure a fixed IP address on the server. This will turn off DHCP and necessitate assigning a static IP on the client side as well.
If you're referring to your Windows 10 machine, it already has a fixed IP address. Just make sure you're clear about the rest of the details.
Server here refers to the device providing the link. With only two network ports on the server, one is WAN (the actual connection point where internet access happens and the share option appears) and the other is LAN (connecting to the host running the FTP server). If you turn on internet sharing, the LAN port gets a fixed IP like 192.168.137.1 (or similar) matching the DHCP server settings. Changing that IP stops DHCP from working and you’ll need to assign addresses manually. For this example, aim for your FTP server at 10.1.0.2. Set the LAN port’s IP to 10.1.0.1, use a subnet of 255.255.255.0, and connect it via the WAN interface (IP from your gateway). DNS can be 8.8.8.8 or another preferred domain. Manually input the FTP machine’s details as needed. Is this clear?
I'm sorry to hear that. I've consistently performed well at connecting devices. I currently use a 5Gbit USB adapter that's bridged inside a Linux server, functioning as a custom switch with eight Intel NICs. It was originally purchased as a backup for my pfSense router and can be easily replaced when needed.