Developer portal installation problem, modify firewall problem?

Hello all,

I found problem in Developer Portal Installer (4.15.04.01)

ftp.apigee.com/apigee_enterprise_OPDK/Developer_Services/DeveloperServices-4.15.04.01.tar

After successfully installation of developer-portal can not access my host!

I found at networked-install.sh STEP 6: Modifying SELinux and Firewall to allow incoming HTTP connections part, looks like something is wrong

$ ssh *devportal*
ssh: connect to host *devportal* port 2022: Connection refused

If anybody had similar problem ?

I will tray look more inside scripts and find problem.

1 4 462
4 REPLIES 4

@Sebastian Krajewski , Which Operating System - Version are you using ?

Red Hat Enterprise Linux Server release 6.5 (Santiago)

Not applicable

We ran into this situation in the past and a reboot of the server cleared it up, but not this time. I tried resetting security groups in the AWS Console and rebooted a couple times, no luck.

I confirmed problem in Developer Portal Installer (4.15.04.01)

STEP 6: Modifying SELinux and Firewall to allow incoming HTTP connections.

That step modify system firewall settings WITHOUT ASKING by rejecting everything what is not on 22 or 80 port.

From security reason we are using ssh on different port.

Because of that I lost entry to my host and need to reinstall it!

Apigee team, fix it please by adding prompt in that step or remove it. In my opinion script shall install service without modify system settings.