Port Forwarding Not Working

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Port Forwarding Not Working

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Port Forwarding Not Working
Port Forwarding Not Working
2022-12-31 10:32:41
Tags: #Port Forwarding
Model: ER605 (TL-R605)   TL-SG3452  
Hardware Version: V2
Firmware Version: 2.0.1 and 1.1.4

Hi folks, I've been using a Synology SRM 2600 router so far and the port forwarding has worked flawlessly so far! Now I switched to TP-Link with Omada Controller! But with the same settings for devices and NGinx Proxy Server,

I use the Omada Controller in Docker Container from mbentley/docker-omada-controller :

 

version: "3.1"

services:

  omada-controller:
    container_name: Omada-Controller
    image: mbentley/omada-controller
    environment:
      - TZ=Etc/UTC
      - MANAGE_HTTP_PORT=8088
      - MANAGE_HTTPS_PORT=8043
      - PORTAL_HTTP_PORT=8088
      - PORTAL_HTTPS_PORT=8043
      - SHOW_SERVER_LOGS=true
      - SHOW_MONGODB_LOGS=true
      - SSL_CERT_NAME="tls.crt"
      - SSL_KEY_NAME="tls.key"
    network_mode: host
    volumes:
      - /data/Omada/data:/opt/tplink/EAPController/data
      - /data/Omada/work:/opt/tplink/EAPController/work
      - /data/Omada/logs:/opt/tplink/EAPController/logs
    restart: always

 

,

Port forwarding no longer works! Does anyone have a solution?

 

 

  0      
  0      
#1
Options
2 Reply
Re:Port Forwarding Not Working
2023-01-02 06:05:21

  @Morpheusxx 

 

I have ER605 v1 and port forwrding is working for me.

 

But I did notice that I cannot access the URL from another local device. I can only get into my server through other Internet source like my mobile phone data. Kinda like the port forwarding is working but the loopback not work correctly.

 

Maybe you have the same case?

  0  
  0  
#2
Options
Re:Port Forwarding Not Working
2023-01-02 23:54:51

  @Somnus 

 

Thank you, the error was mine, the DNS forwarding was not set correctly, error fixed!

  2  
  2  
#3
Options

Information

Helpful: 0

Views: 811

Replies: 2

Tags

Port Forwarding
Related Articles