First of all, thanks for the help =)

Well, I would like to install one service but I can´t install because the yum don´t work. the endian firewall is redhat based.

How can I install the one service? How can I install the yum?!

Thanks, best regard´s.

link|improve this question

feedback

migrated from stackoverflow.com Nov 11 '09 at 14:18

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 1 down vote accepted

Since the firewall is redhat based, you can try to download the compatible rpm for the service and use the rpm command to install. You will most likely need to resolve dependencies issues for a successful install.

link|improve this answer
feedback

Yum only requires port 80 (HTTP). Is the firewall under your control? If it's on the local machine, you can configure it to allow 80 with the system-config-firewall gui.

If it's not under your control, call the admin up, and tell him to lighten up. Allowing 80 out/established is a very minor risk.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.