Networking Forums

Networking Forums > Computer Networking > Linux Networking > sunrpc - post two for me today...

Reply
Thread Tools Display Modes

sunrpc - post two for me today...

 
 
Gblx News
Guest
Posts: n/a

 
      12-24-2003, 01:59 PM
I'm running RH7.3 2.4.18-3 on an intel box as a firewall/squid proxy. I ran
nmap on it and found that sunrpc keeps showing up. Portmap is turned off,
and nfs is turned off. What else would keep sunrpc open? I've done a ton of
google, but no answers that helped ( most said thier problem was fixed by
turning portmap off...).

How do I turn off that accursed sunrpc?

Thanks - D
--
----------------------------------------
Drew McBee
Network Administrator
Tradesmen International

----------------------------------------
** Opinions expressed here are my own and not that of my employer **
----------------------------------------




 
Reply With Quote
 
 
 
 
Andrey Asadchev
Guest
Posts: n/a

 
      12-24-2003, 03:09 PM
Gblx News wrote:
> I'm running RH7.3 2.4.18-3 on an intel box as a firewall/squid proxy. I ran
> nmap on it and found that sunrpc keeps showing up. Portmap is turned off,
> and nfs is turned off. What else would keep sunrpc open? I've done a ton of
> google, but no answers that helped ( most said thier problem was fixed by
> turning portmap off...).
>
> How do I turn off that accursed sunrpc?
>
> Thanks - D


lsof - list open files
"-i" switch will show you internet sockets in use

# lsof -i
<snip>
xinetd 4026 root 7u IPv4 23887 UDP *:tftp
apache 27711 root 16u IPv4 2649 TCP *:www (LISTEN)
</snip>

look into man page for more options.
I dont think Redhat installs lsof as part of base install, so you will
have to isntall rpm.


 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      12-26-2003, 07:45 AM
"Gblx News" <dont_spam_me@reply_to_group_instead.org> wrote in message
news:(E-Mail Removed)

> I'm running RH7.3 2.4.18-3 on an intel box as a firewall/squid proxy.
> I ran nmap on it and found that sunrpc keeps showing up. Portmap is
> turned off, and nfs is turned off. What else would keep sunrpc open?
> I've done a ton of google, but no answers that helped ( most said
> thier problem was fixed by turning portmap off...).
>
> How do I turn off that accursed sunrpc?


"chkconfig --list" will show in what runlevels things will start/stop. If
portmap is turned off, then the currently running portmap must be
terminated. As someone else mentioned, "lsof -i :111" will indicate the PID
of the currently running portmap. You can either kill it explicitly, or mo'
bettah "/etc/init.d/portmap stop"


tony


--
use hotmail for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
Gblx News
Guest
Posts: n/a

 
      12-29-2003, 06:34 PM
WELL -

lsof -i:111 gives me nothing. I know portmap isn't running as theres'
nothing in chkconfig and when I try to stop it, it fails ( as it should,
since it isn't running ). AND I'm scanning an external ip#/port from inside
my network - if THAT has anything to do with it.... I'm using nmap to
portscan, maybe an nmap anomolie -? Or is that blasphemy?
Regardless, I don't think it represents a security issue, since the service
clearly isn't working anyway.But I'd like to make it go away...

-D


"ynotssor" <"ynotssor"> wrote in message
news:(E-Mail Removed)...
> "Gblx News" <dont_spam_me@reply_to_group_instead.org> wrote in message
> news:(E-Mail Removed)
>
> > I'm running RH7.3 2.4.18-3 on an intel box as a firewall/squid proxy.
> > I ran nmap on it and found that sunrpc keeps showing up. Portmap is
> > turned off, and nfs is turned off. What else would keep sunrpc open?
> > I've done a ton of google, but no answers that helped ( most said
> > thier problem was fixed by turning portmap off...).
> >
> > How do I turn off that accursed sunrpc?

>
> "chkconfig --list" will show in what runlevels things will start/stop. If
> portmap is turned off, then the currently running portmap must be
> terminated. As someone else mentioned, "lsof -i :111" will indicate the

PID
> of the currently running portmap. You can either kill it explicitly, or

mo'
> bettah "/etc/init.d/portmap stop"
>
>
> tony
>
>
> --
> use hotmail for any email replies
>
>
>
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----== Over 100,000 Newsgroups - 19 Different Servers! =-----



 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      12-29-2003, 07:34 PM
"Gblx News" <dont_spam_me@reply_to_group_instead.org> wrote in message
news:(E-Mail Removed)

> lsof -i:111 gives me nothing. I know portmap isn't running as theres'
> nothing in chkconfig and when I try to stop it, it fails ( as it
> should, since it isn't running ). AND I'm scanning an external
> ip#/port from inside my network - if THAT has anything to do with
> it.... I'm using nmap to portscan, maybe an nmap anomolie -? Or is
> that blasphemy? Regardless, I don't think it represents a security
> issue, since the service clearly isn't working anyway.But I'd like to
> make it go away...


lsof must be run on the machine being being queried, and it must be run as
root. A normal user will not be able to query the port info.


--
use hotmail for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BE DNS changes today Adrian C Broadband 6 02-03-2010 10:20 PM
Sky - switch on today! Abo Broadband 15 07-09-2007 04:18 PM
Slow Zen Today M Broadband 7 02-07-2006 02:10 PM
Tech today Jay Windows Networking 0 10-03-2005 11:41 PM
No Internet Today... julie Home Networking 6 07-19-2003 12:23 PM



1 2 3 4 5 6 7 8 9 10 11