Skip to content

Installing SEAL IPP Proxy


  1. Install the unzip unpacking program:

    • RHEL:

      sudo yum --assumeyes install unzip
      
    • SLES:

      sudo zypper --non-interactive install unzip
      
  2. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  3. Download the IPP-Proxy - 1.1.0.81 - rpm folder. It is saved as IPP-Proxy - 1.1.0.81 - rpm.zip.

  4. Extract IPP-Proxy - 1.1.0.81 - rpm.zip:

    unzip "IPP-Proxy - 1.1.0.81 - rpm.zip"
    
  5. Change to the IPP-Proxy - 1.1.0.81 - rpm directory and start installing the contained packages:

    cd "IPP-Proxy - 1.1.0.81 - rpm"
    
    sudo sh install.sh
    
  6. Open the required firewall ports for necessary services:

    sudo sh firewall.sh
    
  7. Start IPP-Proxy:

    systemctl start ipp-proxy
    

Hint - installed as a service

SEAL IPP Proxy is installed as a service. It is started automatically and does not have to be started manually.


Back to top