ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Seriously Windows 10, you cant mount Webdav with custom ports ?

    Scheduled Pinned Locked Moved IT Discussion
    windowssharesmountwebdavwindows 10mapped drive
    39 Posts 8 Posters 15.8k 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.
    • scottalanmillerS
      scottalanmiller @black3dynamite
      last edited by scottalanmiller

      @black3dynamite said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

      @scottalanmiller said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

      @black3dynamite said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

      Microsoft is all about SMB. Why would they bother with WebDAV and even NFS?

      Are they REALLY all about SMB? They've supported WebDAV for like 15 years and NFS for more than 20. MS is pretty dedicated to options. They also support SFTP drive mounting.

      Isn't WebDAV and NFS supported for compatibility reasons nowadays?

      SFTP support without the need for chocolatey or linux subsystem for Windows?

      Isn't SMB for compatibility too?

      Chocolatey is the official deployment method for some Windows components. RHEL doesn't support SFTP without the equivalent. SFTP support is full from Microsoft.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        Windows Subsystem for Linux does not provide anything to Windows. No one means WSL when the day Windows does something. WSL is a VM. It's different from windows.

        black3dynamiteB 1 Reply Last reply Reply Quote 0
        • black3dynamiteB
          black3dynamite @scottalanmiller
          last edited by

          @scottalanmiller
          I stand corrected.

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            MS really isn't that bad about stuff. They have their faults, but by and large they are a pretty good vendor. Expensive, but they aren't all that bad.

            1 Reply Last reply Reply Quote 1
            • RojoLocoR
              RojoLoco
              last edited by

              Maybe Webdav doesn't swing that way and doesn't want to be mounted!!!

              (don't y'all love my smart-ass, non helpful posts?)

              scottalanmillerS 1 Reply Last reply Reply Quote 2
              • scottalanmillerS
                scottalanmiller @RojoLoco
                last edited by

                @rojoloco said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                Maybe Webdav doesn't swing that way and doesn't want to be mounted!!!

                (don't y'all love my smart-ass, non helpful posts?)

                Dav is a prude.

                RojoLocoR travisdh1T 2 Replies Last reply Reply Quote 0
                • RojoLocoR
                  RojoLoco @scottalanmiller
                  last edited by

                  @scottalanmiller said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                  @rojoloco said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                  Maybe Webdav doesn't swing that way and doesn't want to be mounted!!!

                  (don't y'all love my smart-ass, non helpful posts?)

                  Dav is a prude.

                  Well, maybe Dav is just a top....

                  1 Reply Last reply Reply Quote 0
                  • travisdh1T
                    travisdh1 @scottalanmiller
                    last edited by

                    @scottalanmiller said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                    @rojoloco said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                    Maybe Webdav doesn't swing that way and doesn't want to be mounted!!!

                    (don't y'all love my smart-ass, non helpful posts?)

                    Dav is a prude.

                    Are we talking about WebDAV or me now?

                    RojoLocoR 1 Reply Last reply Reply Quote 0
                    • Emad RE
                      Emad R @black3dynamite
                      last edited by

                      @black3dynamite said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                      https://www.webdavsystem.com/server/access/windows/

                      \\server@5555\DavWWWRoot\
                      \\server@SSL@4444\DavWWWRoot\
                      

                      Thanks for this, I never saw anything like it from before. Even the format seems very far from windows variables.

                      I tried it quickly but failed, I will still try again.

                      after some researching it seems this file does all the magic: "MRXDAV.SYS" which I found in my win 10 but also found this entry:

                      https://www.greenbytes.de/tech/webdav/webdav-redirector-list.html#issue-port-handling

                      Emad RE 1 Reply Last reply Reply Quote 0
                      • Emad RE
                        Emad R @Emad R
                        last edited by

                        @emad-r

                        Closest thing till yet is :

                        C:\Windows\System32>net use * https://IP:PORT/Public/
                        System error 1397 has occurred.

                        Mutual Authentication failed. The server's password is out of date at the domain controller.

                        Emad RE 1 Reply Last reply Reply Quote 1
                        • Emad RE
                          Emad R @Emad R
                          last edited by

                          @emad-r

                          So added the self signed ssl cert from the NAS side to my computer trusted root authority.

                          Tried adding the HTTPS IP to this reg key:
                          https://support.microsoft.com/en-in/help/941050/error-message-on-a-windows-vista-based-computer-when-you-try-to-access

                          Also tried using this format:

                          net use * \my.site.com@SSL@my_no-default-port\DavWWWRoot\my_folder <password> /USER:<my_user> /persistent:no

                          If i supply the user password I get this :

                          The operation being requested was not performed because the user has not been authenticated.

                          Without it I get this:

                          Mutual Authentication failed. The server's password is out of date at the domain controller.

                          I will give this a rest now, hope it helps somebody that wants to push this forward. I no longer interested to pursue this. will use WinSCP and thats that.

                          momurdaM 1 Reply Last reply Reply Quote 1
                          • momurdaM
                            momurda @Emad R
                            last edited by

                            @emad-r
                            Just throwing this out here
                            You probably need to use the SPN of the webdav service in your net use statement to get Mutual Authentication to work.

                            Emad RE 1 Reply Last reply Reply Quote 0
                            • M
                              marcinozga
                              last edited by

                              Have you tried 3rd party client? Cyberduck for example.

                              Emad RE 1 Reply Last reply Reply Quote 0
                              • Emad RE
                                Emad R @momurda
                                last edited by

                                @momurda said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                                @emad-r
                                Just throwing this out here
                                You probably need to use the SPN of the webdav service in your net use statement to get Mutual Authentication to work.

                                Can you provide me for an example ? and how can I find my SPN ? ithe webdave service is on NAS device from ASUSTOR

                                momurdaM 1 Reply Last reply Reply Quote 0
                                • Emad RE
                                  Emad R @marcinozga
                                  last edited by

                                  @marcinozga

                                  Yh 3rd party works like charm, but wanted it to work natively to make it easier for end users.

                                  M 1 Reply Last reply Reply Quote 0
                                  • momurdaM
                                    momurda @Emad R
                                    last edited by momurda

                                    @emad-r Many non windows NAS has ability to join Windows domain. Is this NAS part of your Active Directory Users & Computers?
                                    If so
                                    from your workstation
                                    setspn -L nasname.yourdomain.com
                                    This will list some things like
                                    WSMAN/nas
                                    WSMAN/nas.domain.com
                                    find the one that is your webdav service and use that in your net use

                                    There is also this below link which explains what is happening and how to fix it. So you might be able to get this working. It says vista but it still applies to win7, 8, 8.1, 10.
                                    https://support.microsoft.com/en-us/help/941050/error-message-on-a-windows-vista-based-computer-when-you-try-to-access

                                    Emad RE 1 Reply Last reply Reply Quote 1
                                    • M
                                      marcinozga @Emad R
                                      last edited by

                                      @emad-r said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                                      @marcinozga

                                      Yh 3rd party works like charm, but wanted it to work natively to make it easier for end users.

                                      I've never found anything in Windows to work the way I or users wanted it. Internet Explorer, Windows Media Player, Movie Maker, the list goes on.

                                      scottalanmillerS 1 Reply Last reply Reply Quote 1
                                      • scottalanmillerS
                                        scottalanmiller @marcinozga
                                        last edited by

                                        @marcinozga said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                                        @emad-r said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                                        @marcinozga

                                        Yh 3rd party works like charm, but wanted it to work natively to make it easier for end users.

                                        I've never found anything in Windows to work the way I or users wanted it. Internet Explorer, Windows Media Player, Movie Maker, the list goes on.

                                        I don't seem to have any issues. Oh wait, I'm on Linux.

                                        1 Reply Last reply Reply Quote 1
                                        • Emad RE
                                          Emad R @momurda
                                          last edited by

                                          @momurda said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                                          @emad-r Many non windows NAS has ability to join Windows domain. Is this NAS part of your Active Directory Users & Computers?
                                          If so
                                          from your workstation
                                          setspn -L nasname.yourdomain.com
                                          This will list some things like
                                          WSMAN/nas
                                          WSMAN/nas.domain.com
                                          find the one that is your webdav service and use that in your net use

                                          There is also this below link which explains what is happening and how to fix it. So you might be able to get this working. It says vista but it still applies to win7, 8, 8.1, 10.
                                          https://support.microsoft.com/en-us/help/941050/error-message-on-a-windows-vista-based-computer-when-you-try-to-access

                                          Thanks a ton, will look into further into this.

                                          1 Reply Last reply Reply Quote 0
                                          • RojoLocoR
                                            RojoLoco @travisdh1
                                            last edited by

                                            @travisdh1 said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                                            @scottalanmiller said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                                            @rojoloco said in Seriously Windows 10, you cant mount Webdav with custom ports ?:

                                            Maybe Webdav doesn't swing that way and doesn't want to be mounted!!!

                                            (don't y'all love my smart-ass, non helpful posts?)

                                            Dav is a prude.

                                            Are we talking about WebDAV or me now?

                                            Aren't you WebTRAV?

                                            travisdh1T 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 2 / 2
                                            • First post
                                              Last post