Translated message

A translation of this page exists in English.

Warning message

This translation is outdated. For the most up-to-date information, please refer to the English version.

Satellite 서버와 인터넷 사이에 프록시 서버를 두고 Red Hat Satellite 6를 구성하는 방법

Solution Verified - Updated -

Environment

  • Red Hat Satellite 6

Issue

  • Satellite와 인터넷 사이에 프록시 서버가 위치한 환경에서 Satellite 6를 올바르게 구성하는 방법. 또한, 인터넷과 직접 통신하는 모든 Satellite 6 구성 요소를 나열하는 방법은?
  • 네트워크 변경 시 Satellite에 새로운 프록시를 구성하는 방법은?

Resolution

Red Hat Satellite 6에 존재하는 프록시 설정 유형에 대한 자세한 정보는 Red Hat Satellite 6에 존재하는 프록시 설정 유형의 수를 참조하여 Satellite 서버의 http 프록시 유형 및 사용법을 확인하십시오.

참고 프록시 설정은 satellite-installer가 아닌 hammer를 통해 수행됩니다.

1) Satellite에 HTTP 프록시 항목 추가:

# hammer http-proxy create --name=myproxy \
--url http://myproxy.example.com:8080  \
--username=proxy_username \
--password=proxy_password

2) 기본적으로 이 HTTP 프록시를 사용하도록 Satellite 구성:

# hammer settings set --name=content_default_http_proxy --value=myproxy
  • 프록시 변경 시 /etc/rhsm/rhsm.conf 파일도 함께 업데이트하는 것을 잊지 마십시오.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments