Try something like this: iptables -A INPUT -m state NEW -p TCP --dport -j LOG --log-prefix ""
If you want to catch all packets, after NEW append ESTABLISHED,RELATED, otherwise you only get syn's. with the log-prefix you may have a better overview while examining the logs... I don't know if astaro already does, guess so, if not you may configure your syslog.conf to get human readable logfile entries:
Try something like this: iptables -A INPUT -m state NEW -p TCP --dport -j LOG --log-prefix ""
If you want to catch all packets, after NEW append ESTABLISHED,RELATED, otherwise you only get syn's. with the log-prefix you may have a better overview while examining the logs... I don't know if astaro already does, guess so, if not you may configure your syslog.conf to get human readable logfile entries: