What's new

iptables issue or no?

  • Thread starter Deleted member 27741
  • Start date
  • 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!

D

Deleted member 27741

Guest
Hi, I have a certain iptables rule that is driving me nuts.

When I add port forwards, everything is fine with all of them but one. It is a port forward like-
forwardname 6000 local.ip.address 6000

For whatever reason this and ONLY this port forward shows up in the NAT iptable with a dpt of X?
tcp dpt:X to:local.ip.address:6000

All others show a correct dpt. I have reset the router. I have deleted the rule and rebooted (and added rule again). Reset the rule multiple times (delete and re-add). Added the rule with a different name. Done a rain dance and used the force. Still can't get that freakin' rule in iptables to say the right dpt. :mad::mad: The problem only occurs with the port forward to port 6000. Problem or no? :confused::confused:

p.s. I call the nat iptable with this command:
iptables -t nat -L -v --line-numbers -x
 
Last edited by a moderator:
Great, thanks! What the %$@ is X server? :):) I suppose I should move that service away from port 6000.
 
Last edited by a moderator:

Sign Up For SNBForums Daily Digest

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