Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - dric

#1
General Discussion / Re: Port Forwarding not working
February 02, 2025, 07:56:47 PM
Good news (I guess): Without changing anything it's working again.

Thanks for your help.
#2
General Discussion / Re: Port Forwarding not working
January 30, 2025, 01:23:25 PM
Sorry, I should have mentioned, that I used MY-WAN-IP and 0.0.0.0 just as Placeholders for real addresses.
I'm sure that I curl'd from outside my network, I checked the IP before.
My carrier is DTAG (fiber), they don't use CG-NAT. My gateway is directly connected to the ONT.
Let me see if changing the destination to ,,WAN address" helps.
#3
General Discussion / Port Forwarding not working
January 30, 2025, 08:06:17 AM
Hey Community,

I'm trying to port forward 25292/tcp to 192.168.1.111/32. Both source and destination ports are identical. The device is an Unraid 7 server running Docker. The target container is in bridge mode with port 25292/tcp allocated.

In OPNsense, I have created a NAT rule along with the corresponding firewall rule. However, when I try to access http://MY-WAN-IP:25292 from another network using curl, I get the following error:

user@device ~ % curl http://MY-WAN-IP:25292 --verbose  
*   Trying 0.0.0.0:25292...
* connect to 0.0.0.0 port 25292 from 192.168.2.49 port 57851 failed: Network is unreachable
* Failed to connect to 0.0.0.0 port 25292 after 4018 ms: Couldn't connect to server
* Closing connection
curl: (7) Failed to connect to 0.0.0.0 port 25292 after 4018 ms: Couldn't connect to server

MY-WAN-IP and 0.0.0.0 are just placeholders.

I'm not behind a second NAT (DS-Lite etc).