On Mar 4 20:21, Ed Greshko wrote: > > > On 03/04/16 19:45, Richard Ibbotson wrote: > > Hi > > > > Does anyone know what this might be about ? Fedora 23 with a > > Gnome/KDE/LXDE desktop... > > > > netstat -nap | grep :21 shows.... > > > > tcp 0 0 192.168.2.10:60088 195.154.162.172:21 > > ESTABLISHED > > > > netstat -aunt shows... > > > > tcp 0 0 192.168.2.10:60088 195.154.162.172:21 > > ESTABLISHED > > > > I'm not running an FTP application. It's almost as if the desktop is > > doing this on it's own. Don't know why there is an established > > connection to 195.154.162.172. Anyone make any suggestions ? If I do > > whois 195.154.162.172 I get..... > > 195.154.162.172 is not running an FTP server on port 21. > > [root@meimei ~]# telnet 195.154.162.172 21 > Trying 195.154.162.172... > Connected to 195.154.162.172. > Escape character is '^]'. > > Does not return a ftp server login. > > You should run... > > netstat -nap | grep :60088 to determine what process is connecting. As root user, otherwise -p will only show the pid of processes you own. Corinna -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org