LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-15-2004, 04:26 AM   #31
Hendrix
LQ Newbie
 
Registered: Jul 2003
Location: UK
Distribution: Migrating to Slackware from Redhat
Posts: 6

Rep: Reputation: 0
DynDns works great


Hello,

Ive been using DynDns for a few years now and it works really well. I run the ddclient on my web/mail server at home and update a dynamic free Account and also my custom account every 12 hours.

Im using IPCop for my firewall/router, which automatically detects the cycling of IP address by my ISP and updates the DynDns name server appropriatly.

I have no problems with delays in updates (or not that I have noticed). I guess if all is working as it should and normally does the DynDns servers map domains to IP addresses with a Time-to-Live of 60 seconds. So if your IP changes during mid visit, the maximum your site will be unavailable is less than 60 seconds. My isp cycles my ip every week or two ... you have to be unlucky to hit that exact moment.

The only problems Ive had are caused by my isp going funny, or when my USB modem and Linux decide its time for a reboot maybe once every few months of uptime.

Also, Since all the dns does is map IPs to Name and names to IPs, what you name your home domain and computers is irrelevent really, since your computer name is not reachable by name anyway, just by IP as far as your browser is concerend.

Really good service,

Hendrix
 
Old 07-15-2004, 06:32 AM   #32
vaworx
Member
 
Registered: Nov 2003
Location: Honolulu/HI
Distribution: Slackware current, FreeBSD 4.10, 5.4, 6.2, Debian, RedHat, CentOS, Sun Cobalt OS
Posts: 66

Rep: Reputation: 15
Quote:
Also, Since all the dns does is map IPs to Name and names to IPs, what you name your home domain and computers is irrelevant really, since your computer name is not reachable by name anyway, just by IP as far as your browser is concerned.
That's not quite the truth though. I made a production server with osCommerce installed on it. I needed a domain name and the way you assign your domain name and host does matter to a certain level. Since i'm using DynDNS Custom DNS service the scenario is described in the previous posts. Hosting Web w/Apache+PHP+MySQL is no prob but then when it's time to configure qmail, sendmail or your favorite then it's better to not misspell your host/domain or come up with something that doesn't exist. Anyways i think you know that just wanted to mention for any future post viewers/readers .
 
Old 07-15-2004, 04:45 PM   #33
Nichole_knc
Member
 
Registered: Mar 2004
Location: Georgia
Distribution: SlackWare 10.1+, FreeBSD 4.4-5.2, Amiga 1.3,2.1,3.1, Windors XP Pro (makes a fair answering machine)
Posts: 287

Rep: Reputation: 30
Quote:
Originally posted by vaworx
That's not quite the truth though. I made a production server with osCommerce installed on it. I needed a domain name and the way you assign your domain name and host does matter to a certain level. Since i'm using DynDNS Custom DNS service the scenario is described in the previous posts. Hosting Web w/Apache+PHP+MySQL is no prob but then when it's time to configure qmail, sendmail or your favorite then it's better to not misspell your host/domain or come up with something that doesn't exist. Anyways i think you know that just wanted to mention for any future post viewers/readers .
Yes and no to this also.
As stated in this thread previously it is not uncommon to use something other than .com/.net/.biz.org etc etc in the 24 bit part of a url such as mycpu.mydomain.myinitials (read as computer.myhomenet.sam) on a "private" There are a few post in the HOWTOs that even state this when setting up a private network.
WHY you may wonder? It is so on setting up ypur private network and providing such services as mail, www and such that you do not "step" on a real registered domain.
If you configure bind and DNS properly to use your ISPs dns server as bastion servers to yours then when you service a user your "made up" domain is properly identified across the net.
As I use a combine initials of mine and my husbands (.jnb) This shows up on everything we do and have. Including when we travel and use the laptops outside the core network.
 
Old 07-15-2004, 08:43 PM   #34
vaworx
Member
 
Registered: Nov 2003
Location: Honolulu/HI
Distribution: Slackware current, FreeBSD 4.10, 5.4, 6.2, Debian, RedHat, CentOS, Sun Cobalt OS
Posts: 66

Rep: Reputation: 15
Some important updates:
Few posts back i was explaining how i did the MX Records. Well it was not quite the correct settings. When you are making your MX Records you should comply with the following standard MX Rules:
  • MX record cannot point to IP addresses
  • If you create a single MX record, the priority doesn't matter
  • If you create multiple MX records, your primary mail server must have the lowest preference
  • Make sure not to create MX records backwards!
