Results 1 to 2 of 2

Thread: Accessing firewalled samba server

  1. #1

    Accessing firewalled samba server

    Hi guys and gals,

    What's the best way to access my firewalled samba server. I've tried using a ssh tunnel but that hasnt worked it fails everytime I try to connect to it.

    What I did is I ssh into the samba server and then ran

    Code:
    ssh -L8080:localhost:139 gmoreno@home.esclavosoy.com
    then tried to mount from my computer
    Code:
    mount -t smbfs -o username=xxx,password=xxx  ///69.225.5.194:8080 shares/
    but its failed.

    Thanks

  2. #2

    Re:Accessing firewalled samba server

    If you are using `iptables`, you can open the ports that Samba uses and restrict access to them using conditions such as network address/mask, MAC address, and etc.

Similar Threads

  1. Active Directory LDAP Compliance
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 02:34 AM
  2. Set Up SQL Server with Proxy Server
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 02:18 AM
  3. ISA Server on Server 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:50 PM
  4. ISA Server on Windows Server 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:49 PM
  5. Live Communications Server 2005 Glossary
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •