rpcbind authorization problems

Posted by Milan on Stack Overflow See other posts from Stack Overflow or by Milan
Published on 2010-04-15T19:40:59Z Indexed on 2010/04/15 19:43 UTC
Read the original article Hit count: 335

Filed under:
|
|
|
|

Hy,

I am using rpcbind (SunRPC) on Arch linux and python rpc.py (wich use standard python socket module) interface for comunication with it, but every time I try to send request for registration or unregistration to rpcbind I get message that I am rejected for security reasons. Only situation when everything works is that when I call rpcbind in insecure mode (rpcbind -i) but I realy want to make everything works in secure mode.I found information from rpcbind datasheet that i can make request in secure mode only from loopback address, but I have tried every aproach i had knew to make such socket and everything fall down. Please help me.

Thank you

© Stack Overflow or respective owner

Related posts about python

Related posts about socket