{
    "content": [
        {
            "type": "text",
            "text": "# rpcbind (man)\n\n## NAME\n\nrpcbind — universal addresses to RPC program number mapper\n\n## SYNOPSIS\n\nrpcbind [-adhiLlsr]\n\n## DESCRIPTION\n\nThe  rpcbind  utility is a server that converts RPC program numbers into universal addresses.\nIt must be running on the host to be able to make RPC calls on a server on that machine.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (9 subsections)\n- **FILES**\n- **NOTES**\n- **SEE ALSO**\n- **LINUX PORT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "rpcbind",
        "section": "",
        "mode": "man",
        "summary": "rpcbind — universal addresses to RPC program number mapper",
        "synopsis": "rpcbind [-adhiLlsr]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-d",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-d",
                "long": null,
                "arg": null,
                "description": "eration, and will abort on certain errors if -a is also specified. With this option, the name-to-address translation consistency checks are shown in detail."
            },
            {
                "flag": "-f",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-h",
                "long": null,
                "arg": null,
                "description": "fied multiple times and can be used to restrict the interfaces rpcbind will respond to. When specifying IP addresses with -h, rpcbind will automatically add 127.0.0.1 and if IPv6 is enabled, ::1 to the list. If no -h option is specified, rpcbind will bind to INADDRANY, which could lead to problems on a multi-homed host due to rpcbind returning a UDP packet from a different IP address than it was sent to. Note that when rpcbind is controlled via systemd's socket activation, the -h option is ignored. In this case, you need to edit the ListenStream and ListenDgram definitions in /usr/lib/systemd/system/rpcbind.socket instead."
            },
            {
                "flag": "-i",
                "long": null,
                "arg": null,
                "description": "cepts these requests only from the loopback interface for security reasons. This change is necessary for programs that were compiled with earlier versions of the rpc library and do not make those requests using the loopback interface."
            },
            {
                "flag": "-l",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-s",
                "long": null,
                "arg": null,
                "description": "to use non-privileged ports for outgoing connections, preventing non-privileged clients from using rpcbind to connect to services from a privileged port."
            },
            {
                "flag": "-w",
                "long": null,
                "arg": null,
                "description": "state file is created when rpcbind terminates."
            },
            {
                "flag": "-r",
                "long": null,
                "arg": null,
                "description": "rpcinfo need this feature turned on for work properly. (This flag is a Debian exten‐ sion.)"
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "rpcinfo",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/rpcinfo/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 19,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-a       -d",
                        "lines": 1,
                        "flag": "-d"
                    },
                    {
                        "name": "-d",
                        "lines": 3,
                        "flag": "-d"
                    },
                    {
                        "name": "-f",
                        "lines": 1,
                        "flag": "-f"
                    },
                    {
                        "name": "-h",
                        "lines": 9,
                        "flag": "-h"
                    },
                    {
                        "name": "-i",
                        "lines": 4,
                        "flag": "-i"
                    },
                    {
                        "name": "-l",
                        "lines": 1,
                        "flag": "-l"
                    },
                    {
                        "name": "-s",
                        "lines": 3,
                        "flag": "-s"
                    },
                    {
                        "name": "-w",
                        "lines": 2,
                        "flag": "-w"
                    },
                    {
                        "name": "-r",
                        "lines": 3,
                        "flag": "-r"
                    }
                ]
            },
            {
                "name": "FILES",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "NOTES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LINUX PORT",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "rpcbind — universal addresses to RPC program number mapper\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "rpcbind [-adhiLlsr]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  rpcbind  utility is a server that converts RPC program numbers into universal addresses.\nIt must be running on the host to be able to make RPC calls on a server on that machine.\n\nWhen an RPC service is started, it tells rpcbind the address at which it  is  listening,  and\nthe RPC program numbers it is prepared to serve.  When a client wishes to make an RPC call to\na  given program number, it first contacts rpcbind on the server machine to determine the ad‐\ndress where RPC requests should be sent.\n\nThe rpcbind utility should be started before any other RPC service.  Normally,  standard  RPC\nservers are started by port monitors, so rpcbind must be started before port monitors are in‐\nvoked.\n\nWhen  rpcbind  is  started, it checks that certain name-to-address translation-calls function\ncorrectly.  If they fail, the network configuration databases may be corrupt.  Since RPC ser‐\nvices cannot function correctly in this situation, rpcbind reports the condition  and  termi‐\nnates.\n\nThe rpcbind utility can only be started by the super-user.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-a       -d",
                        "content": "",
                        "flag": "-d"
                    },
                    {
                        "name": "-d",
                        "content": "eration, and will abort on certain errors if -a is also specified.  With this option,\nthe name-to-address translation consistency checks are shown in detail.\n",
                        "flag": "-d"
                    },
                    {
                        "name": "-f",
                        "content": "",
                        "flag": "-f"
                    },
                    {
                        "name": "-h",
                        "content": "fied multiple times and can be used to restrict the interfaces rpcbind  will  respond\nto.   When  specifying IP addresses with -h, rpcbind will automatically add 127.0.0.1\nand if IPv6 is enabled, ::1 to the list.  If no -h option is specified, rpcbind  will\nbind to INADDRANY, which could lead to problems on a multi-homed host due to rpcbind\nreturning  a  UDP  packet from a different IP address than it was sent to.  Note that\nwhen rpcbind is controlled via systemd's socket activation, the -h option is ignored.\nIn this case, you need to  edit  the  ListenStream  and  ListenDgram  definitions  in\n/usr/lib/systemd/system/rpcbind.socket instead.\n",
                        "flag": "-h"
                    },
                    {
                        "name": "-i",
                        "content": "cepts these requests only from the loopback interface  for  security  reasons.   This\nchange  is necessary for programs that were compiled with earlier versions of the rpc\nlibrary and do not make those requests using the loopback interface.\n",
                        "flag": "-i"
                    },
                    {
                        "name": "-l",
                        "content": "",
                        "flag": "-l"
                    },
                    {
                        "name": "-s",
                        "content": "to  use  non-privileged  ports  for  outgoing  connections, preventing non-privileged\nclients from using rpcbind to connect to services from a privileged port.\n",
                        "flag": "-s"
                    },
                    {
                        "name": "-w",
                        "content": "state file is created when rpcbind terminates.\n",
                        "flag": "-w"
                    },
                    {
                        "name": "-r",
                        "content": "rpcinfo need this feature turned on for work properly. (This flag is a Debian  exten‐\nsion.)\n",
                        "flag": "-r"
                    }
                ]
            },
            "FILES": {
                "content": "If  \"/etc/default/rpcbind\"  exists,  rpcbind  will  use  the specified options at launch time\nrpcbind Otherwise rpcbind will try to load configuration  from  \"/etc/rppcbind.conf\"  rpcbind\nThe default options are set as \"-w -f\".\n",
                "subsections": []
            },
            "NOTES": {
                "content": "All RPC servers must be restarted if rpcbind is restarted.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "rpcinfo(8)\n",
                "subsections": []
            },
            "LINUX PORT": {
                "content": "Aurelien Charbon <aurelien.charbon@bull.net>\n\nDebian                                   September 14, 1992                               RPCBIND(8)",
                "subsections": []
            }
        }
    }
}