This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMB Share Blocked on VPN

I have a linux server that is serving as a SMB share on my network.  I also have the Cisco VPN client remote access configured and working on an ipad.  When connected to the VPN on the ipad I can not browse to the SMB share on default TCP port 445 (I can within my home network).  I can ping the internal IP address of the server so I know it is visible.  I have disabled IPS for troubleshooting, but it still didn't connect.  What other settings do I need to configure to allow this connection on TCP 445?  Thanks in advance for the advice


This thread was automatically locked due to age.
Parents
  • Temporarily disable Automatic Firewall Rules. 

    Create 2 new firewall rules for all traffic between the VPN client and the linux file share box (and vice versa) for ALL services and turn on logging for these rules, order them to the top.

    Now you should be able to see all communication between these two endpoints to determine if something is being dropped. 

    An alternative to the above is to log into the shell and use tcpdump.

    It may be as simple as the linux box using NFS and not SMB.
Reply
  • Temporarily disable Automatic Firewall Rules. 

    Create 2 new firewall rules for all traffic between the VPN client and the linux file share box (and vice versa) for ALL services and turn on logging for these rules, order them to the top.

    Now you should be able to see all communication between these two endpoints to determine if something is being dropped. 

    An alternative to the above is to log into the shell and use tcpdump.

    It may be as simple as the linux box using NFS and not SMB.
Children
No Data