F5F Stay Refreshed Power Users Networks The ports remain closed.

The ports remain closed.

The ports remain closed.

Pages (2): 1 2 Next
F
64
05-23-2023, 01:28 AM
#1
You're trying to run your own Rust server on port 28105 using both UDP and TCP. You've checked your router and Windows firewall settings, but they didn't work. Since you disabled the firewall completely, it's possible the issue lies elsewhere—such as incorrect configuration in your server code or missing dependencies. Double-check that your Rust application is correctly binding to the right ports and that any required libraries are properly installed. If the problem persists, consider testing with a simpler setup or consulting the Rust server documentation for troubleshooting tips.
F
Frizzy_Fizz500
05-23-2023, 01:28 AM #1

You're trying to run your own Rust server on port 28105 using both UDP and TCP. You've checked your router and Windows firewall settings, but they didn't work. Since you disabled the firewall completely, it's possible the issue lies elsewhere—such as incorrect configuration in your server code or missing dependencies. Double-check that your Rust application is correctly binding to the right ports and that any required libraries are properly installed. If the problem persists, consider testing with a simpler setup or consulting the Rust server documentation for troubleshooting tips.

S
St4tch
Junior Member
44
05-30-2023, 07:27 AM
#2
Always acknowledge and care for it. In the end, the port will finally allow hosting for rust servers, though it might take some time to understand.
S
St4tch
05-30-2023, 07:27 AM #2

Always acknowledge and care for it. In the end, the port will finally allow hosting for rust servers, though it might take some time to understand.

K
Kukilu
Junior Member
11
06-03-2023, 07:18 AM
#3
The issue persists despite disabling the firewall, suggesting another barrier is preventing access.
K
Kukilu
06-03-2023, 07:18 AM #3

The issue persists despite disabling the firewall, suggesting another barrier is preventing access.

_
_VeKoRiS_
Junior Member
4
06-03-2023, 07:49 AM
#4
Some sites verify whether a port is accessible. If it works, the issue may be elsewhere. If it fails, the problem could be with the router or the segment connecting it to the next hop.
_
_VeKoRiS_
06-03-2023, 07:49 AM #4

Some sites verify whether a port is accessible. If it works, the issue may be elsewhere. If it fails, the problem could be with the router or the segment connecting it to the next hop.

G
Goku2256
Junior Member
16
06-03-2023, 08:46 AM
#5
However I accessed my ports, yet it still displays as closed.
G
Goku2256
06-03-2023, 08:46 AM #5

However I accessed my ports, yet it still displays as closed.

C
coolervanqed
Member
66
06-08-2023, 03:13 AM
#6
Then several scenarios might be at play. 1. The router settings are off. 2. The router you changed isn't the one connected to the outside network and has a public IP. 3. You can redirect ports on the router (like an aftermarket model), but your ISP blocks port forwarding. There are a few other chances, though they're less probable.
C
coolervanqed
06-08-2023, 03:13 AM #6

Then several scenarios might be at play. 1. The router settings are off. 2. The router you changed isn't the one connected to the outside network and has a public IP. 3. You can redirect ports on the router (like an aftermarket model), but your ISP blocks port forwarding. There are a few other chances, though they're less probable.

A
ArtieCekcu
Junior Member
19
06-08-2023, 03:39 AM
#7
I'll contact my ISP tomorrow to find out what's happening
A
ArtieCekcu
06-08-2023, 03:39 AM #7

I'll contact my ISP tomorrow to find out what's happening

M
muffles45
Member
189
06-08-2023, 03:45 AM
#8
They might but I can't guarantee it. I have been told that some ISP's require you to contact them in order to setup port forwarding but it's nothing I've ever confirmed. Before contacting them have you tried opening very common or popular ports? Try port 22 or port 443 then testing them. If it still says they're closed then yeah call your ISP. Unless you have another router between the one you're configuring and the street.
M
muffles45
06-08-2023, 03:45 AM #8

They might but I can't guarantee it. I have been told that some ISP's require you to contact them in order to setup port forwarding but it's nothing I've ever confirmed. Before contacting them have you tried opening very common or popular ports? Try port 22 or port 443 then testing them. If it still says they're closed then yeah call your ISP. Unless you have another router between the one you're configuring and the street.

H
henrikre
Member
220
06-09-2023, 04:57 AM
#9
Make sure the device is actively monitoring the port; otherwise, it won't appear open.
H
henrikre
06-09-2023, 04:57 AM #9

Make sure the device is actively monitoring the port; otherwise, it won't appear open.

C
Cupcake_Rose
Posting Freak
844
06-09-2023, 11:45 AM
#10
I'm operating the server, though I'm unsure whether this qualifies as listening on the port.
C
Cupcake_Rose
06-09-2023, 11:45 AM #10

I'm operating the server, though I'm unsure whether this qualifies as listening on the port.

Pages (2): 1 2 Next