Re: Cannot mount NFS
- From: maxx <root@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 18 Feb 2006 21:15:00 +0100
On Sat, 18 Feb 2006 18:27:55 +0000, Robert Harris wrote:
1. What is the output of "netstat -a" which will tell you if your
portmapper is listening (on port 111, TCP and/or UDP)
$ netstat -an | grep 111
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
udp 0 0 0.0.0.0:111 0.0.0.0:*
unix 3 [ ] STREAM CONNECTED 13111
So... portmapper is listening.
2. What is the output of "iptables -L" which will tell you what packets
you might be filtering out from your system?
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
So... no packets filtered.
I'm figuring out how to start the portmapper in verbose mode.
--
gr,
maxx
:wq!
.
- References:
- Cannot mount NFS
- From: maxx
- Re: Cannot mount NFS
- From: Robert Harris
- Re: Cannot mount NFS
- From: maxx
- Re: Cannot mount NFS
- From: Robert Harris
- Cannot mount NFS
- Prev by Date: Re: cookbook to installing/configuring WPA
- Next by Date: Re: Cannot mount NFS
- Previous by thread: Re: Cannot mount NFS
- Next by thread: Re: Cannot mount NFS
- Index(es):
Relevant Pages
|