03-01-2017 08:00 PM - edited 03-05-2019 08:07 AM
I have an 1841 with an HWIC-1ADSL card. I have the basic setup working and it passes traffic correctly from my internal network to the internet and back through a pfSense box. When setting up other services such as dynamic DNS updates or VPN, I find tons of examples how but they mostly use ethernet interfaces in and out of the router. I have an ATM interface with a Dialer0 interface setup with all the pertinent connection info for my dynamic IP DSL service. My question is when setting up some of these other features such as the DDNS updates do I configure that on the Dialer0 interface or the ATM0/0/0 interface?
Here is part of my config. The first 2 lines under the Dialer0 section is what I'm wondering about.
Thanks
Solved! Go to Solution.
03-02-2017 05:49 AM
Hello,
as Deepak mentioned, the dialer is where the config goes. You obviously also need:
ip dns server
ip name-server 8.8.8.8
ip name-server 8.8.8.4
ip ddns update method dyndns
HTTP
add http://username:password@members.dyndns.org/nic/update?system=dyndns&hostname=<h>&myip=<a>
interval maximum 1 0 0 0
03-02-2017 04:24 AM
Configure on interface Dialer0. Your configuration is correct on right interface. There are some more commands on router "config mode".
Regards,
Deepa Kumar
03-02-2017 05:25 PM
Thanks for your response, just wanted to make sure I was on the right track.
03-02-2017 05:49 AM
Hello,
as Deepak mentioned, the dialer is where the config goes. You obviously also need:
ip dns server
ip name-server 8.8.8.8
ip name-server 8.8.8.4
ip ddns update method dyndns
HTTP
add http://username:password@members.dyndns.org/nic/update?system=dyndns&hostname=<h>&myip=<a>
interval maximum 1 0 0 0
03-02-2017 05:24 PM
I had some of this but not the name server settings.
Thanks for the response
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide