Hi,
Thank you for your reply :)
I did reset before upgrading the firmware and then inserted the same options into the DDNS GUI page.
I was checking the ddns scripts and I found that the issue is in the dynamic_dns_functions.sh (at row 596)
elif [ -n "$ip_interface" -a "$ip_source" = "interface" ]; then
local __DATA4=""; local __DATA6=""
ip_interface=""
for i in $(route -n | awk '$4 == "UG" {print $8,"\n"}' | tr -d $'\n'); do
res=$(ping -c 1 -I $i 8.8.8.8 > /dev/null 2> /dev/null; echo $?)
if [ "$res" = "0" -a -z "$ip_interface" ]; then
ip_interface=$i
fi
done
If I check my route table, I don't have any route with flag "UG". Below the result of "route -n"
root@Teltonika-RUT950:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 4 0 0 wwan0
10.27.218.51 0.0.0.0 255.255.255.255 UH 4 0 0 wwan0
192.168.1.0 0.0.0.0 255.255.255.0 U 3 0 0 br-lan