*.* @10.10.10.10:10101
To have a remote Linux box send it's logs over to the Astaro box. I have added this into two of my Linux boxes (a Debian and Fedora box) but it doesn't seem to be working (I did change the IP to the LAN address of my Astaro box). In fact, I can't even see anything running on port 10101 on the Astaro box. If I telnet to the Astaro box on 10101 I get nothing at all. A quick list of the open ports doesn't show anything using 10101:
gateway:/root # sudo netstat -lptu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:18080 *:* LISTEN 8732/httpproxy
tcp 0 0 db_host.local:18081 *:* LISTEN 8732/httpproxy
tcp 0 0 db_host.local:smux *:* LISTEN 8038/snmpd
tcp 0 0 *:scientia-ssdb *:* LISTEN 8603/frox
tcp 0 0 *:submission *:* LISTEN 6579/exim
tcp 0 0 db_host.local:15723 *:* LISTEN 4987/aua.bin
tcp 0 0 db_host.loc[:D]yna-access *:* LISTEN 9248/clamd
tcp 0 0 *:http-alt *:* LISTEN 8732/httpproxy
tcp 0 0 *:smtps *:* LISTEN 6579/exim
tcp 0 0 db_host.lo:search-agent *:* LISTEN 8602/cssd
tcp 0 0 10.242.2.1[:D]omain *:* LISTEN 5968/named
tcp 0 0 rrcs-98-102-254-[:D]omain *:* LISTEN 5968/named
tcp 0 0 rrcs-98-102-254-[:D]omain *:* LISTEN 5968/named
tcp 0 0 rrcs-98-102-254-[:D]omain *:* LISTEN 5968/named
tcp 0 0 gateway[:D]omain *:* LISTEN 5968/named
tcp 0 0 gateway[:D]omain *:* LISTEN 5968/named
tcp 0 0 db_host.local[:D]omain *:* LISTEN 5968/named
tcp 0 0 *:ssh *:* LISTEN 8425/sshd
tcp 0 0 *:4472 *:* LISTEN 7907/confd [listene
tcp 0 0 *[:P]ostgresql *:* LISTEN 5326/postgres
tcp 0 0 *:smtp *:* LISTEN 6579/exim
tcp 0 0 *:https *:* LISTEN 8501/httpd
tcp 0 0 *:nv-video *:* LISTEN 8501/httpd
tcp 0 0 *:44444 *:* LISTEN 8473/openvpn
tcp 0 0 *:18080 *:* LISTEN 8732/httpproxy
tcp 0 0 ip6-localhost:18081 *:* LISTEN 8732/httpproxy
tcp 0 0 *:http-alt *:* LISTEN 8732/httpproxy
tcp 0 0 *:ssh *:* LISTEN 8425/sshd
tcp 0 0 *[:P]ostgresql *:* LISTEN 5326/postgres
tcp 0 0 *:nv-video *:* LISTEN 8501/httpd
udp 0 0 db_host.loca:ipsec-msft *:* 8085/pluto
udp 0 0 gateway:ipsec-msft *:* 8085/pluto
udp 0 0 rrcs-98-102-:ipsec-msft *:* 8085/pluto
udp 0 0 rrcs-98-102-:ipsec-msft *:* 8085/pluto
udp 0 0 rrcs-98-102-:ipsec-msft *:* 8085/pluto
udp 0 0 gateway:ipsec-msft *:* 8085/pluto
udp 0 0 *:snmp *:* 8038/snmpd
udp 0 0 10.242.2.1[:D]omain *:* 5968/named
udp 0 0 rrcs-98-102-254-[:D]omain *:* 5968/named
udp 0 0 rrcs-98-102-254-[:D]omain *:* 5968/named
udp 0 0 rrcs-98-102-254-[:D]omain *:* 5968/named
udp 0 0 gateway[:D]omain *:* 5968/named
udp 0 0 gateway[:D]omain *:* 5968/named
udp 0 0 db_host.local[:D]omain *:* 5968/named
udp 0 0 *:bootps *:* 9053/dhcpd
udp 0 0 db_host.local:isakmp *:* 8085/pluto
udp 0 0 gateway:isakmp *:* 8085/pluto
udp 0 0 rrcs-98-102-254-:isakmp *:* 8085/pluto
udp 0 0 rrcs-98-102-254-:isakmp *:* 8085/pluto
udp 0 0 rrcs-98-102-254-:isakmp *:* 8085/pluto
udp 0 0 gateway:isakmp *:* 8085/pluto
udp 0 0 10.242.2.1:ntp *:* 8485/ntpd
udp 0 0 gateway:ntp *:* 8485/ntpd
udp 0 0 rrcs-98-102-254-67.:ntp *:* 8485/ntpd
udp 0 0 rrcs-98-102-254-68.:ntp *:* 8485/ntpd
udp 0 0 rrcs-98-102-254-70.:ntp *:* 8485/ntpd
udp 0 0 gateway:ntp *:* 8485/ntpd
udp 0 0 db_host.local:ntp *:* 8485/ntpd
udp 0 0 *:ntp *:* 8485/ntpd
udp 0 0 *:42108 *:* 8732/httpproxy
udp 0 0 *:snmp *:* 8038/snmpd
udp 0 0 ip6-localhost:isakmp *:* 8085/pluto
udp 0 0 ip6-localhost:ntp *:* 8485/ntpd
udp 0 0 *:ntp *:* 8485/ntpd
Is there something I'm not doing correctly or is this feature just not completed yet. Thanks so much!


