unsure for wich component file bugreport

Reindl Harald h.reindl at thelounge.net
Fri Nov 4 14:28:02 UTC 2011


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 at srv-rhsoft:~]$ ssh root at centos.vmware.local
ssh: Could not resolve hostname centos.vmware.local: Name or service not known

[harry at 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 at 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 at srv-rhsoft:~]$ ssh root at 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 at centos ~]# exit
Abgemeldet
Connection to centos closed.

[harry at srv-rhsoft:~]$ cat /etc/resolv.conf
nameserver 127.0.0.1
domain rhsoft.net
search rhsoft.net thelounge.net vmware.local test.rh
[harry at srv-rhsoft:~]$


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/devel/attachments/20111104/8c7c3517/attachment.bin 


More information about the devel mailing list