Apparantly, my router gets confused from time to time, and does not see the Singe NAT USB modem Public WAN IP address after it is rotated by my ISP. Sometimes it gets much worse, as evident in my other posts. Asuswrt-Merlin RT-AC56U_380.59_0
But, this might affect others as the problem may not be so evident: ocassionally, a router assignes private address to the Single NAT modem! So, DDNS updating scripts may try to report this private address for the Single NAT modem. Should your DDNS service select to accept it (instead of reading it on its own), incoming connection will fail.
If it is only happenng when connected to the USB I can not say as I will normally not notice it. My DoubleDDNS script adapts automatically, so I do not care about this problem.
While it may be a bug on the side of my ISP, I suspect Asus router more. So, if you notice your DDNS is not connecting you to your router, it might be worth to check if it points to a private address instead of a public one.
Other than that, I was normally using the Internet with such address. Next rotation was caught by my router normally.
But, this might affect others as the problem may not be so evident: ocassionally, a router assignes private address to the Single NAT modem! So, DDNS updating scripts may try to report this private address for the Single NAT modem. Should your DDNS service select to accept it (instead of reading it on its own), incoming connection will fail.
If it is only happenng when connected to the USB I can not say as I will normally not notice it. My DoubleDDNS script adapts automatically, so I do not care about this problem.
Code:
Oct 20 01:12:05 pppd[1349]: Serial connection established.
Oct 20 01:12:05 pppd[1349]: Using interface ppp0
Oct 20 01:12:05 pppd[1349]: Connect: ppp0 <--> /dev/ttyUSB0
Oct 20 01:12:09 pppd[1349]: Could not determine remote IP address: defaulting to 10.64.64.64
Oct 20 01:12:09 pppd[1349]: local IP address 10.93.199.238
Oct 20 01:12:09 pppd[1349]: remote IP address 10.64.64.64
Oct 20 01:12:09 pppd[1349]: primary DNS address 212.91.97.4
Oct 20 01:12:09 pppd[1349]: secondary DNS address 212.91.97.3
...
Oct 20 01:12:15 custom script: Running /jffs/scripts/ddns-start (args: 10.93.199.238)
Oct 20 01:12:21 ddns: Completed custom ddns update
Oct 20 01:12:21 nick: DoubleDDNS (good) primary updated to 31.45.225.227
Oct 20 01:13:09 nick: DoubleDDNS (good2) secondary updated to 31.45.225.227
While it may be a bug on the side of my ISP, I suspect Asus router more. So, if you notice your DDNS is not connecting you to your router, it might be worth to check if it points to a private address instead of a public one.
Other than that, I was normally using the Internet with such address. Next rotation was caught by my router normally.