Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Windows clien't can't connect to anything. SMB shares very slow from Mac.

    Scheduled Pinned Locked Moved OpenVPN
    23 Posts 3 Posters 2.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jarrod1024
      last edited by

      Hi,

      I have set up an openvpn server (roadwarrior setup) but am unable to connect to anything from a windows client, and connecting from my macbook pro, connecting to and opening files on smb shares is very slow ( approximately 20 seconds to open a 14KB excel spreadsheet). I am able to connect to the webui of PFSense from the mac over the vpn as well as the other servers on the network, but windows can not even connect to the webuis. This is over LTE by the way, i will be testing the connection speed on the mac on my home network tonight. Does anyone know what could be causing this though?

      Thanks

      1 Reply Last reply Reply Quote 0
      • K
        kejianshi
        last edited by

        You may not like my suggestion, but using linux to make a samba share is widows XP easy and reliable. 
        That said, I know jack about Mac.

        Its likely the share.

        1 Reply Last reply Reply Quote 0
        • J
          jarrod1024
          last edited by

          The share is actually on a Freenas server, not on Windows. I'd prefer to use NFS as i like it alot better but unfortunately there is some windows machines that will need access.

          1 Reply Last reply Reply Quote 0
          • K
            kejianshi
            last edited by

            There aren't any openvpn mistakes that could be made that would give you intermittent access to a share.
            For me its always been all good or dead.  I got nothin.  Could be a windows firewall issue?  ISP?

            If its pfsense, its nothing I'm aware of.  I'm using such shares now on the same version as you - with linux mint sharing.  Some difference.

            1 Reply Last reply Reply Quote 0
            • J
              jarrod1024
              last edited by

              It's not intermittent, just very slow on the Mac and doesn't work at all on windows. Smb isn't the only issue on the Windows machine though, http and https also don't work on the windows machine. I'm guessing nothing works on the windows machine but I have only tested http, https and smb. I'll try disabling windows firewall though and try from a different internet connection.

              1 Reply Last reply Reply Quote 0
              • K
                kejianshi
                last edited by

                I'm at a loss.  Sharing usually either works or fails.  Its weird.

                1 Reply Last reply Reply Quote 0
                • DerelictD
                  Derelict LAYER 8 Netgate
                  last edited by

                  You might have a path MTU problem.

                  Try setting VPN > IPsec, Advanced, Enable Maximum MSS to 1400 and testing again.

                  https://en.wikipedia.org/wiki/Path_MTU_Discovery

                  Chattanooga, Tennessee, USA
                  A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                  DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                  Do Not Chat For Help! NO_WAN_EGRESS(TM)

                  1 Reply Last reply Reply Quote 0
                  • J
                    jarrod1024
                    last edited by

                    Try setting VPN > IPsec, Advanced, Enable Maximum MSS to 1400 and testing again.

                    This is on an Openvpn vpn, would it still be set under IPsec?

                    Thanks

                    1 Reply Last reply Reply Quote 0
                    • K
                      kejianshi
                      last edited by

                      Test it OFF LTE, on a wired internet connection and see if anything changes.  Also, maybe post your openvpn configuration.  See if there is anything odd in there.

                      1 Reply Last reply Reply Quote 0
                      • K
                        kejianshi
                        last edited by

                        @Derelict:

                        You might have a path MTU problem.

                        Try setting VPN > IPsec, Advanced, Enable Maximum MSS to 1400 and testing again.

                        https://en.wikipedia.org/wiki/Path_MTU_Discovery

                        I did have to fool around with MSS and MSS-Fix, 1400 was the number.  However, I've only had to touch it on DD-WRT.

                        1 Reply Last reply Reply Quote 0
                        • DerelictD
                          Derelict LAYER 8 Netgate
                          last edited by

                          This is on an Openvpn vpn, would it still be set under IPsec?

                          Thanks

                          Yes. I was going to mention I realized it was OpenVPN and to set it under IPsec anyway. That covers all VPN networks. Generrally when you have a PMTU problem under one you have it under both.

                          Chattanooga, Tennessee, USA
                          A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                          DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                          Do Not Chat For Help! NO_WAN_EGRESS(TM)

                          1 Reply Last reply Reply Quote 0
                          • J
                            jarrod1024
                            last edited by

                            I added mssfix 1400 and am now able to access the servers with my cellphone which wasn't working before.
                            I am starting to wonder if it is just the terrible upload speed where the pfsense box is (1.36mbps). I knew it was bad but i didn't realize it was that bad… I would still think it shouldn't take 20 seconds to open a 14KB file though. Is there any way to speed it up over this connectlon?

                            Here is the config file, I have replaces anything that might not be public information with *s.

                            dev ovpns1
                            verb 1
                            dev-type tun
                            dev-node /dev/tun1
                            writepid /var/run/openvpn_server1.pid
                            #user nobody
                            #group nobody
                            script-security 3
                            daemon
                            keepalive 10 60
                            ping-timer-rem
                            persist-tun
                            persist-key
                            proto udp
                            cipher AES-256-CBC
                            auth SHA256
                            up /usr/local/sbin/ovpn-linkup
                            down /usr/local/sbin/ovpn-linkdown
                            client-connect /usr/local/sbin/openvpn.attributes.sh
                            client-disconnect /usr/local/sbin/openvpn.attributes.sh
                            multihome
                            tls-server
                            server 10.152.152.0 255.255.255.0
                            client-config-dir /var/etc/openvpn-csc/server1
                            username-as-common-name
                            auth-user-pass-verify "/usr/local/sbin/ovpn_auth_verify user *******************= false server1 1194" via-env
                            tls-verify "/usr/local/sbin/ovpn_auth_verify tls ‘**************’ 1"
                            lport 1194
                            management /var/etc/openvpn/server1.sock unix
                            max-clients 25
                            push "route 10.152.172.0 255.255.255.0"
                            client-to-client
                            duplicate-cn
                            ca /var/etc/openvpn/server1.ca 
                            cert /var/etc/openvpn/server1.cert 
                            key /var/etc/openvpn/server1.key 
                            dh /etc/dh-parameters.2048
                            tls-auth /var/etc/openvpn/server1.tls-auth 0
                            ncp-ciphers AES-256-GCM:AES-128-GCM
                            persist-remote-ip
                            float
                            topology subnet
                            mssfix 1400
                            
                            
                            1 Reply Last reply Reply Quote 0
                            • DerelictD
                              Derelict LAYER 8 Netgate
                              last edited by

                              SMB really, really sucks especially over slow, higher-latency connections. 1.3Mbit/sec? You're lucky it works at all.

                              You might consider some sort of syncing protocol that syncs the two sites overnight or something.

                              Chattanooga, Tennessee, USA
                              A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                              DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                              Do Not Chat For Help! NO_WAN_EGRESS(TM)

                              1 Reply Last reply Reply Quote 0
                              • J
                                jarrod1024
                                last edited by

                                I also did this but it didn't work on my cellphone until i also added mssfix 1400

                                Try setting VPN > IPsec, Advanced, Enable Maximum MSS to 1400 and testing again.

                                SMB really, really sucks especially over slow, higher-latency connections. 1.3Mbit/sec? You're lucky it works at all.

                                You might consider some sort of syncing protocol that syncs the two sites overnight or something.

                                Im going to call the ISP on Monday and see if they can provide a better upload speed.

                                I will try it on a wired connection as soon as i get home, but im sure my upload speed isn't helping. What should me compression settings be set to?

                                1 Reply Last reply Reply Quote 0
                                • K
                                  kejianshi
                                  last edited by

                                  Can that be pushed effectively?

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    jarrod1024
                                    last edited by

                                    SMB really, really sucks especially over slow, higher-latency connections. 1.3Mbit/sec? You're lucky it works at all.

                                    You might consider some sort of syncing protocol that syncs the two sites overnight or something.

                                    Are most people using SMB over vpn or should i be using a different protocol? I use nfs at home but i also don't have any windows machines at home, only linux and Mac.

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      jarrod1024
                                      last edited by

                                      Can that be pushed effectively?

                                      I'm unsure what you are asking.

                                      1 Reply Last reply Reply Quote 0
                                      • K
                                        kejianshi
                                        last edited by

                                        For setting I want all clients to have I normally configure openvpn server to push the settings to all clients that connect to it.

                                        Wondered if this setting could be pushed.  Was asking Derelict.  Sorry.

                                        As far as should you use SMB.  It depends.  What are you using it for?  For most file manipulation, I use caja browser and sftp or SSH in.

                                        Outside linux, I use winscp.

                                        For other things, SMB is easier.

                                        Of course, I only use linux shares so makes it easier to flip back and forth between those methods.

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          jarrod1024
                                          last edited by

                                          As far as should you use SMB.  It depends.  What are you using it for?  For most file manipulation, I use caja browser and sftp or SSH in.

                                          Mostly for accessing word and Excel documents and pdf's, maybe accessing pictures and videos in the future, but I would have to get a faster connection for that. One of the directories I would be accessing quite frequently has over 4800 files in it (word and PDF) and gets bigger every day, and is quite slow to list currently.

                                          I do currently have owncloud running on a vps with this folder synced to it, but if possible I would also like VPN access to it.

                                          1 Reply Last reply Reply Quote 0
                                          • K
                                            kejianshi
                                            last edited by

                                            Yeah - You would do much better with SFTP I think.

                                            Though windows lacks the ability natively, there are add-on programs to give you SSH and SFTP access remotely.

                                            https://wiki.filezilla-project.org/FileZilla_FTP_Server

                                            I've never needed a windows server for things like this, but I think filezilla can do it.

                                            There are also other (pay me) microsoft solutions and probably other add-ons for windows.

                                            Still, I'm biased perhaps but I think linux makes a much better "server" for such things.  (Edited)  I hate windows for serving up files.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.