Hi,
Just recently installed SUSE on my system after my Arch install was taken down due to HDD failure, however unlike Arch SUSE seems to have an issue accessing internal servers via their DNS name, I can resolve them via nslookup correctly but when I try traceroute I get an error though I can access the server correctly via IP address. Any ideas? Here is the output from the following commands I’ve ran.
$ nslookup intranet.bosc.local
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: intranet.bosc.local
Address: 172.16.0.6
$ traceroute intranet.bosc.local
intranet.bosc.local: Name or service not known
Cannot handle "host" cmdline arg `intranet.bosc.local' on position 1 (argc 1)
$ ping intranet.bosc.local
ping: unknown host intranet.bosc.local
$ ping 172.16.0.6
PING 172.16.0.6 (172.16.0.6) 56(84) bytes of data.
64 bytes from 172.16.0.6: icmp_req=1 ttl=64 time=0.340 ms
64 bytes from 172.16.0.6: icmp_req=2 ttl=64 time=0.181 ms
Under /etc/nsswitch.conf, I changed the hosts line to “files dns” from minimal_dns, I can now resolve addresses with a FDQN. Any reason as to why SUSE ships like this? I can ping with just the host name alone still so I can’t see the advantage of having minimal_dns.
Glad to hear you fixed it and thanks for the feedback. As to the question I’ve got no idea why it ships like this by default but I guess there is some reasoning behind. Maybe lwfinger will shed some light on this
On 09/10/2012 03:16 AM, glistwan wrote:
>
> braingravyuk;2485597 Wrote:
>> Fixed the issue:
>>
>> Under /etc/nsswitch.conf, I changed the hosts line to “files dns” from
>> minimal_dns, I can now resolve addresses with a FDQN. Any reason as to
>> why SUSE ships like this? I can ping with just the host name alone still
>> so I can’t see the advantage of having minimal_dns.
>>
>> Thanks
> Glad to hear you fixed it and thanks for the feedback. As to the
> question I’ve got no idea why it ships like this by default but I guess
> there is some reasoning behind. Maybe lwfinger will shed some light on
> this
I’m not sure that it does ship like that. My system has