Hi there. I have clients I am trying to add and it seems that if they are on a different subnet than my SuMa server then it is stuck at:
UPDATING RHN_REGISTER/UP2DATE CONFIGURATION FILES
downloading necessary files
client_config_update.py…
curl: (7) Failed connect to my.server.com:443; Connection timed out
client-config-overrides.txt…
curl: (7) Failed connect to my.server.com:443; Connection timed out
ERROR: client_config_update.py was not downloaded
Last login: Wed May 2 15:20:44 UTC 2018
. How do I accommodate for this? I know this seems like a general Linux question, but since my issue is within SuMa I figured I’d ask here.
Well, the bootstrap script never made it to the client seems since I got stuck here. There is a network connection. It seems I can ssh into the client, I can’t do much else. I gave the service account permissions in the client. The client can ping the server, but not able to ssh to the server. There is a firewall active on the server as is the client side, but both seem to be open on the right ports.
By the way, that ‘my.server.com’, I’m assuming that is supposed to be the FQDN of my SuMa server? Because I can’t find where I am supposed to change that.
Maybe there is a wrong name in Admin → Manager Configuration → Bootstrap Script?
But first I think you could try to change the name directly in the bootstrap script just for testing. They are in /srv/www/htdocs/pub/bootstrap .
But also try to figure out if there is just a routing problem to the SuMa Server. If a ping or telnet [suma-server] 443 doesn’t work, everything else will also fail.