RAK 7249 as 4G router

Hi all,

Is it possible to use the 7249 as 4G router and share internet connection over Ethernet ? I know it works for WiFi but I don’t find a way to share over ethernet. Do you have any advice ? Would be great. I am sure the hardware can do it…

@yutao can you support here?

@laoky The ethernet port is WAN interface by default. You must change it to LAN interface if you want share the LTE connection via Ethernet port.
You can do this in linux console of gateway via ssh2.

uci delete network.wan.ifname
uci set network.lan.ifname=eth0.2
uci delete network.alias
uci commit network
/etc/init.d/network restart
1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.