Displaying 3 results from an estimated 3 matches for "fd78".
Did you mean:
0d78
2015 Feb 09
3
smbclient works with IP address but not hostname
...our /etc/hosts and /etc/resolv.conf .
>
> Send the output of "ping -c5 fs1" command from your machine?
[gruss at ws1 ~]$ cat /etc/resolv.conf
# Generated by NetworkManager
domain tss-engineering.com
search tss-engineering.com tss-engineering.com.
nameserver 192.168.1.1
nameserver fd78:beb4:a733::1
[gruss at ws1 ~]$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
[gruss at ws1 ~]$ ping -c5 fs1
PING fs1.tss-engineering.com (192.168.1.10) 56(84) bytes of data.
64 bytes from FS1.tss-engineering.com (192.168.1.10): icmp_seq=1 ttl=64...
2015 Feb 09
0
smbclient works with IP address but not hostname
...> Send the output of "ping -c5 fs1" command from your machine?
>>
>
> [gruss at ws1 ~]$ cat /etc/resolv.conf
> # Generated by NetworkManager
> domain tss-engineering.com
> search tss-engineering.com tss-engineering.com.
> nameserver 192.168.1.1
> nameserver fd78:beb4:a733::1
>
> [gruss at ws1 ~]$ cat /etc/hosts
> 127.0.0.1 localhost.localdomain localhost
> ::1 localhost6.localdomain6 localhost6
>
> [gruss at ws1 ~]$ ping -c5 fs1
> PING fs1.tss-engineering.com (192.168.1.10) 56(84) bytes of data.
> 64 bytes...
2015 Feb 08
2
smbclient works with IP address but not hostname
Hi All,
I've configured a Fedora 20 server with samba to share a few user
directories and a printer.
From a Windows 8 laptop, I am able to address the samba server by it's
name (fs1)
From a Fedora 20 client (ws1), I am able to address the samba server by
IP address, but not by name.
[gruss at ws1 ~]$ smbclient --version
Version 4.1.15
[gruss at ws1 ~]$ smbclient -L 192.168.1.10