Trying to get MC7354 connected to Verizon data network

Aleksander Morgado aleksander at aleksander.es
Mon Jan 18 15:31:51 PST 2016


On Mon, Jan 18, 2016 at 10:15 PM, Glenn Washburn
<gwashburn at eagleeyenetworks.com> wrote:
> "curl -v --interface wwan0 http://www.google.com"

You're binding the request to the wwan interface, which I assume it's
because it isn't the default route.

Try to disable the reverse path filtering, something like:
# for i in /proc/sys/net/ipv4/conf/*/rp_filter ; do echo 0 > $i; done

-- 
Aleksander
https://aleksander.es


More information about the ModemManager-devel mailing list