Score:0

Need firewalld equivalent command for this iptable command for forwarding traffic to another IP and port

br flag

Since we are using firewalld on our Oracle Linux 8.4 machines, I need a command equivalent to this IPTable command,

iptables -t nat -A OUTPUT -d 192.168.xx.xxx -p tcp -m tcp --dport 53 -j REDIRECT --to-ports 8600

I have tried below command but it is not able to do the required action,

firewall-cmd --zone=public --add-forward-port=port=53:proto=udp:toport=8600:toaddr=192.168.xx.xxx

Please suggest correct firewalld command to do this.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.