If you want mail for user@mydomain.com to go to myhost.mydomain.com, then you create the MX record for mydomain.com and set the Mail Exchanger field (if using the Basic interface) to myhost.mydomain.com with whatever priority you like. If you reverse the two DNS names, then you're telling remote servers where to send mail address to user@myhost.mydomain.com; In most cases this is not very useful.

Bottom line is -=> don't create MX Record for your main domain mydomain.com -=> just create one for your host myhost.mydomain.com where the mail server is configured.

laterz

Last edited by vaworx; 07-15-2004 at 08:45 PM.
 
Old 07-16-2004, 02:00 AM   #35
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
Reading through this thread, I am not sure that there are any questions left. I just wanted to post to say that I have recently configured a Slackware box to be the web server and email server for my work using DSL, Slackware 10, ddclient, and dyndns.org . From my email headers, it appears that those of you who suggested that reverse DNS is controlled by your ISP and not changeable are RIGHT. This doesn't present a problem for me, as most people aren't reading the email headers. I have had no (OK, very few) problems with the entire setup. If any one is still needing help, please post your specific questions.

On a total side note, reading the posts from Nichole_knc , she is one of the sharpest posters on this board. All the newbies should do a search for the articles that she has authored and read up!!!

Good Luck,
 
Old 07-22-2004, 01:01 PM   #36
dadepfan
Member
 
Registered: Jul 2004
Location: North Bend, WA
Posts: 41

Rep: Reputation: 15
Quote:
Originally posted by vaworx
[If you want mail for user@mydomain.com to go to myhost.mydomain.com, then you create the MX record for mydomain.com and set the Mail Exchanger field (if using the Basic interface) to myhost.mydomain.com with whatever priority you like. If you reverse the two DNS names, then you're telling remote servers where to send mail address to user@myhost.mydomain.com; In most cases this is not very useful.


laterz [/B]
This thread has been helpful for me - thanks all. In regards to the above situation, what do your "Host" records look like? I find it confusing on DynDns that you need to put what I call a Domain Name (mydomain.net) for a MX record under the column-title "Host," and the "Hostname" (myhost.mydomain.net) in the "data" column, yet the CNAME records require the opposite (Host = myhost.mydomain.net, Data = mydomain.com).

D.
 
Old 03-30-2005, 09:09 AM   #37
nic777
LQ Newbie
 
Registered: Dec 2003
Posts: 23

Rep: Reputation: 15
Quote:
Originally posted by gd2shoe
I'm not sure I see the point to having myname.com with a dynamic IP. There are sometimes delays as your IP address gets updated in the system. This is fine for personal use, but not if you expect to have regular visitors. On the other hand, if your server is for personal use, why not just use myname.is-a-geek.com (one of dyndns domains)? I know this is a little different if you shell out some money to your ISP to claim a static IP. But still...

I'm not sure this is the best place to ask this, but this seems like the most popular post about DynDNS.

You mention there is a delay and should not be used for apps other than personal - what do you say about using it to access professional IP CCTV cameras? Will the delay in propagation be a big issue here?

Has anyone had experience (or known of someone) with a huge, incovenient delay in DNS i.e. so much so that it would not be ideal for a CCTV security application?

Thanks
 
Old 04-01-2005, 05:28 PM   #38
gd2shoe
Member
 
Registered: Jun 2004
Location: Northern CA
Distribution: Debian
Posts: 835

Rep: Reputation: 49
I don't know much at all about CCTV. The question you should ask is "Can my IP address change on me?" This is from their FAQ:

Quote:
I've updated my hostname, why isn't it working?

Updates can take 15-20 minutes to propagate throughout the DNS system. It is possible that propagation could take longer under extenuating circumstances, but propagation shouldn't take much more than an hour at the very most. If you are still having problems, check the status page for any DNS problems before contacting support.
I don't think the "15-20 minute" delay is really that long, but it might be on occasion. Do you mind losing that much footage, or can your camera system hold onto it's data for that long?

Ideally, I think you would want to have a static IP. If you did that, you then wouldn't need dyndns.org, it would just be convenient.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dyndns question. capnpayne Linux - Networking 1 01-22-2005 03:09 PM
Question Concerning ISO's and one quick question. evrae Linux - Software 2 06-21-2004 03:53 AM
quick question about C Hockeyfan Programming 5 05-28-2004 07:39 PM
samba smb.config question (quick question) TheDOGG Linux - Networking 1 03-02-2004 07:19 AM
Quick Question georgeux Linux - Newbie 2 09-07-2001 05:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration