I meant changing the IP address of the device running mipsel-linux
statically (not DHCP) on the fly (I am using http interface and a C handler
function to do so) and then keeping it for the rest of its lifetime, so have
to run system ( ifconfig ) or similar API call for immediate change and
perhaps write the new IP to a file somewhere, which I am yet to discover.
Ratin
----- Original Message -----
From: "Don Hiatt" <Don_Hiatt@xxxxxxxxxxxxxx>
To: "'Ratin'" <mrahman@xxxxxxxxxx>
Cc: <linux-mips@xxxxxxxxxxxxxx>
Sent: Wednesday, May 03, 2006 9:21 AM
Subject: RE: changing IP address on mipsel-linux
Perhaps you mean you want to set the IP for a NFS mounted filesystem?
If so you can pass "ip=dhcp" or ip="192.168.13.120" as a kernel argument.
Cheers,
don
-----Original Message-----
From: linux-mips-bounce@xxxxxxxxxxxxxx
[mailto:linux-mips-bounce@xxxxxxxxxxxxxx]On Behalf Of Ratin
Sent: Wednesday, May 03, 2006 9:12 AM
To: Freddy Spierenburg
Cc: linux-mips@xxxxxxxxxxxxxx
Subject: Re: changing IP address on mipsel-linux
Hi Freddy, Thanks for your response, I appreciate your help. I am kind of
new to this version of Linux.
The uname -a gives me this:
Linux 192.168.0.62 2.6.10-idt20050328 #1 Tue Dec 13 10:36:55 PST 2005 mips
unknown
Ratin