This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi expert:
with SDK_08 , I comile the ethfw with disable DHCP ( #define ETHAPP_LWIP_USE_DHCP (0)), with this marco . the ethfw (server )will have a static host IP (192.168.1.200) , and , after the Linux run on A72 , which will load the ethfw on mcu2_0 , the eth0 , eth1 will have a 192.168.1.* network segement IP .
I just want to know , who allocate the IP to eth0 /eth1 , our ethfw ? and how I can change the network segment ?
Hi,
You can use ifconfig <eth interface> <ip address> command to set IP address and other parameters, the Linux virtual driver communicates with Ethernet FW to set the ARP table
Regards
Vineet
hi Vineet:
Yes , I know youe method to change the Linux eth ipaddr , but I want to know if the IPs are allocated by ethfw ? and if the IP are allocated by ethfw , how Can I update the DHCP allocate network segment?