How to register eureka-clients with eureka-server on different hosts. Spring-boot
问题 I'm running my eureka-server on my localhost. I'm able to register all my other on localhost running services and everthing works like expected. Now I want to register a service which is running on a linux machine. My properties looks like that: spring.application.name=myService-service spring.cloud.config.uri=http://myMachine.domain.lan:8888 server.port=8002 eureka.client.service-url.default-zone=http://myMachine.domain.lan:8761/eureka/ But the service is not able to register on eureka