F5F Stay Refreshed Power Users Networks Multiple PCs show IP conflicts.

Multiple PCs show IP conflicts.

Multiple PCs show IP conflicts.

Z
Zsniper1274
Member
169
06-06-2023, 12:41 AM
#1
Hello, I understand your concern. You have 10 computers linked to a private server, all sharing the same IP addresses for each pair to ensure smooth operation. Each pair consists of two devices connected via a LAN cable. The setup looks consistent, but you mentioned no internet or Wi-Fi access. The issue might lie in how the network is configured or if there are conflicts in IP assignments.
Z
Zsniper1274
06-06-2023, 12:41 AM #1

Hello, I understand your concern. You have 10 computers linked to a private server, all sharing the same IP addresses for each pair to ensure smooth operation. Each pair consists of two devices connected via a LAN cable. The setup looks consistent, but you mentioned no internet or Wi-Fi access. The issue might lie in how the network is configured or if there are conflicts in IP assignments.

T
240
06-06-2023, 07:35 AM
#2
Do all devices share the identical local network and access the same DHCP server? If yes, you should either set up VLANs to isolate them or give each a unique IP address to prevent conflicts.
T
TheDonnelTrain
06-06-2023, 07:35 AM #2

Do all devices share the identical local network and access the same DHCP server? If yes, you should either set up VLANs to isolate them or give each a unique IP address to prevent conflicts.

S
susie1an
Member
60
06-08-2023, 07:12 AM
#3
Your objective is clear. Avoid IP conflicts on PCs by routing traffic via hostnames instead of IP addresses. It's feasible to share the same hostname, which is common in server environments using a method called Round Robin.
S
susie1an
06-08-2023, 07:12 AM #3

Your objective is clear. Avoid IP conflicts on PCs by routing traffic via hostnames instead of IP addresses. It's feasible to share the same hostname, which is common in server environments using a method called Round Robin.

C
Ch4r_M
Junior Member
17
06-08-2023, 04:56 PM
#4
I notice a couple of issues with your setup: the IP addresses contain too many digits, and some numbers are being reused multiple times. These could be causing the conflicts you're experiencing.
C
Ch4r_M
06-08-2023, 04:56 PM #4

I notice a couple of issues with your setup: the IP addresses contain too many digits, and some numbers are being reused multiple times. These could be causing the conflicts you're experiencing.

T
TheSparklyOne
Junior Member
43
06-09-2023, 01:06 AM
#5
To ensure this functions properly, consider using VLSM. As illustrated below. Please remember that each pair of computers needs the server to possess a distinct IP address. PC1: 192.180.0.1 PC2: 192.180.0.2 Server 192.168.0.6 Subnet: 255.255.255.248 PC3: 192.180.0.9 PC4: 192.180.0.10 server: 192.168.0.14 Subnet: 255.255.255.248 PC5: 192.180.0.17 PC6: 192.180.0.18 server: 192.168.0.22 Subnet: 255.255.255.248 PC7: 192.180.0.25 PC8: 192.180.0.26 server: 192.168.0.30 Subnet: 255.255.255.248 PC9: 192.180.0.33 PC10: 192.180.0.34 server: 192.168.0.38 Subnet: 255.255.255.248
T
TheSparklyOne
06-09-2023, 01:06 AM #5

To ensure this functions properly, consider using VLSM. As illustrated below. Please remember that each pair of computers needs the server to possess a distinct IP address. PC1: 192.180.0.1 PC2: 192.180.0.2 Server 192.168.0.6 Subnet: 255.255.255.248 PC3: 192.180.0.9 PC4: 192.180.0.10 server: 192.168.0.14 Subnet: 255.255.255.248 PC5: 192.180.0.17 PC6: 192.180.0.18 server: 192.168.0.22 Subnet: 255.255.255.248 PC7: 192.180.0.25 PC8: 192.180.0.26 server: 192.168.0.30 Subnet: 255.255.255.248 PC9: 192.180.0.33 PC10: 192.180.0.34 server: 192.168.0.38 Subnet: 255.255.255.248

S
SrKaner
Member
222
06-11-2023, 01:21 AM
#6
Synergy is a service that asks for a particular IP address.
S
SrKaner
06-11-2023, 01:21 AM #6

Synergy is a service that asks for a particular IP address.

_
_Derpinator
Junior Member
6
06-13-2023, 10:51 PM
#7
This link leads to a page about collaboration and partnership opportunities.
_
_Derpinator
06-13-2023, 10:51 PM #7

This link leads to a page about collaboration and partnership opportunities.

G
Ghastling
Junior Member
20
06-20-2023, 06:47 PM
#8
I just checked the IPs again. For LAN connections you should use 192.168. The ones you listed like 192.180 are public addresses. Also, your IPs have more than four octets, they should be four numbers only—like 192.168.1.100 instead of longer formats.
G
Ghastling
06-20-2023, 06:47 PM #8

I just checked the IPs again. For LAN connections you should use 192.168. The ones you listed like 192.180 are public addresses. Also, your IPs have more than four octets, they should be four numbers only—like 192.168.1.100 instead of longer formats.

W
Wolfyyy_
Senior Member
358
06-21-2023, 02:10 AM
#9
This approach seems unnecessary since Synergy functions well with standard IP addresses. They might only require fixed DHCP assignments to maintain consistency across reboots.
W
Wolfyyy_
06-21-2023, 02:10 AM #9

This approach seems unnecessary since Synergy functions well with standard IP addresses. They might only require fixed DHCP assignments to maintain consistency across reboots.