LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   OpenDNS with DynDNS using inadyn (https://www.linuxquestions.org/questions/linux-software-2/opendns-with-dyndns-using-inadyn-580313/)

almost000 08-27-2007 11:55 PM

OpenDNS with DynDNS using inadyn
 
OpenDNS and dynamic DNS aliases

OpenDNS does not support aliases for dynamic IPs, such as DynDNS or No-IP.com hostnames. We do support dynamic IP updating in OpenDNS accounts.
For OpenDNS, the purpose of dynamic IP updating is to preserve your OpenDNS preferences, if your ISP or network operator changes your IP address. OpenDNS does not provide dynamic DNS for providing your computer with a public Internet address.
July 22, 2007
that is on there site that does not give me any idea on set this up.

http://www.opendns.com/support/article/190 say this
Code:

--username opendns_username
--password opendns_password
--alias opendns_label_of_network_to_update
--secure
--dyndns_server_name updates.opendns.com
--dyndns_server_url /account/ddns.php?

and my code that I have
/etc/inadyn.conf
Code:

username    user****
password    pass*****
alias        ******.homeunix.com
update_period    60000
background

do I just put there code at the end?

thank you for your help

almost000 08-28-2007 09:41 AM

--secure ???
 
Well I tried that and it does not secure. but I am still not sure this is the right way to add a 2nd call to inadyn. I like OpenDSN cause it blocks porn and other odd sites. I like Dyndns cause I can get to my computers. I like inadyn because, yum install indyn

Should I try something else. other then indyn?
I should have said I have used inadyn for Dyndns for a while now.
How can I get opendns working?

please reply even if you have a bad answer. I do know about the backup rule. thank you.


Code:

W:INADYN:CMD_LINE_OPT: Invalid option name at position 18 ('--secure')
System 2.6.22.4_65.fc7 Fedora 7 SELinux Enabled

pencoyd 08-28-2007 06:42 PM

OpenDNS and inadyn
 
You need to use the version of inadyn available from OpenDNS, as we've added SSL support. That is required for OpenDNS dynamic IP updates. It's not in the core.

OpenDNS.com support section has a link which will take you to where you can grab the file.

Then the --secure option will work.

Also, inadyn doesn't support multiple services to update at once. You would need two configuration files, one per service.

Here's what the OpenDNS one might look like

--username opendns_username
--password opendns_password
--alias ******.homeunix.com
--update_period 60000
--background
--secure
--dyndns_server_name updates.opendns.com
--dyndns_server_url /account/ddns.php?

Then you can run two instances of inadyn by running something like
inadyn --input_file opendns.conf ; inadyn --input_file dyndns.conf

John Roberts
OpenDNS

almost000 09-05-2007 11:43 PM

parasites, hijackers
 
Well I got that working on the kids computer better for them to keep up to date then any one else.
but you did cheat the you may want to rename inadyn. or resubmit it to http://inadyn.ina-tech.net/


it would be cool if OpenDNS block hijacker sites and stuff like that.

adult blocking would be cool if you would do a search for the sites word just in the case I type in the wrong site.


All times are GMT -5. The time now is 02:19 AM.