If the organization is using an IP address for its proxy server for communication, then configure the HTTP/FTP settings.
From the Embedded Web Server, do either of the following:
Click Device > Network/Ports > HTTP/FTP Settings.
Type the HTTP proxy server IP address.
Click Settings > Network/Ports > TCP/IP.
From the HTTP/FTP Settings section, type the HTTP proxy server IP address.
Save the settings.
If the proxy server is configured using a host name or requires a user name and password, then do the following:
From the Embedded Web Server, do either of the following:
Click Apps > App Framework Configuration.
In the Framework Configuration section, clear Use printer’s proxy settings.
Type the HTTP proxy server host name and the proxy credentials.
Depending on your printer model, do one of the following:
Click Settings > Apps > Apps Management > System > Configure.
Click Settings > Device Solutions > Solutions (eSF) > System > Configure.
Click Settings > Embedded Solutions > System > Configure.
Clear Use printer’s proxy settings.
Type the HTTP proxy server host name and proxy credentials.
Save the settings.
Import a UCF or VCC file containing the following settings:
<setting name="settings.useprinterproxy"> <setting name="settings.http.proxyurl"> <setting name="settings.http.proxyport"> <setting name="settings.proxyurl"> <setting name="settings.proxyport">
Sample values
<?xml version="1.0" encoding="UTF-8"?> <esfSettings> <app name="systemManagerImpl" settingVersion="6.2.0"> <global> <setting name="settings.useprinterproxy">false</setting> <setting name="settings.http.proxyurl">http.proxy1.fmr.com</setting> <setting name="settings.http.proxyport">80</setting> <setting name="settings.proxyurl">http.proxy.fmr.com</setting> <setting name="settings.proxyport">8000</setting> </global> </app> </esfSettings>