On Jun 19, 2013, at 2:24 PM, John Black wrote: I don't know how to do that, please give me complete command line Mr. William
http://andys.org.uk/bits/2010/02/24/iproute2-life-after-ifconfig/ That'll give you some pointers. Or you can read the full docs here: http://www.policyrouting.org/iproute2.doc.html Iproute2 is worth looking into and learning the syntax well. It's nice and powerful! you'll want to use: ip link ip addr maybe ip route, too Sincerely, William Harrington I got command not found ----------- root:/# ipconfig -a bash: ipconfig: command not found root:/# ifconfig eth0 up bash: ifconfig: command not found root:/# ifconfig eth0 192.168.1.1 netmask 255.255.255.0 bash: ifconfig: command not found ------- I used the following ip addr add 192.168.1.1 dev eth0 ip addr add 192.168.1.1/24 dev eth0 still error, result. Adding IPv4 address 192.168.1.1 to the eth0 interface...Cannot find device "eth0" -------- I think I have to skip it for now, and continue to BLFS, thank you for your kind support Mr. William Harrington.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
