jose sanchez wrote: > I hope this can help: > > iptables -A FORWARD -p udp -i $INCOMING_NIC -o > $OUTGOING_NIC -d $LOG_SERVER --dport 514 -j ACCEPT > > Is almost the samething you have. Let me know if it > worked. Nope. Dumb question -- how does it get into the forward chain? Do I need to accept it in INPUT?