Every once in a while a magical bit of software comes along that makes life so very good; today that software is WebDAV and its been around so long that some people might have forgotten how good it is.

The premise goes
  • You have one or more internal Windows Server(s) which hosts users personal documents and shared drives
  • You would like your users to access these files on any device ranging from their home PC (running say Windows 7) to their personal mobile devices (iPad)
  • You would like your users to access these files both inside and outside the firewall
  • You would like your users to access these files natively (like a mapped drive) so they don’t have to muck around with web based applications
  • You would like your users to be able to use this service with as little configuration on their part as possible
  • All while maintaining a secure and auditable system
To accomplish this you will need a few things
  • A valid paid for SSL certificate (don’t ever think you can get away with a self signed one) – personally I use a GoDaddy wildcard certificate
  • A spare Internet Information Services (IIS) Server to host the WebDAV service on
  • Depending on how things go 20 minutes
Topology

The basic topology is your clients point their WebDAV client at a DNS address which is mapped against a IP address which is port forwarded through your firewall to your IIS server which then serves requests to your file servers (clients don’t get to talk to the file servers direct). Don’t forget to setup your internal DNS to point to the internal network adapter of your IIS server as well.

Next time

In the next article I’ll run through the setup of a WebDAV server.

In the previous article in this series we looked at the topology needed to setup a WebDAV infrastructure.

I’ll assume that

  • You have a public DNS record which points to a IP address on your firewall which is in turn port forwarding 443 (HTTPS) to your IIS server (this also works through Web Application Proxys like the ones built into Smoothwall firewalls)
  • You have a internal DNS record which points to the network adapter on your IIS server
  • Your IIS server has your paid (and signed) SSL certificate imported

You will also need a few server roles installed on your IIS server (you can do this through Server Manager), these are

  • Web Server (IIS)
  • WebDAV Publishing
  • Basic Authentication
  • Request Filtering
  • HTTP Logging and Logging Tools
  • IIS Management Console (unless you feel like doing everything remotely)
Server setup

So now to the fun bit! Which is all in the screen shot sequence below…

Testing

So you now have your server setup with the basics…so its time to do some testing. The screen shot sequence below shows how to connect to the WebDAV share on a Windows 8 PC.

Things you really need to test include
  • Users only have permissions to access the folders you want them to
  • You can upload/download files up to the maxium size you defined earlier
  • That you can access the share from both inside and outside your network
Next time

In the next part you can get some example user guides that I have made for my own implementation as well as some links to further reading.

So you now have your WebDAV server setup and its time to get this out to your users. To help you along you feel free to edit the guides below to your particular requirements.

  Using Cloud - iOS (225.4 KiB, 4,403 hits)

  Using Cloud - Windows Phone (196.8 KiB, 4,195 hits)

  Using Cloud - Windows XP (157.4 KiB, 2,880 hits)

  Using Cloud - OSX (193.4 KiB, 2,800 hits)

  Using Cloud - Windows 7 (149.3 KiB, 4,074 hits)

  Using Cloud - Windows Vista (166.2 KiB, 2,896 hits)

  Using Cloud - Windows 8 (327.6 KiB, 2,112 hits)

  Using Cloud with iWorks - iOS (5.1 MiB, 1,928 hits)

For further reading take a look at the links below-