it seems there is a bug but i can not figure out in which component if i try to connect with the full-qualified hostname it says name or service not known, without the domain it works because it is in "resolv.conf" this does not affect ssh, seems to be global the following apache-reverse-proxy too works only with non-fq hostname <VirtualHost *> ServerName centos-vm.rhsoft.net ServerAlias centos-vm ProxyRequests Off <Limit GET POST HEAD> ProxyPass / http://centos/ ProxyPassReverse / http://centos/ ProxyTimeout 300 </Limit> </VirtualHost> ______________________ [harry@srv-rhsoft:~]$ ssh root@centos.vmware.local ssh: Could not resolve hostname centos.vmware.local: Name or service not known [harry@srv-rhsoft:~]$ nslookup centos.vmware.local Server: 127.0.0.1 Address: 127.0.0.1#53 Name: centos.vmware.local Address: 192.168.196.24 [harry@srv-rhsoft:~]$ nslookup 192.168.196.24 Server: 127.0.0.1 Address: 127.0.0.1#53 24.196.168.192.in-addr.arpa name = centos.vmware.local. [harry@srv-rhsoft:~]$ ssh root@centos Last login: Fri Nov 4 14:12:39 2011 from 192.168.196.1 Unauthorized access to this machine is prohibited. Use of this system is limited to authorized individuals only. All activity is monitored. [root@centos ~]# exit Abgemeldet Connection to centos closed. [harry@srv-rhsoft:~]$ cat /etc/resolv.conf nameserver 127.0.0.1 domain rhsoft.net search rhsoft.net thelounge.net vmware.local test.rh [harry@srv-rhsoft:~]$
Attachment:
signature.asc
Description: OpenPGP digital signature
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel