[Samba] Windows cannot access \\server check the spelling of the name 0x800704cf

Rowland penny rpenny at samba.org
Mon Aug 12 17:56:42 UTC 2019


On 12/08/2019 18:40, Rich Webb via samba wrote:
>
> #> host -t A fs1
> fs1.webb.local has address 192.168.5.161
>
> #> host -t A fs1.webb.local
> fs1.webb.local has address 192.168.5.161

That shows that 'fs1' is resolvable by its short hostname & FQDN

FS1:

Make /etc/hostname look like this:

fs1

make /etc/hosts look like this:

127.0.0.1   localhost
::1         localhost
192.168.5.161   fs1.webb.local  fs1

DC2:

Make /etc/hostname look like this:

dc2

make /etc/hosts look like this:

#> cat /etc/hosts
127.0.0.1   localhost
::1         localhost
192.168.5.160 dc2.webb.local dc2

Now try again ;-)

Rowland




More information about the samba mailing list