[Satellite 6.x] - Firewall rules for specifying the users foreman and katello fails when installing Red Hat Satellite Capsule with error "Bad value for "--uid-owner""
Issue
- The firewall rules for specifying the users
foremanandkatellofails when installing Red Hat Satellite Capsule with error below:
# iptables -A OUTPUT -o lo -p tcp -m tcp --dport 9200 -m owner --uid-owner foreman -j ACCEPT \
> && iptables -A OUTPUT -o lo -p tcp -m tcp --dport 9200 -m owner --uid-owner katello -j ACCEPT \
> && iptables -A OUTPUT -o lo -p tcp -m tcp --dport 9200 -m owner --uid-owner root -j ACCEPT \
> && iptables -A OUTPUT -o lo -p tcp -m tcp --dport 9200 -j DROP
iptables v1.4.7: owner: Bad value for "--uid-owner" option: "foreman"
Try `iptables -h' or 'iptables --help' for more information.
Environment
- Red Hat Satellite Capsule 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.