dypdyp wrote:
Still trying to get this working with my MBP.
My goal is to be able to mount the EX2 as a drive when away from my home network so I can access my files directly from my applications. For example, I just moved my Aperture library from my local drive to EX2 which works fine at home but the photo library is inaccessible when I am away. I have used WebDAV in the past with Windows as far as Win98 but open to other ways to make it seamless to access the EX2 away from home.
Here’s my set up:
I have a Verizon FIOS Actiontec router which is in my closet with Wireless turned-off.
I have a ASUS RT-AC56U wireless router connected to the Verizon router acting as my main router.
To the ASUS router, I have the EX2 attached.
Can anyone walk me through how to set up the EX2 so it can be accessed seamlessly when away from my home network?
Thank you!!!
This doesn’t tell me certain things unfortunately - but fortunately my setup is very similar to yours - I too have a FiOS Actiontec router and then a second Netgear router attached to it. My EX2 is connected to the Netgear router.
What I don’t know is if your ASUS router is acting as a bridge or is acting as a router (ie. DHCP and NAT server)? How will you know - well, Google is always there for situations like these (and your ASUS router’s manual)…but since your setup is close to mine, I’ll help you a bit.
Depending on whether the ASUS is acting as a bridge or as a second router it will make the difference for the second step. But regardless of that, you need to setup port forwardng on the first router - as I already mentioned in my previous post. To do that log on to the Fios router’s web setup at http://192.168.1.1 - userid is admin - password is whatever you set it up as. From the login page look to lower left and click port forwarding - then setup the port forwarding rules. I think if you want just regular WebDAV, port 80 should be forwarded, not 8080 as told to you above.
But before you forward the port you’ll need to find out what the IP address of your ASUS router is as assigned by your FiOS router (i.e. Fios router forms the outer network and has it’s IP addresses in 192.168.1.x address space). So before you even go to port forwarding screen, go to the My Network tab from the different tabs on top (see pic below) and find out what the IP is for the router. In my case, it is the ONLY thing connected to the FiOS router - and since wireless is turned off - it is the only device there.
Also, note how my router is called NetgearRouter - this was not automatic. Even though I know the setup of my home network, it helps to give it an user-friendly name like ASUSRouter in your case. In order to do so, just click the link Rename this Device and give it an user-friendly name rather than some name based on the router’s model number.
Ok, once you are done jump back to Main page (first tab) and then go to Port Forwarding page. Once there, setup your port forwarded rule as follows - I have given the guided numbers in what order to proceed - obviously replace Asus router with where NetgearRouter is in the pic. Once you go through the steps 1 through 4 (see pic below) as labeled in the pic, final (5th) step is to click Apply.
At this point you have setup the port forwarding on your FiOS router - normally you should have consulted the FioS router’s PDF manual on how to do this - but I helped you out as I happened to have the same router as you. Now confirm that the port forwarding rule has been setup by looking at the entries on that page - it should have one just like the one in the pic below (IP may vary depending on your ASUS router’s IP assigned by your FiOS router - may or may not be same as the one in pic below).

Basically what you did above was setup a rule on your FiOS router to direct all data traffic to be sent to your Asus router anytime data arrives on port 80 of your FioS router. If you want to enable secure WebDAV (on port 443, you have to do the same thing but just change port number 80 in step 4 with 443.
Now, depending on how your ASUS router is setup it will vary. If it is setup like mine - as a second router with it’s own DHCP and NAT server and NOT as a mere bridge then the IP address on your EX2 will not begin with 192.168 (it could be 10.0.something.something or something else altogether and it is easily available from web dashboard → Settings → Network → Network Profile → IPv4 IP Address). Regardless of how the ASUS router is setup, you will have to setup a similar port forwarding rule on the ASUS router to go to your EX2’s IP on port 80. To find out how to do that, dig up the router’s PDF manual from the manufacturer’s support site and look for port forwarding instructions there - the user interface varies from router brand to router brand and even within same brands but the pieces of info to setup should be about the same as you did on your FiOS router - except this time you have to give it the EX2’s IP. Once that is done, what’ll happen is data arriving on port 80 on FiOS router gets sent to the ASUS router, which then forwards to the EX2. Now when you connect via a WebDAV client from your MBP, you will be connecting to your EX2 from outside on port 80 (or port 443 if you choose to use secure WebDAV connection).
How to setup the WebDAV client on a Mac should be searchable on Google.
Please click on the star under my username to the left of this post to give me a kudo if this post helps you - spent a lot of time writing this.