= IP-Role Mapper Service Configuration = The IP-Role mapper service is quite easy to configure and its configuration may be modified "on the fly", that is, the service will reload the configuration file when it detects any modifications. The configuration file is just an XML file containing a list of IP ranges enclosed in an {{{}}} element. Each of the IP ranges must have a begin and an end address specified in its attributes and must contain at least one {{{}}} element. The begin and end address are included in the range and thus, a range having a begin address which is identical to the end address will specify an individual host. Each individual IP range in the configuration file may apply either IPv4 or IPv6 addresses, that is, the begin and end address of each range must be of the same type. However, mixing IPv4 and IPv6 IP ranges in the same configuration file is allowed. Here is an example of an IPv4 {{{}}} element: {{{ lan_users }}} Here is an example of an IPv6 {{{}}} element: {{{ vip_user professor boffin }}} Standard XML comments, like the ones in the above examples, may be added anywhere in the configuration file. However, the IP role mapper service will not use them for anything. They will just be silently ignored. Here is an IPv4 example of a complete configuration file: {{{ inhouse inhouse inhouse inhouse inhouse }}}