Hello,
Thanks for the answer.
Sorry for not being more informative. I think I have tried the obvious things. And of course the server is reachable:
# ping meta01
PING meta01 (10.141.240.1) 56(84) bytes of data.
64 bytes from meta01 (10.141.240.1): icmp_seq=1 ttl=64 time=0.106 ms
64 bytes from meta01 (10.141.240.1): icmp_seq=2 ttl=64 time=0.124 ms
64 bytes from meta01 (10.141.240.1): icmp_seq=3 ttl=64 time=0.127 ms
64 bytes from meta01 (10.141.240.1): icmp_seq=4 ttl=64 time=0.136 ms
64 bytes from meta01 (10.141.240.1): icmp_seq=5 ttl=64 time=0.175 ms
64 bytes from meta01 (10.141.240.1): icmp_seq=6 ttl=64 time=0.135 ms
64 bytes from meta01 (10.141.240.1): icmp_seq=7 ttl=64 time=0.135 ms
^C
--- meta01 ping statistics ---
7 packets transmitted, 7 received, 0% packet loss, time 6000ms
rtt min/avg/max/mdev = 0.106/0.134/0.175/0.019 ms
and
# nslookup meta01
Server: 10.141.255.252
Address: 10.141.255.252#53
Name: meta01
Address: 10.141.240.1
I can also access the server via ssh with public key.
Do I have to somehow tell the server about the client? I have not seen that in the documentation, but obviously I'm missing something here...
Best