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

Cannot connect to File Shares using IPSec

I have an Astaro firewall in the office running 7.10 and a Netgear DG834 router at home. I have setup an IPSec VPN from my home to the office. I can use almost all the facilities of the Office network fine. I can remote desktop, use Sharepoint, use Outlook etc. The problem I am having is that I cannot map a file share. When I try to map a share my PC  comes back with the password dialog box, but will not accept any credentials. I have turned off the firewall on my home PC, changed the MTU size down to 1420 at both ends and this makes no difference. I can use a PPTP VPN from the same home PC and use the same file shares without any problems. Does anyone have any ideas as to what the problem is or how I would go about troubleshooting it?


This thread was automatically locked due to age.
Parents
  • This is just the first thing that comes to my mind.  Under the assumption that your systems at work are in a domain, which your machine as home isn't in. When you get the password popup dialog, if you just put in: 
     
    username
    password
     
    it actually gets sent as:
     
    \username
    password
     
    This being the case, the machines at work can't authenticate. You have to force the authentication to use your domain credentials. When you get the password dialog, try:
     
    \username
    password
     
    You can also try 
    username@
     
    Examples:
     
    mydomain\jsmith
    jsmith@mydomain.local
    (mydomain.local\jsmith might work also.)
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • Scott

    Good suggestions, but I have already tried both the options you have mentioned and neither make any difference. No matter what I put in the file share dialog does not accept my input including different user names and alternative domain login formats.
Reply
  • Scott

    Good suggestions, but I have already tried both the options you have mentioned and neither make any difference. No matter what I put in the file share dialog does not accept my input including different user names and alternative domain login formats.
Children