Jump to content
Not connected, Your IP: 18.188.108.54

Recommended Posts

When I try making server for BeamMP or Stormworks I just keep getting connection refused

Share this post


Link to post

… which means, the port forwarding works, but neither of these apps listens on the correct port or interface. Please check.


NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT.

LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too!

Want to contact me directly? All relevant methods are on my About me page.

Share this post


Link to post

I did check and port is correct on server. I tried canyouseeme.org and I also jsut get error. And I have firewall off

123123.png

2132.png

2123.png

Share this post


Link to post

Yes, but does it listen on the tunnel interface? In a PowerShell, check with:

> netstat -ano|Select-String "5639"

.

NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT.

LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too!

Want to contact me directly? All relevant methods are on my About me page.

Share this post


Link to post

Meaning, nothing listens on port 5639, so the connection refused really makes sense. Can you check whether the application really runs?

If you verified that it runs, in another PowerShell, list the processes, then find the exe of the server application you're trying to run in that list. Note the Process ID of that exe:

> tasklist

Then do another netstat, filtering by the process ID of that server application:

> netstat -ano|Select-String "12345"


This will tell you if, and if positive, on which socket the app is listening on.

NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT.

LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too!

Want to contact me directly? All relevant methods are on my About me page.

Share this post


Link to post

i did and Stromwroks one still isnt working but BeamNG server suddenly decided to work. They both use diffrent ports.
image.thumb.png.ec16cafd0db75fd995ba1a0ed340ead4.png image.png.bae68d5d6ab4e47605b1bb826576a12d.pngimage.png.ab4c9853c57c9c68fa253544368573cd.png

Share this post


Link to post

Well, Stormworks listens on port 5640, as you can see, while you forwarded 5639. BeamNP logically works with the screenshots provided: Listening on 23964 and port 23964 forwarded – it's a match.


NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT.

LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too!

Want to contact me directly? All relevant methods are on my About me page.

Share this post


Link to post
Guest
This topic is now closed to further replies.

×
×
  • Create New...