What's new

Port forwarding

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Mogsy

Senior Member
Hello all,

Running Asuswrt-Merlin on RT-AX86S and just saw this under System Log - Port Forwarding Virtual servers. I don't remember setting up any port forwarding. Is this normal? Thank you

SourceProtoPort rangeRedirect toLocal PortChain
ALLTCP80192.168.50.118099PCREDIRECT
 
Do you have uPNP enabled? Likely due to this if so.
I don't have that enabled. uPNP and WPS are disabled when I started using this router. Port trigger is off too.

My WiFi signal keeps dropping as well
 
That is the rule for the router's blocking page. i.e. when you've setup parental controls, WAN down redirection, etc.
Thanks Colin. I never setup those as well. My Diversion blocking/response page is 0.0.0.0 too
 
Go to Parental Controls - Time Scheduling and see if anything there has been enabled.
 
Thanks Colin. Yes that is off too
I can't think why you're seeing that rule then. Try logging into the router via SSH and issuing these commands:
Code:
nvram show 2>/dev/null | grep ^MULTIFILTER
iptables -S | grep PControls
iptables -t nat -S PCREDIRECT
 
I can't think why you're seeing that rule then. Try logging into the router via SSH and issuing these commands:
Code:
nvram show 2>/dev/null | grep ^MULTIFILTER
iptables -S | grep PControls
iptables -t nat -S PCREDIRECT
Code:
ASUSWRT-Merlin RT-AX86U 386.7_2 Sun Jul 24 21:37:08 UTC 2022
---------@RT-AX86S-9768:/tmp/home/root# nvram show 2>/dev/null | grep ^MU
LTIFILTER
MULTIFILTER_ALL=1
MULTIFILTER_BLOCK_ALL=0
MULTIFILTER_DEVICENAME=
MULTIFILTER_ENABLE=
MULTIFILTER_MAC=
MULTIFILTER_MACFILTER_DAYTIME=
MULTIFILTER_MACFILTER_DAYTIME_V2=
MULTIFILTER_MACFILTER_DAYTIME_V2_CONVERTED=1
MULTIFILTER_TMP=
MULTIFILTER_URL=
MULTIFILTER_URL_ENABLE=
MULTIFILTER_MAC=
MULTIFILTER_DEVICENAME=
MULTIFILTER_MACFILTER_DAYTIME=
MULTIFILTER_MACFILTER_DAYTIME_V2=
MULTIFILTER_TMP=
------------@RT-AX86S-9768:/tmp/home/root# iptables -S | grep PControls
-N PControls
-N WGNPControls
-A FORWARD -i br2 -j WGNPControls
-A FORWARD -i br2 -j WGNPControls
-----------@RT-AX86S-9768:/tmp/home/root# iptables -t nat -S PCREDIRECT
 
I think you omitted the last line of your output.

That rule doesn't appear to be present anymore. Check it again in the GUI.

You also have Time Scheduling enabled under Parental Controls, disable it.
 
That rule doesn't appear to be present anymore. Check it again in the GUI.

You also have Time Scheduling enabled under Parental Controls, disable it.
Thank you. Rule is not on GUI anymore. Time Scheduling was on, but no devices/mac addr under it. Thanks again Colin
 
That rule is for web redirection when the WAN is down.
 
Are you sure? I thought the WAN down redirection was to port 18017.
Port 18099 is indeed for Parental Control, I was remembering the wrong port.
 
just upgraded to Merlin. time scheduling is enabled by default. i disabled it and the rule with 18099 is gone. thanks to the search function i was able to solve this
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top