On Fri, Mar 18, 2005 at 10:34:19AM +0100, Karna Puri-Sengupta wrote:
> Hey jim,
> 
> thanxs for the quick answer.
> 
> When i used ifconfig the syntax was as following:
> 
> ifconfig eth0 ip.ad.dr.ess netmask ne.t.mas.sk up
> 
> How do i use ip add ?
> 
> When i type :
> 
> ip addr add 10.0.2.88 eth0 
> 
> it gives:
> 
> Error: either 'local' is dublicate, or 'eth0' is garbage.

ip uses completely different from ifconfig command line syntax. Read man
ip to learn it. (It's not that hard, just different). Also, one thing
that bothered me for long time. There's no netstat in the package.
Instead the program is called 'ss' (it is installed in /sbin I believe).
The command line syntax for this program is the same as for netstat.

Andrei
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to