enklined wrote:Hi all! Let me start by saying thanks for reading this, and I greatly appreciate any responses!
My Website related Q's:
Alright, so I went through the steps and setup my "website" on my ReadyNAS Duo. Where I get lost is the whole DNS thing...
I created a dyndns.org account, enklined.dyndns.org which points to my CURRENT IP address, and setup my Linksys WRT54G router with my dyndns.org credentials (I guess my router will send the new IP info to dyndns.org if/when my IP changes).
I have purchased a domain on GoDaddy.com, and was previously being hosted by someone else. I changed my GoDaddy account to use the GoDaddy NameServers. I then went into Total DNS Control, and changed my ARecord to point to my IP address. This is where I think I've gone wrong - once my IP changes, enklined.com will no longer point to my NAS - do I put my enklined.dyndns.org there, instead of my IP? If I do that, when I go to enklined.com, won't it just show as enklined.dyndns.com in the URL, or no?
enklined wrote:Another thing, I went through the guide on this site to create my website, and now when going to my website, the URL says "http://enklined.com/website" - if possible, I'd like to "hide" the "website" share on the URL. How is this done?
enklined wrote:USB External Drive Q:
When a USB drive is connected, is it possible to access that drive? I've got some data on an External that I'd rather plug into the NAS and transfer to the NAS via USB, rather than having the USB drive connected to my Mac and transferring over Wifi or ethernet.
enklined wrote:And lastly, connection to Frontview form outside my home network...When I connect to http://enklined.com/admin I'm asked for my Frontview credentials. I input them, and then...Nothing. Frontview never loads. Whats the deal?
Thanks for reading, and I look forward to any and all posts/help!
dbott67 wrote:enklined wrote:Hi all! Let me start by saying thanks for reading this, and I greatly appreciate any responses!
My Website related Q's:
Alright, so I went through the steps and setup my "website" on my ReadyNAS Duo. Where I get lost is the whole DNS thing...
I created a dyndns.org account, enklined.dyndns.org which points to my CURRENT IP address, and setup my Linksys WRT54G router with my dyndns.org credentials (I guess my router will send the new IP info to dyndns.org if/when my IP changes).
I have purchased a domain on GoDaddy.com, and was previously being hosted by someone else. I changed my GoDaddy account to use the GoDaddy NameServers. I then went into Total DNS Control, and changed my ARecord to point to my IP address. This is where I think I've gone wrong - once my IP changes, enklined.com will no longer point to my NAS - do I put my enklined.dyndns.org there, instead of my IP? If I do that, when I go to enklined.com, won't it just show as enklined.dyndns.com in the URL, or no?
Set the DNS record at GoDaddy to point to enklined.dyndns.org. The dynamic DNS site will then forward the request to your IP address. I am currently doing this myself --- I have a primary website hosted publicly (http://www.bott.ca) and a wordpress blog hosted at home (http://home.bott.ca/). The registered domain name is displayed, not the dynamic DNS name.enklined wrote:Another thing, I went through the guide on this site to create my website, and now when going to my website, the URL says "http://enklined.com/website" - if possible, I'd like to "hide" the "website" share on the URL. How is this done?
Check the other thread that you created for info about mod_rewrite (I haven't done it myself, but it may do the trick for you).enklined wrote:USB External Drive Q:
When a USB drive is connected, is it possible to access that drive? I've got some data on an External that I'd rather plug into the NAS and transfer to the NAS via USB, rather than having the USB drive connected to my Mac and transferring over Wifi or ethernet.
Just plug the USB drive into one of the 3 ports on the NAS. Then, using SSH access or a backup job, copy the data to the new location on the NAS. Using Windows Explorer (or drag'n'drop) from the OS will cause the files to be copied from the USB to the local machine and then back to the NAS (which can be painfully slow if you have a lot of data).enklined wrote:And lastly, connection to Frontview form outside my home network...When I connect to http://enklined.com/admin I'm asked for my Frontview credentials. I input them, and then...Nothing. Frontview never loads. Whats the deal?
Thanks for reading, and I look forward to any and all posts/help!
Admin access requires https access. If you try accessing via http (port 80) the page will redirect you to port 443 (https). So, make sure that you are forwarding port 443 to your NAS from the external WAN interface.
-Dave
enklined wrote:GoDaddy.com will not let me place "enklined.dyndns.org" in the Points to Field for the A (Host) Record. It will only allow me to put an IP address. Please advise.
home.bott.ca --> myhost.dyndns.com --> my ever-changing IP addressenklined wrote:SSH access eh? I'm not familiar at all with it, except for what I've done setting up PHP. I'll have to learn the commands and proper syntax before I mess with that. To start it off, can you tell me how I would find the name or location of the drive i plugged into the NAS? i.e: cp USBHDD??? /media/ <----how do I find out the location or name of the drive. (I hope my question makes sense...)
enklined wrote:I have both ports, 80 and 443 forwarding to the NAS. When I access http://enklined.com/admin I'm greeted with the Login prompt. I insert my credentials, and nothing happens - the page times out. What else could I be missing?
dbott67 wrote:enklined wrote:GoDaddy.com will not let me place "enklined.dyndns.org" in the Points to Field for the A (Host) Record. It will only allow me to put an IP address. Please advise.
I just double-checked my setup. I'm actually using a CNAME (alias) to re-direct to my dynamic DNS address:
- Code: Select all
home.bott.ca --> myhost.dyndns.com --> my ever-changing IP address
Does GoDaddy support CNAMEs?
dbott67 wrote:enklined wrote:SSH access eh? I'm not familiar at all with it, except for what I've done setting up PHP. I'll have to learn the commands and proper syntax before I mess with that. To start it off, can you tell me how I would find the name or location of the drive i plugged into the NAS? i.e: cp USBHDD??? /media/ <----how do I find out the location or name of the drive. (I hope my question makes sense...)
Just log into FrontView (https://ip.address.of.nas/admin) and go to Shares > Share Listing > Shares on USB Storage Devices
It will show you any USB devices you have and the corresponding share-name.
As for SSH access, there is an add-on that you can install, however, if you are new to this it would be better to do it via backup job. Again, just login to FrontView (https://ip.address.of.nas/admin) and go to BACKUP > ADD A NEW BACKUP JOB. Follow through the steps (source; destination; schedule and options) and you should be good to go.
dbott67 wrote:enklined wrote:I have both ports, 80 and 443 forwarding to the NAS. When I access http://enklined.com/admin I'm greeted with the Login prompt. I insert my credentials, and nothing happens - the page times out. What else could I be missing?
Try going directly to https://enklined.com/admin. If you don't get the login, then there's something wrong with your port-forward rule for 443 (try deleting the rule & re-creating it and then re-boot the router). I tried accessing your NAS via http and got the login, but when I tried to go directly to https://enklined.com/admin it failed (which tells me that something is up with the 443 forward).

enklined wrote:Sure does. I just changed the www alias to go to my dyndns.org address. Is that the correct Alias to change? And, does that mean that if I go to http://enklined.com instead of http://www.enklined.com that it will not work? Also, what do you have for the IP address under ARecord? I don't remember what the default was, and right now mine is pointing to my home IP, which I'm not sure is correct, as that IP will eventually change.
enklined wrote:Yea, I have SSH add-on installed, but it does sound like I'd be better off going the way you have explained. And in doing so, I will be able to setup a backup that goes from USB Drive TO the NAS, right? I'm not interested (at this point) in going the other direction - i.e. NAS backup to external drive for offsiting of data.
enklined wrote:No success. For what it's worth, I can connect to my router's interface from "the outside" using https, so I don't know what the deal is. Any other ideas?
Linux NAS 2.6.17.8ReadyNAS #1 Tue Apr 8 16:46:37 PDT 2008 padre unknown
Connection to nas closed.NAS:~# cp /c/media/Music/LedZeppelin/* /USB_FLASH_2
cp: cannot create regular file `/USB_FLASH_2/:2eDS_Store': Invalid argument
cp: omitting directory `/c/media/Music/LedZeppelin/Led Zeppelin - Coda (1982) 1994 {Remaster}'
cp: omitting directory `/c/media/Music/LedZeppelin/Led Zeppelin - Houses Of The Holy (1973) {1994 Remaster}'
cp: omitting directory `/c/media/Music/LedZeppelin/Led Zeppelin - In Through The Out Door (1979) {1994 Remaster}'
cp: omitting directory `/c/media/Music/LedZeppelin/Led Zeppelin - Led Zeppelin I (1969) {1994 Remaster}'
cp: omitting directory `/c/media/Music/LedZeppelin/Led Zeppelin - Led Zeppelin II (1969) {1994 Remaster}'
cp: omitting directory `/c/media/Music/LedZeppelin/Led Zeppelin - Led Zeppelin III (1970) {1994 Remaster}'
cp: omitting directory `/c/media/Music/LedZeppelin/Led Zeppelin - Led Zeppelin IV (1971) {1994 Remaster}'
cp: omitting directory `/c/media/Music/LedZeppelin/Led Zeppelin - Physical Graffiti (1975)'
cp: omitting directory `/c/media/Music/LedZeppelin/Led Zeppelin - Presence (1976) {1994 Remaster}'
cp: omitting directory `/c/media/Music/LedZeppelin/Led Zeppelin - The Song Remains The Same (1976)'cp -R source destinationenklined wrote:Dave,
Sorry, I'm pretty new to all of this, so I appreciate your help and patience!
I understand (sorta) what you're saying bout the DNS stuff, except for the part about godaddy.com hosting a site for me - doesn't that cost money? I have the CNAME for the alias "www" pointing to "enklined.dyndns.org" - its the ARecord thats the potential problem. I'm thinking that when my IP changes, only http://www.enklined.com will work because www has a CNAME pointing to enklined.dyndns.org, and http://enklined.com will NOT work, because, if I understand it correctly, my ARecord is pointing to my IP directly, which is where "http://enklined.com" goes. If there's a free godaddy.com site or something that you're talking about, let me know. Otherwise, I guess I'll just access my site from http://www.enklined.com instead.
May I see an example of a WebPark?
Every zone must have an IP address defined for the domain name at the root of the zone.
For example, in the zone "enklined.com" which contains all domain names that end in "enklined.com", only the domain name "enklined.com" is at the root. This means that while domain names like "www.enklined.com" and "mail.enklined.com" are inside the "enklined.com" zone, only "enklined.com" would be at the root of the "enklined.com" zone. It's a little subtle, but this is the terminology used by DNS experts.
Within the Advanced DNS Manager there are many ways to define the root of the zone. You can specify an IP Address (A) record, a WebForward, or a WebPark for "enklined.com", and your DNS will function perfectly.
enklined wrote:As far as accessing FrontView over the internet, I tried step 2 of your suggestions first, to no avail. Then I tried step 1, and my browser instructed me to use https://enklined.com:10443/admin instead of http://. So, it works, but the URL is a little "dirtier" than I'd like. It'll work though, so, a big thanks to you!
If possible, I'd like to setup something like "http://admin.enklined.com" or "https://admin.enklined.com" to access FrontView. I don't know if thats even possible, or how exactly I'd do it...
Error encountered copying data from source path Music/Led Zeppelin ==> /USB_FLASH_3/Documents due to unsupported filename characters in the destination filesystem.
cp: cannot create regular file '/USB_FLASH_3/Documents/./:2eDS_Store': Invalid argumentdefaults write com.apple.desktopservices DSDontWriteNetworkStores truesphardy wrote:You can disable the creation of these files - but beware that you will lose certain 'niceties' of the Mac (eg icon placement). In a terminal enter:
- Code: Select all
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
You can read more at http://www.readynas.com/forum/viewtopic.php?f=31&t=15179
///P
Return to General Questions (English)
Users browsing this forum: Google Feedfetcher and 4 guests