Re: Cannot mount NFS



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!

.



Relevant Pages

  • Re: iptables problem
    ... Chain INPUT (policy DROP) ... Say I have a server that runs services for web, mail, domain, time and is also a gateway (I will use masquerading for the last although you can use plain NAT). ... $ipt -F OUTPUT ...
    (RedHat)
  • ACK in TCP connectin setup being lost (Re: multiple interfaces to Internet issue)
    ... Examing the output of tcpdump a bit more closely, ... Chain POSTROUTING (policy ACCEPT) ... 63.250.109.128/29 dev eth1 proto kernel scope link src ...
    (comp.os.linux.networking)
  • Re: 2.6.18 forcedeth GSO panic on send
    ... I run tcpserver ... Chain INPUT (policy ACCEPT 20 packets, ...
    (Linux-Kernel)
  • Re: [regression] 2.6.37+ commit 0363466866d9.... breaks tcp ipv6
    ... valid_lft forever preferred_lft forever ... 10.10.0.0/16 dev eth0 proto kernel scope link src 10.10.0.6 ... Chain FORWARD (policy ACCEPT) ...
    (Linux-Kernel)
  • Re: cant send or recive any emails
    ... and i really approcitiate that and i want to tell you something i am trying to be a powerful administrator so i get some mistakes please forgive me and help me to get the right configurations ... by the was what is the wrong in the forward chain? ... this should be ok if you'd have DROP policy on the INPUT chain but as ... All this is useless given the fact that you have ACCEPT policy. ...
    (RedHat)