After upgrading to F9 from F8, my samba shares have ceased to be accessible from one remote machine (but not from another remote machine).
This is a result of samba-3.2.0 (as in F9) using IPv6, but I know nothing at all about that, so I am appealing for help!
In my samba log directory (/var/log/samba) I now have files which look like:
__ffff_192.168.1.4.log
The computer with the IP address 192.168.1.4 is called iyonix.bgnet.
In the log file __ffff_192.168.1.4.log I have:
[2008/06/17 17:43:37, 0] lib/util_sock.c:matchname(1670)
matchname: host name/address mismatch: ::ffff:192.168.1.4 != iyonix.bgnet
[2008/06/17 17:43:37, 0] lib/util_sock.c:get_peer_name(1791)
Matchname failed on iyonix.bgnet ::ffff:192.168.1.4
[2008/06/17 17:43:40, 0] lib/util_sock.c:matchname(1670)
matchname: host name/address mismatch: ::ffff:192.168.1.4 != iyonix.bgnet
[2008/06/17 17:43:40, 0] lib/util_sock.c:get_peer_name(1791)
Matchname failed on iyonix.bgnet ::ffff:192.168.1.4
From another machine, mybgpc (192.168.1.5) I can connect, and I get a log entry in its file mybgpc.log as follows:
[2008/06/17 17:44:39, 1] smbd/service.c:make_connection_snum(1188)
mybgpc (::ffff:192.168.1.5) connect to service PCfiles initially as user mybg (uid=500, gid=500) (pid 3376)
[2008/06/17 17:44:43, 1] smbd/service.c:make_connection_snum(1188)
mybgpc (::ffff:192.168.1.5) connect to service Misc initially as user mybg (uid=500, gid=500) (pid 3376)
[2008/06/17 17:44:47, 1] smbd/service.c:make_connection_snum(1188)
mybgpc (::ffff:192.168.1.5) connect to service FamilyPhotos initially as user mybg (uid=500, gid=500) (pid 3376)
[2008/06/17 17:55:01, 1] smbd/service.c:close_cnum(1399)
mybgpc (::ffff:192.168.1.5) closed connection to service Misc
[2008/06/17 17:55:01, 1] smbd/service.c:close_cnum(1399)
mybgpc (::ffff:192.168.1.5) closed connection to service FamilyPhotos
... but I also get a file __ffff_192.168.1.5.log which has:
[2008/06/17 17:44:06, 0] lib/util_sock.c:matchname(1670)
matchname: host name/address mismatch: ::ffff:192.168.1.5 != mybgpc.bgnet
[2008/06/17 17:44:06, 0] lib/util_sock.c:get_peer_name(1791)
Matchname failed on mybgpc.bgnet ::ffff:192.168.1.5
How can I get the matchname stuff to work properly?
I am completely stuck!



Reply With Quote
