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

Webdav

Hi,
I'm trying to publish a folder on a QNAP NAS Device via Webdav.

It is working from inside the LAN.
It is not working via SSL VPN, if I use any port other than 80.
It is not working vis SSL VPN if I use port 80 but disable web filtering.

With enabled web filtering, setting "allowed networks" to any and port 80, it is working vie SSL VPN.

My problem is, I cannot get it to work from outside the LAN without vpn.

I've created a DNAT rule, forwarding all traffic from an additional address using http to the QNAP device.

Two packet filter rules allow http for the QNAP device inbound and outbound to any...

Does anyone have an Idea what I could check?

Thanks in advance and best regards,
Matthias


This thread was automatically locked due to age.
Parents
  • Ok without knowing what those definitions resolve to, it looks like from the picture your dnat is correct and you checked the automatic packet filter rule so that should allow access.

    It should work for external users to access on the additional IP address, you may need to add a SNAT for the QNAP for that external IP address if you haven't already done so as well.

    For the ssl vpn you can try to create a SNAT or NAT MASQ so the network appears to come from the Internal IP address of the Astaro. This sometimes works as a workaround if there is a problem with routing.

    As for using tcpdump you can login to astaro via ssh and then run the command via the commandline. I'm a little rusty on the syntax myself but you can google tcpdump and there are alot of examples.
  • Ok without knowing what those definitions resolve to, it looks like from the picture your dnat is correct and you checked the automatic packet filter rule so that should allow access.

    It should work for external users to access on the additional IP address, you may need to add a SNAT for the QNAP for that external IP address if you haven't already done so as well.


    Um, no, I have no SNAT rule at all. Could you tell me what this should look like?


    For the ssl vpn you can try to create a SNAT or NAT MASQ so the network appears to come from the Internal IP address of the Astaro. 


    Webdav via VPN was working from the beginning, sorry if I did not write that clear... 

    @Bob: Interface in the host definition is set to any.

    Best regards,
    Matthias
Reply
  • Ok without knowing what those definitions resolve to, it looks like from the picture your dnat is correct and you checked the automatic packet filter rule so that should allow access.

    It should work for external users to access on the additional IP address, you may need to add a SNAT for the QNAP for that external IP address if you haven't already done so as well.


    Um, no, I have no SNAT rule at all. Could you tell me what this should look like?


    For the ssl vpn you can try to create a SNAT or NAT MASQ so the network appears to come from the Internal IP address of the Astaro. 


    Webdav via VPN was working from the beginning, sorry if I did not write that clear... 

    @Bob: Interface in the host definition is set to any.

    Best regards,
    Matthias
Children
  • Hi there,

    okay, a quick update: 
    the problem does not seem to be Astaro but QNAP related.
    I've set up webdav on an IIS server and it works with the same FW settings I posted here.

    Sorry for bothering for nothing, I will move this to an QNAP bb or just use IIS.

    Thanks for your efforts, I really appreciate [:)]

    Best regards,
    Matthias