- yves vrijhoevenGuest
Multiple users logged on
Mon Feb 04, 2019 10:29 am
In a multiple user environment (win 10), the second user that logs on gets an error indicating "Error initializing tcp/ip.". Besides logging of the first user before logging on the second user, is there a way to solve this problem?
Re: Multiple users logged on
Wed Feb 13, 2019 8:00 pm
Yup, there is.
Only one process can open a port for listening, so either disable networking if you're not using it, or if you are then assign a different port to each user.
If you're using W10, it's likely only a few people, so just increment the port number in options for the non-primary users. Then to send to those users, add that port number onto the IP address of the machine. If 56784 is your port number, then set it like this:
192.168.1.5:56784
Tom
Only one process can open a port for listening, so either disable networking if you're not using it, or if you are then assign a different port to each user.
If you're using W10, it's likely only a few people, so just increment the port number in options for the non-primary users. Then to send to those users, add that port number onto the IP address of the machine. If 56784 is your port number, then set it like this:
192.168.1.5:56784
Tom
Permissions in this forum:
You can reply to topics in this forum