Page 1 of 1

Cannot connect remotely to Local server via Join IP

Posted: 2019-08-13 21:25
by tabascosquash
Hello,

I've been trying to introduce some of my friends to PR. However, it's been difficult to show them the ropes, seeing as the Join IP option (remotely joining locally created server) doesn't seem to work for me (and for them). They just get an error message that says failed to join server.

I've looked up and verified my local IPv4 address, and it shows up correctly when I check Server Info in the PR client. It's port 16567, which is the port under Server Info as well. I've changed multiple times my router settings with a new rule to allow port 16567 from said IP, saved, with all remote IPs allowed. Windows Firewall has a blanket Allow rule for all the PR related .exes. Server name doesn't make a difference. Server passwords don't make a difference.

I do have Hamachi installed now, but I would really prefer not to use it (everyone has to get it). Also, doesn't Hamachi just create a new IP and port with which to use in Join IP? I have a feeling that wouldn't work either, given how it is right now.

We can all find the usual online coop and internet servers just fine. Tried both Join IP under both coop and internet tabs to no avail.

Any suggestions? Thanks in advance. I wouldn't be opposed to running a dedicated server, but it would just be for personal use amongst us and as far as I can tell there are a lot of hoops I would have to jump through to get the files.

Re: Cannot connect remotely to Local server via Join IP

Posted: 2019-08-13 21:39
by AlonTavor
There should not be any special steps to get Join IP to work with "create local", other than open port. Show me a screenshot of the rule on the router.

If all fails, I would install Wireshark to check if the packets are reaching your PC. Wireshark should show them before the Firewall filter (and obviously after the router routing)

Re: Cannot connect remotely to Local server via Join IP

Posted: 2019-08-13 22:02
by tabascosquash
AlonTavor wrote:There should not be any special steps to get Join IP to work with "create local", other than open port. Show me a screenshot of the rule on the router.

If all fails, I would install Wireshark to check if the packets are reaching your PC. Wireshark should show them before the Firewall filter (and obviously after the router routing)
Thanks for the reply.

Image

Image

I've not used Wireshark before; not sure how to use it (I'll see if I can figure it out). I'm downloading it right now so that my friend can attempt to join again tonight.

Re: Cannot connect remotely to Local server via Join IP

Posted: 2019-08-14 08:31
by AlonTavor
Rule looks fine.

To confirm:
-Run CMD -> type ipconfig -> IPv4 192.168.0.15?
-Are you giving them your public IP?



In wireshark, start capturing and put this in the filter on top:

Code: Select all

udp.port == 16567
And see if you get any packets when they try to join.

Re: Cannot connect remotely to Local server via Join IP

Posted: 2019-08-17 00:58
by tabascosquash
AlonTavor wrote:Rule looks fine.

To confirm:
-Run CMD -> type ipconfig -> IPv4 192.168.0.15?
-Are you giving them your public IP?



In wireshark, start capturing and put this in the filter on top:

Code: Select all

udp.port == 16567
And see if you get any packets when they try to join.
No, the 192.168.0.15 is my private IP. I thought private was what showed up as IPv4 in ipconfig? Public is a different and wildly changing one that's 2xx.xxx.x.xx instead.

I just upgraded from 4790K to 3700X and need to install everything as well as change my router settings with a new rule to reflect the new IP, but I'll try it again and monitor with Wireshark.

Re: Cannot connect remotely to Local server via Join IP

Posted: 2019-08-17 08:01
by AlonTavor
Not sure if I understood you, but you need to give them your public IP, not your private one.