Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
Weltlich
Feb 13, 2006
Grimey Drawer
Problem description: I'm trying to set up a minecraft server for a couple of friends of mine. I can get it to work locally just fine, but it's being incredibly resistant to allowing port 25565 to be forwarded properly. I'm at a loss, since according to my router's firmware, the port is being forwarded. But anyone attempting to connect to it gets a "cannot connect" failure message.

Attempted fixes: I've tried the following:
Following the port-forwarding guide for my router at portforwarding.com
Tried toggling my firewall on and off to see if that was the issue
Tried toggling DMZ
Tried using port scanner at whatsmyip.org to scan 25565. Result always timeout failure.

Recent changes: No recent changes to system

--

Operating system: Win 10 Pro 64 Bit

System specs: Home Built

i5 processor
NVidia 1060
8GB ram
250GB SSD

NetGear WNDR3400 router


Location: USA

I have Googled and read the FAQ: Yes

Further Info
ipconfig output:

code:
Ethernet adapter Ethernet:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Ethernet adapter Ethernet 2:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Wireless LAN adapter Local Area Connection* 1:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Wireless LAN adapter Wi-Fi:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::6850:f7cb:c37a:76c1%8
   IPv4 Address. . . . . . . . . . . : 10.0.0.2
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.0.0.1

Ethernet adapter Bluetooth Network Connection:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Connection-specific DNS Suffix  . :
   IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6ab8:285f:3589:2e96:7e13
   Link-local IPv6 Address . . . . . : fe80::285f:3589:2e96:7e13%9
   Default Gateway . . . . . . . . . : ::
The Router Port Forwarding Dialogue Screen

Adbot
ADBOT LOVES YOU

Pontificating Ass
Aug 2, 2002

What Doth Life?
Just had some port forwarding problems myself. You can get wireshark and tell it to start monitoring your ethernet connection; put in this filter:



You can use something like http://canyouseeme.org/ to send something to the port, and if it a packet shows up in wireshark, it means it's getting thru your router. If there is a reply packet, it means some software is replying. No reply probably means your software firewall is dropping the packet.

Pontificating Ass fucked around with this message at 02:14 on Aug 24, 2017

Weltlich
Feb 13, 2006
Grimey Drawer

Sintax posted:

Just had some port forwarding problems myself. You can get wireshark and tell it to start monitoring your ethernet connection; put in this filter:



You can use something like http://canyouseeme.org/ to send something to the port, and if it a packet shows up in wireshark, it means it's getting thru your router. If there is a reply packet, it means some software is replying. No reply probably means your software firewall is dropping the packet.

Awesome, thanks for the tips. I'll give them a shot.

  • Locked thread