Nazgulled
Regular Contributor
I have an AC68U and a HUAWEI E3276s-150 (not HiLink, as far as I am aware) 3G/4G dongle connected to the ASUS router. I am from Portugal and my ISP is Vodafone, as such, my APN is "internet.vodafone.pt". I am currently using the Asuswrt-Merlin 374.42_2 firmware version with Dual WAN turned on (Primary WAN: Disconnected; Secondary WAN: Connected).
This is working but I have to manually issue the following commands (I did it through SSH):
I haven't yet tried placing the above code in a user script but I'm assuming it will work just the same.
I'm happy that I finally got this working but I'd rather be using the latest Asuswrt-Merlin 378.56_2. However, the above procedure didn't work for me.
Did anyone got it working with the latest version or is everyone still on older releases? What am I doing wrong?
This is working but I have to manually issue the following commands (I did it through SSH):
Code:
echo -e "AT^NDISDUP=1,1,\"internet.vodafone.pt\"\r" > /dev/ttyUSB0
udhcpc -i usb0 -p /var/run/udhcpc1.pid -s /tmp/udhcpc
I haven't yet tried placing the above code in a user script but I'm assuming it will work just the same.
I'm happy that I finally got this working but I'd rather be using the latest Asuswrt-Merlin 378.56_2. However, the above procedure didn't work for me.
Did anyone got it working with the latest version or is everyone still on older releases? What am I doing wrong?