[Ddclient-support] ddclient usage with AWS
Brought to you by:
supersandro2000,
wimpunk
From: Vijay A. <vav...@gm...> - 2009-06-22 22:45:56
|
Has anyone gotten ddclient to register internal and external ip for Amazon Web Services (aws) instance? I can easily access the internal IP address by doing: use=if,if=eth0 and I can access the external IP address by doing: use=cmd,cmd='curl -k -s http://169.254.169.254/latest/meta-data/public-ipv4' However, when I configure my ddclient to update my dyndns account, it applies the same IP for both records. daemon=300 syslog=yes pid=/var/run/ddclient.pid #Internal use=if,if=eth0 login=username password=secret protocol=dyndns2 server=members.dyndns.org host-int.gotdns.com #External use=cmd cmd='curl -k -s http://169.254.169.254/latest/meta-data/public-ipv4' login=username password=secret protocol=dyndns2 server=members.dyndns.org host-ext.gotdns.com Can someone please tell me how can I use the same dyndns acount and update two records with two different IP's? Thanks, Vijay -- "Knowledge is the only wealth that grows as you spend it, and diminishes as you save it." -- ancient Sanskrit saying |