>       What does `ipfw -a l` show?

That seems to be the same as "ipfw show", which I used to
determine that there do not seem to be any 'deny' rules hit.
So I cannot really tell where those packets are going.  I can
hit my port 80 from work no problem (www.bodensatz.com), but
8080 no deal.  So it seems to be going through some allow
rule, but I'm not sure which.

Also, my 'allow 8080 setup' rule was after the divert but
with the public IP number, so I added an equivalent one with
the private address of my interal PC. 

i.e.
01350    0       0 allow tcp from any to <PC_WITH_CAM> 8080 setup

05550    0       0 allow tcp from any to 207.164.198.56 8080 setup

I put the private IP rule right after the divert just in case.

gah!

-- 
http://www.bodensatz.com/
The Beer Site ™

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to