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.

This should give you a hint as to what is going on.


-- 
In reality, some people should stick to running Windows and others should stay 
away from
computers altogether.

-- 
users mailing list
users@lists.fedoraproject.org
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

Reply via email to