This is really related to iptables, not I presume Fedora-specific. But I'm really hoping that somebody here will be able to school me on iptables, so I don't have to find and subscribe to some other list just to ask one question.
I'm faced with the problem of needing to punch a hole in a firewall on our portal server so that, in our case, ssh to port 20022 on external interface of that server actually just connects to port 22 on another machine located in the network on the internal interface. I hope I'm being clear.iptables -A PREROUTING -t nat -p tcp -s 0/0 --dport 20022 -j DNAT --to 192.168.0.35:22
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org