Jump to content

Did you port forward your server port on your router?

 

I will recommend an NHu12s (or an NHd15 (maybe)) for your PC build. Quote or @ me @Prodigy_Smit for me to see your replies.

PSU Teir List | Howdy! A Windows Hello Alternative 

 

 

Desktop :

i7 8700 | Quadro P4000 8GB |  64gb 2933Mhz cl18 | 500 GB Samsung 960 Pro | 1tb SSD Samsung 850 evo

Laptop :

ASUS G14 | R9 5900hs | RTX 3060 | 16GB 3200Mhz | 1 TB SSD

Link to comment
https://linustechtips.com/topic/1267851-mincraft-server/#findComment-14200696
Share on other sites

Link to post
Share on other sites

The idea of port forwarding is: your ISP router has a NAT, which means "nobody" can join your local computer because you have a WAN IP which "is external", and NAT has a table to tell from incoming IP:PORT which local computer redirect. For example your WAN IP is 90.90.90.90, minecraft server port is 25565, so you have to tell your ISP router that 90.90.90.90:25565 to a local ip 192.168.1.25:25565 (for example). So you need, static local ip address to your computer, then configure in your router the ip forwarding, nat routing or whatever is called, external ip should be 0.0.0.0, local ip should be the static IP from your computer (192.168.1.100 for example), then in/out port 25565.

Link to comment
https://linustechtips.com/topic/1267851-mincraft-server/#findComment-14204088
Share on other sites

Link to post
Share on other sites

2 hours ago, Zindokar said:

The idea of port forwarding is: your ISP router has a NAT, which means "nobody" can join your local computer because you have a WAN IP which "is external", and NAT has a table to tell from incoming IP:PORT which local computer redirect. For example your WAN IP is 90.90.90.90, minecraft server port is 25565, so you have to tell your ISP router that 90.90.90.90:25565 to a local ip 192.168.1.25:25565 (for example). So you need, static local ip address to your computer, then configure in your router the ip forwarding, nat routing or whatever is called, external ip should be 0.0.0.0, local ip should be the static IP from your computer (192.168.1.100 for example), then in/out port 25565.

thanks

Link to comment
https://linustechtips.com/topic/1267851-mincraft-server/#findComment-14204355
Share on other sites

Link to post
Share on other sites

4 hours ago, Zindokar said:

The idea of port forwarding is: your ISP router has a NAT, which means "nobody" can join your local computer because you have a WAN IP which "is external", and NAT has a table to tell from incoming IP:PORT which local computer redirect. For example your WAN IP is 90.90.90.90, minecraft server port is 25565, so you have to tell your ISP router that 90.90.90.90:25565 to a local ip 192.168.1.25:25565 (for example). So you need, static local ip address to your computer, then configure in your router the ip forwarding, nat routing or whatever is called, external ip should be 0.0.0.0, local ip should be the static IP from your computer (192.168.1.100 for example), then in/out port 25565.

I did that but if i try to enter from another network minecraft gie me this error: "io.netty.channel.AbstractChannell$AnnotatedConnectExeption: Connection timed out: no further information: "

Link to comment
https://linustechtips.com/topic/1267851-mincraft-server/#findComment-14204690
Share on other sites

Link to post
Share on other sites

18 minutes ago, Blade_792 said:

I did that but if i try to enter from another network minecraft gie me this error: "io.netty.channel.AbstractChannell$AnnotatedConnectExeption: Connection timed out: no further information: "

In server.properties file IP param, you should have the local ip address of the computer which is hosting the server, not the wan ip if I am correct.

Link to comment
https://linustechtips.com/topic/1267851-mincraft-server/#findComment-14204752
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×