F5F Stay Refreshed Power Users Networks Discussing a 2-person LAN setup

Discussing a 2-person LAN setup

Discussing a 2-person LAN setup

S
Sheikrik
Senior Member
441
02-19-2023, 10:34 AM
#1
I'm trying to get some old strategy games running so you can play with your brother. He has a strong fear of the internet, so we want to avoid any online connections. With just two of us, can we connect our computers directly with an Ethernet cable? Or would we need a switch? Even a simple router we have at home could work for this setup. Thanks for your question—I'm not very familiar with networking, but I appreciate your help!
S
Sheikrik
02-19-2023, 10:34 AM #1

I'm trying to get some old strategy games running so you can play with your brother. He has a strong fear of the internet, so we want to avoid any online connections. With just two of us, can we connect our computers directly with an Ethernet cable? Or would we need a switch? Even a simple router we have at home could work for this setup. Thanks for your question—I'm not very familiar with networking, but I appreciate your help!

L
lxLOBOxl
Junior Member
20
02-19-2023, 11:35 AM
#2
Use an alternative version and revert to the old one
L
lxLOBOxl
02-19-2023, 11:35 AM #2

Use an alternative version and revert to the old one

S
samefc
Junior Member
10
02-19-2023, 12:20 PM
#3
It's feasible through either method, but you must manually configure the IP addresses for each device. This approach is likely preferable since it assigns an IP automatically, eliminating the need for manual adjustments.
S
samefc
02-19-2023, 12:20 PM #3

It's feasible through either method, but you must manually configure the IP addresses for each device. This approach is likely preferable since it assigns an IP automatically, eliminating the need for manual adjustments.

S
Summerbirth
Member
142
03-02-2023, 09:57 PM
#4
Avoid using a switch. Just link both computers together with a network cable and give each a private IP address. These addresses begin with 192, 172 or 10. For instance: PC1: 10.0.0.1 PC2: 10.0.0.2 Both have a subnet mask of 255.255.255.0. To verify the link test the connection by opening the CLI and entering "ping 10.0.0.2" from PC1 or "ping 10.0.0.1" from PC2.
S
Summerbirth
03-02-2023, 09:57 PM #4

Avoid using a switch. Just link both computers together with a network cable and give each a private IP address. These addresses begin with 192, 172 or 10. For instance: PC1: 10.0.0.1 PC2: 10.0.0.2 Both have a subnet mask of 255.255.255.0. To verify the link test the connection by opening the CLI and entering "ping 10.0.0.2" from PC1 or "ping 10.0.0.1" from PC2.

H
HellNether
Senior Member
731
03-02-2023, 10:12 PM
#5
Modern Windows often sets up its own private network automatically, which can simplify things since you won’t need to manually check IP addresses.
H
HellNether
03-02-2023, 10:12 PM #5

Modern Windows often sets up its own private network automatically, which can simplify things since you won’t need to manually check IP addresses.

P
Prawnflakes
Member
204
03-03-2023, 06:55 AM
#6
You can also assign a fixed IP address on his device using your standard network connection, without defining a default gateway. LAN functionality will operate, but it won’t be able to access the Internet.
P
Prawnflakes
03-03-2023, 06:55 AM #6

You can also assign a fixed IP address on his device using your standard network connection, without defining a default gateway. LAN functionality will operate, but it won’t be able to access the Internet.