From: Antoine EMERIT on
On 19.02.2010 14:03, J.H.Kim wrote:
> I'm using linux in embedded system.
> I set the ip address using Kernel's ip auto configuration via u-boot
> boot parameter.
> But I have to change the ip address in user application program.
> How can an user application change the ip address and mac address?
> Please tell the hint.

'classic' commands are : ifconfig (unix 'standard') or ip (Linux
specific powerfull command, 'ip addr ....').