RAK7248 Developer D4H config Ethernet LAN

Hi, I’m connecting to the router with Ethernet LAN to a RAK7248C Developer D4H device. I need to change the network, but setting LAN eht0 in gateway-config creates a static ip.

Can I automatically be assigned IP when connecting to Ethernet LAN from RAK7248 and RAK7248C Developer D4H without using static IP?

Hi @DDN,

To use DHCP on the RAK7248 firmware, you can edit and comment the content below in /etc/dhcpcd.conf

...
# WARNING:Do not delete or modify the following 5 lines!!!
# RAK_eth0_IP
interface eth0
static ip_address=192.168.10.10
static routers=192.168.10.20

↓

# WARNING:Do not delete or modify the following 5 lines!!!
# RAK_eth0_IP
# interface eth0
# static ip_address=192.168.10.10
# static routers=192.168.10.20