From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Hambourg Subject: Re: iptables not forwarding port 443 Date: Wed, 07 Jul 2010 17:00:38 +0200 Message-ID: <4C349696.2030807@plouf.fr.eu.org> References: ,<4C349458.6010202@plouf.fr.eu.org> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: "J. Webster" Cc: netfilter@vger.kernel.org (Please don't top post) J. Webster a =E9crit : > So, change it to this? > -A PREROUTING -d xx.xxx.xxx.199 -p tcp -m tcp --dport 443 -j DNAT --t= o-ports 1194 man iptables. DNAT expects "--to-destination
:". > I had udp open as I was planning to change the vpn to udp in the near= future. AFAICS you don't have UDP open in your filter rules, you just redirect it (useless as it will be dropped).