Hi All,
I am trying to start the nfsd server on the QNX machine.
When i type netstat -an, it shows me the following list of protocols and ports
/# netstat -an
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 52 10.10.9.1.22 10.10.9.2.3461 ESTABLISHED
tcp 0 0 10.10.9.1.22 10.10.9.2.3340 ESTABLISHED
tcp 0 0 *.15 . LISTEN
tcp 0 0 *.22 . LISTEN
tcp 0 0 *.80 . LISTEN
udp 0 0 *.514 .
What command do inorder for the QNX machine to start listening to the 111 port for both tcp and udp?
Regards,
SJ