On Windows, by default, the Enterprise Server Administration Web interface can only be contacted using the loopback address
(localhost or 127.0.0.1).
To turn loopback mode off
To enable remote access to the Web interface, turn loopback mode off. There are two methods that you can use. You can turn
the loopback mode off by using the command line:
- Run
services.msc to open the Windows Service Manager.
- In the Services list, click
Micro Focus Directory Server.
- Click
Stop.
- On a command prompt, type:
mfds --listen-all
- In the Services list, click
Micro Focus Directory Server, and then click
Start.
Alternatively, you can turn the loopback mode off using the Web interface:
- In the Home pane of Enterprise Server Administration, click
Options.
Note: The Web interface is only accessible via localhost or the 127.0.0.1 address.
- Click the
General tab.
- On the
Configure General Options page, uncheck
TCP on loopback only.
- Click
OK.
- Run
services.msc to open the Windows Service Manager.
- In the Services list, click
Micro Focus Directory Server.
- Click
Restart.
To turn loopback mode on
To disable remote access to the Web interface, turn loopback mode on. There are two methods that you can use. You can turn
the loopback mode on by using the command line:
- Run
services.msc to open the Windows Service Manager.
- In the Services list, click
Micro Focus Directory Server.
- Click
Stop.
- On a command prompt, type:
mfds --listen-loopback
- In the Services list, click
Micro Focus Directory Server, and then click
Start.
Alternatively, you can turn the loopback mode on using the Web interface:
- In the Home pane of Enterprise Server Administration, click
Options.
- Click the
General tab.
- On the
Configure General Options page, check
TCP on loopback only.
- Click
OK.
- Run
services.msc to open the Windows Service Manager.
- In the Services list, click
Micro Focus Directory Server.
- Click
Restart.
Note: The Web interface is now only accessible via localhost or the 127.0.0.1 address.