Search code examples
samba

samba - remote connection


I have a samba-server. Can connect to it from my local network with no problem.
Can see that 139 and 445 port are opened. Site "speed-tester.info" also tells me that these ports are opened.
BUT when I scan my server nmap doesnt show me these ports!

have this string in smb.conf, so samba should listen external interface:

interfaces = lo0 msk*

I tried to add "\\89.179.246.174\disk_1" to my network in windows 7 but it failed.
Please help. What is wrong?


Solution

  • I was tired trying to connect my samba shares to my pc remotely.
    So I found for myself 2 other solutions:

    • Use expandrive (binds drive to explorer over ssh, but ssh slows down connection)
    • Use hamachi

    pipitas, thanks anyway!