Tech Support Forum banner
Status
Not open for further replies.
1 - 20 of 21 Posts

· Registered
Joined
·
10 Posts
Discussion Starter · #1 · (Edited)
I'm having a big problem getting my port forwarding to work in my Asus RT-AC68U router.

I have a router from my internet provider which is in bridgemode and after that my own Asus RT-AC68U router which has the WAN ip and is also 10.0.0.1 on LAN side.

I would like to setup a Minecraft server on port 19132, and have setup the port forwarding like this in my router https://drive.google.com/file/d/0B2micG34zJpLZTEzRi1vN0JxaGc/view?usp=sharing but nothing works.

I have tried to turn off the firewall in my router and the windows frewall.

Link to ipconfig - https://drive.google.com/file/d/0B2micG34zJpLQ3o4ajZpWkxEc2M/view?usp=sharing

Anyone have an idea ?



- Kim -
 

· Registered
Joined
·
10 Posts
Discussion Starter · #3 ·
I think a got something here, but it still confuse me.

I have a created two minecraft serveres. One for tablet/phones (pocket edition) and one for computers. One on port 19132 and one on 25565, both default ports.

The one on port 25565 works just fine and I can connect to it.

The one on port 19132 I just can't connect to. I think somehow the portforward does not work, even though I have created two alike portforwards.

Link to netstat a- https://drive.google.com/file/d/0B2micG34zJpLU2RuMElUWW5mZEU/view?usp=sharing

Link to portforward - https://drive.google.com/file/d/0B2micG34zJpLLUN5T3NWRW1IQVE/view?usp=sharing
 

· Registered
Joined
·
10 Posts
Discussion Starter · #5 ·
That is correct.

I can't see port 19132 either, and I guess it is because it is not forwarded. But how come, port 25565 is forwarded and not port 19132, when it is done the same way in my router.
 

· Registered
Joined
·
1,290 Posts
In order for the port forward to work, you need to forward to a listening port. A port forward has no bearing on the output of the netstat, that just shows which ports your server is listening on.
 

· Registered
Joined
·
10 Posts
Discussion Starter · #7 ·
Ok, Thanks.

I did not know the port had to be listening first, before you could forward to it.

when I start my Minecraftservers it reads a server.properties file. In this file there is a line saying -

server-port=19132

When I change it to port 25565 it seems to be listening, but when I change it to port 19132, it does not seem to be listening.
 

· Registered
Joined
·
10 Posts
Discussion Starter · #9 ·
It is two different type of minecraft servers.

Port 19132 is for tablet/phones - not working

Port 25565 is for desktop computers - working fine.
 

· Registered
Joined
·
1,290 Posts
I had a sneaky feeling :)

I've taken a quick look at the wiki and it doesn't specifically say you can forward two different ports (it doesn't say you can't either).

I would use a port translation rule instead. In your forward rule, leave the port range as 19132 but change the local port to 25565.
 

· Registered
Joined
·
1,290 Posts
Ah ok. Well one of those minecraft servers is either not started, or not listening on the port you need. If they have two separate config files, you'll need to edit that to reflect the port you want to forward to.
 

· Registered
Joined
·
10 Posts
Discussion Starter · #13 ·
I only installed the Desktop server (port 25565) to see if the portforward did work. I guess that both portforward (25565 and 19132) is done correctly, since one of them work - https://drive.google.com/file/d/0B2micG34zJpLLUN5T3NWRW1IQVE/view?usp=sharing

I guess it has something with the software to do.

Could I use Netcat to test port 19132 or does it not have anything to do with my problem ?
 

· Registered
Joined
·
10 Posts
Discussion Starter · #15 ·
How do I verifying that the port is listening ? Can I do that with "netstat -a" and find port 19132 somewhere in the list ? and if it shows up, it is listening ?
 

· Registered
Joined
·
1,149 Posts
Only load the PE server and not the regular MC server. See if it shows up then in netstat -a My thought is both apps are using the same memory space and maybe the regular MC is stomping on the PE version.

You have to get it working locally before forwarding will work.
 
1 - 20 of 21 Posts
Status
Not open for further replies.
Top