Hi,
when I run a nmap localhost I see that port 199 is open for the smux service but when I check the services gui in runlevel 3 or 5 I don't find it. It's also not in /etc/init.d/
At the moment almost everything is inactive except for some well known services like httpd crond etc. but mux is still there.
Does anyone know how to colse this service?
regards, ivago
On 27/04/06, D. Ivago batsleer@gmail.com wrote:
when I run a nmap localhost I see that port 199 is open for the smux service but when I check the services gui in runlevel 3 or 5 I don't find it. It's also not in /etc/init.d/
Do netstat, ps, lsof or any other tools show anything of use?
# netstat -ln # ps auxw | grep -Ei 'snmp|smux' # lsof -i :199
Will.