LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-02-2017, 07:12 PM   #1
andros705
LQ Newbie
 
Registered: Feb 2016
Posts: 11

Rep: Reputation: Disabled
nftables, how to redirect all traffic to port 8080 to another ip


Hi, my router is running on Arch Linux.
I am trying to redirect all the traffic to port 8080 to my laptop which is hosting http website.

Here is configuration I come up with so far:
Code:
table ip nat {
	chain post {
		type nat hook postrouting priority 0; policy accept;
	}

	chain pre {
		type nat hook prerouting priority 0; policy accept;
		dnat to tcp dport map { 8080 : 192.168.0.100 } # handle 3
	}
}
But when I am trying to connect I am being welcomed with this unfriendly message: "<ip address> took too long to respond."

Of course I am using nftables and the loaded modules are below:

Code:
Module                  Size  Used by
nft_masq_ipv4           1265  1
nf_nat_masquerade_ipv4  2616  1 nft_masq_ipv4
nft_masq                1783  1 nft_masq_ipv4
nft_reject_inet         1814  1
nf_reject_ipv4          2938  1 nft_reject_inet
nf_reject_ipv6          3368  1 nft_reject_inet
nft_reject              2451  1 nft_reject_inet
nf_conntrack_ipv6       8902  2
nf_defrag_ipv6         14899  1 nf_conntrack_ipv6
nft_ct                  4373  2
nf_tables_inet          1618  4
nf_tables_ipv6          2117  1 nf_tables_inet
nft_set_hash           11030  2
nft_set_rbtree          2883  0
nft_meta                5683  9
nft_nat                 2508  1
nft_chain_nat_ipv4      1618  2
nf_conntrack_ipv4       8376  3
nf_defrag_ipv4          1546  1 nf_conntrack_ipv4
nf_nat_ipv4             5204  1 nft_chain_nat_ipv4
nf_nat                 16628  3 nft_nat,nf_nat_masquerade_ipv4,nf_nat_ipv4
nf_conntrack           94166  6 nft_ct,nf_conntrack_ipv6,nf_conntrack_ipv4,nf_nat_masquerade_ipv4,nf_nat_ipv4,nf_nat
nf_tables_ipv4          2053  2 nf_tables_inet
nf_tables              66017  54 nft_ct,nft_nat,nft_chain_nat_ipv4,nft_reject,nft_set_hash,nf_tables_ipv6,nf_tables_ipv4,nft_masq,nft_reject_inet,nft_meta,nft_set_rbtree,nft_masq_ipv4,nf_tables_inet
#systemctl status nftables
Active: active (exited)
Main PID: 611 (code=exited, status=0/SUCCESS)
 
  


Reply

Tags
arch linux, nating, networking, port forwarding



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
iptables: redirect port 8080 to 81 and block port 8080 robertjinx Linux - Server 9 09-30-2016 03:29 PM
redirect port 80 to 8080 by iptables but it changes again when system boot up enes1177 Linux - Networking 2 07-03-2008 08:09 AM
Redirect port 80 to 8080 for One NIC(eth0) shipon_97 Linux - Newbie 1 01-09-2008 10:49 AM
debian iptables squid - redirect port 80 to port 8080 on another machine nickleus Linux - Networking 1 08-17-2006 12:59 AM
REDIRECT port 80 to 8080 not working dwynter Linux - Networking 2 06-25-2003 08:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration