maxx wrote:
> On Sat, 18 Feb 2006 14:36:15 +0000, Robert Harris wrote:
>
>> It looks as if you need to install portmap on your laptop.
>>
>> Robert
>
> I had already checked that:
> # which portmap
> /sbin/portmap
> # rpm -qf /sbin/portmap
> portmap-4.0-24mdk
>
> So... that's not the problem.
Well, if
rpcinfo -p localhost
can't talk to the portmapper, something is wrong with it.
1. What is the output of "netstat -a" which will tell you if your
portmapper is listening (on port 111, TCP and/or UDP)
2. What is the output of "iptables -L" which will tell you what packets
you might be filtering out from your system?
Robert
|