this post was submitted on 03 Oct 2025
16 points (100.0% liked)

techsupport

2970 readers
22 users here now

The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.

If something works or if you find a solution to your problem let us know it will be greatly apreciated.

Rules: instance rules + stay on topic

Partnered communities:

You Should Know

Reddit

Software gore

Recommendations

founded 2 years ago
MODERATORS
 

I have been attempting to open a port to host an Arma 3 server but have been unable to. I have a logged into my router, and opened the ports, but they remain closed when I try to test the ports.

I have a rather unusual setup for my connection, I'll admit, where I use Ethernet, but its through a Powerline Ethernet Adapter. Could that be a problem with port forwarding?

I use an older router, a Motorola MT7700, I think, (Im not at home to check atm.) I run Linux Mint, it has no problems afaik.

top 19 comments
sorted by: hot top controversial new old
[–] Toes@ani.social 2 points 2 days ago (1 children)
[–] trslim@pawb.social 2 points 1 day ago

Yes! I did, thank you

[–] slazer2au@lemmy.world 4 points 2 weeks ago (1 children)

Do you actually have a public IP on your router?

Some carriers will give you a private that is the CGNATed those addresses are 100.64.0. to 100.127.255.255

[–] trslim@pawb.social 3 points 2 weeks ago

I have checked this, and yes I do have a public IP.

[–] mvirts@lemmy.world 4 points 1 week ago

When you say open a port you mean forwarding connections to that port to your machine inside your lan?

Next steps I would take are to verify you can access the port within your lan

I.e. if your machine has a local IP of 192.168.1.23 and your service is listening on port 4200 try connecting to 192.168.1.23:4200 from another device on the lan, or even from the machine itself although I'm not sure that's always a good test.

You can also try nmap to scan you lan or netstat on the host to check what ports are in use.

If that fails you may have a restrictive firewall on your machine blocking inbound connections. A quick check to see if this is the problem is to disable the firewall entirely, just remember to turn it back on if you need it!

If you can access it locally on the lan, sniffing traffic with Wireshark may help debug the issue. You should be able to see the router sending forwarded traffic into the lan. If the configured IP address is not known to the router you may just see arp requests for who has [IP address to forward to]

[–] Hozerkiller@lemmy.ca 3 points 2 weeks ago (2 children)

Silly question. You made sure the port is being forwarded to the server and it's not just open in the firewall right?

[–] trslim@pawb.social 1 points 2 weeks ago

firewall is not blocking the port

[–] trslim@pawb.social 1 points 2 weeks ago

I want to say yes, but I wouldnt put anything past myself. I will check when i can

[–] Zachariah@lemmy.world 3 points 2 weeks ago (2 children)
[–] trslim@pawb.social 3 points 2 weeks ago

ok, so it is saying it cannot see me through that port

[–] trslim@pawb.social 2 points 2 weeks ago

ill let you kno as soon as I can

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 3 points 2 weeks ago (2 children)

but they remain closed when I try to test the ports.

Have you had someone else try? Not all routers correctly handle NAT reflection. Try a too like this.

https://www.yougetsignal.com/tools/open-ports/

[–] trslim@pawb.social 1 points 2 weeks ago

yougetsignal is saying the port is closed

[–] trslim@pawb.social 1 points 2 weeks ago

ill try it out

[–] BootLoop@sh.itjust.works 3 points 1 week ago

Perhaps your ISP doesn't support port forwarding? I could never get port forwarding to work on the crappy rural internet providers I used to be on.

[–] Plebcouncilman@sh.itjust.works 2 points 2 weeks ago (1 children)

Does your ISP allow port forwarding?

[–] trslim@pawb.social 1 points 2 weeks ago

I have hosted before through UPnP, but that stopped working fairly recently. As far as port forwarding goes, WOW didnt said anything about it.

[–] CompactFlax@discuss.tchncs.de 2 points 2 weeks ago (1 children)

What port? Some ISPs block some ports. Also, is the server running if you access from within the network?

[–] trslim@pawb.social 1 points 2 weeks ago

Ports 2302 and 2303, I have been able to connect to the server over LAN, but it has been a while since I tested it again over LAN. I shall attempt that again.