Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


IPv4 Port configuration
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

IPv4 Port configuration

Hello
I am looking to configure network I want to access x.x.x.x:port1 to x.x.x.x:port2...same IP...I think I can do it with IPtables but I am not sure how...The traffic would be mostly TCP.
Any help would be appreciated.

Comments

  • FrankZFrankZ Veteran
    edited February 2015
    iptables -t nat -A PREROUTING -p tcp -m tcp -d ip number --dport port1  -j DNAT --to-destination ip number:port2
    
  • I haven't tested it but it seems logical...

  • Will update u the results...

Sign In or Register to comment.