Re: unable to redirect port 443 from the internet to an internal server

2009-06-10 Thread journey-...@shaw.ca
On Wed, Jun 10, 2009 at 9:40 AM, Brian A. Seklecki < sekle...@noc.cfi.pgh.pa.us> wrote: > On Wed, 2009-06-10 at 09:24 -0700, Journey Man wrote: > > Yet another rule that redirects port 1443 to port 443 works: > > Try tcpdump: > > % sudo tcpdump -i $ext_if 'port 443' > > Then try to re-create the T

Re: unable to redirect port 443 from the internet to an internal server

2009-06-10 Thread Brian A. Seklecki
On Wed, 2009-06-10 at 09:24 -0700, Journey Man wrote: > Yet another rule that redirects port 1443 to port 443 works: Try tcpdump: % sudo tcpdump -i $ext_if 'port 443' Then try to re-create the TCP socket from a 3rd party remote host. See if the syn packet comes in. If not, then your ISP could

unable to redirect port 443 from the internet to an internal server

2009-06-10 Thread Journey Man
I have a fresh install of OpenBSD 4.5 on i386 I am trying to redirect port 443 (SSL) from the Internet to a Windows 2003 Server. The pf.conf rule is: rdr pass on $ext_if proto tcp to port 443 -> 192.168.105.2 port 443 >From a remote machine, I am unable to access the server using SSL: