> Try this:
> 
> iptables -A INPUT -d 24.16.106.242 -j ACCEPT
> iptables -t nat -A PREROUTING -d 24.16.106.242 --dport 443 -j DNAT --to 
> 192.168.0.3

Finally found a late night to work on the firewall.  This works with one minor exception, needs -p tcp:

iptables -t nat -A PREROUTING -p tcp -d 24.16.106.242 --dport 443 -j DNAT --to 192.168.0.3

Rule is ignored without it.

Is there anything iptables cannot do?  :)

Thanks!

Josh

_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list