Sun May 05, 2019 8:44 pm
I've looked on this topic and many others, having this same problem but no fix yet. It seems like something else might be wrong, because i've input it several different ways to try to get different results. I'm using an outside source to ping and see if the port is open, it won't open. Have a minecraft server running on port 25565, the default, and it is recognized via localhost or the local IP for this PC. I can connect to it myself locally, but i can't get it to allow other people in. I've watched several videos, and read several forum posts here, and in other forums. I've tried many different things over the last few days to no avail. It's starting to feel like some sort of insane puzzle by now. I've seen people ask for these to be posted so i'm doing the same.
/ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; defconf
address=192.168.88.1/24 network=192.168.88.0 interface=bridge
actual-interface=bridge
1 D address=192.168.1.151/24 network=192.168.1.0 interface=ether1
actual-interface=ether1
/ip route print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 ADS dst-address=0.0.0.0/0 gateway=192.168.1.1
gateway-status=192.168.1.1 reachable via ether1 distance=1 scope=30
target-scope=10 vrf-interface=ether1
1 ADC dst-address=192.168.1.0/24 pref-src=192.168.1.151 gateway=ether1
gateway-status=ether1 reachable distance=0 scope=10
2 ADC dst-address=192.168.88.0/24 pref-src=192.168.88.1 gateway=bridge
gateway-status=bridge reachable distance=0 scope=10
/ip firewall export
# may/05/2019 13:23:20 by RouterOS 6.44.3
# software id = 5CX7-V9R4
#
# model = 2011UiAS
# serial number = 556B04D2207A
/ip firewall filter
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=forward connection-state=new dst-address=192.168.1.151 \
dst-port=25565 protocol=tcp
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
disabled=yes in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
invalid
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface-list=WAN
/ip firewall nat
add action=dst-nat chain=dstnat dst-port=25565 protocol=tcp to-addresses=\
192.168.88.249 to-ports=25565
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=\
out,none out-interface-list=WAN
I reset the settings to default recently and tried to do everything over again. I'm not sure if i'm missing something, but I've also change the IP filter rule to the 88.249 as well and that did not work either. The main thing is, I'm unable to see it when checking ports from outside sources, i've been using Canyouseeme.org and another one that checks for minecraft server status. I've tried disabling my firewall and it didn't seem to make any changes. Tried disabling a few different filters, and masquerade and tried to ping it like that, no result still. After the reset I tried adding the nat rules that are there now. From what i understand the IP filter rule should be the 88.249, and i have done it that way, but in this referenced instance i tried using the router IP. I've yet to see a change from connection timed out. I've spent about 10+ hours now trying to figure out why when I do the nat rule it doesn't work but it seems to solve everyone else's problems. The port just won't seem to open, and i just cant figure it out. I'm not the most tech savvy but i'm usually pretty good at following directions. This particular case is driving me nuts though, this is maybe the 2nd time in my life reaching out to a forum in the hopes someone can help me out. Hoping I'm posting in the right place, maybe i should post a new post? If so, will do if i get no answer.
Either way, main problem is trying to get this port forwarding working, I'm pretty close to going out and just buying a different router to test and see if it's something else that is the problem for sure or not. Gonna post this question and take a short break, before i end up in a padded room.