On 2/26/07, Harvey Muller <[EMAIL PROTECTED]> wrote:
> dperkins wrote:
>
> > I think ifconfig is part of the inetutils package, which isn't part of the
> > CLFS build.
>
> I've checked all the 64 builds, and they all appear to have the inetutils 
> package.
>
> He must have missed that step in the guide he followed.


Actually, ifconfig is part of the net-tools package, which is replaced
in CLFS by the iproute2 package, providing the command "ip" to
configure network interfaces:

ip addr add 192.168.3.1/24 dev eth0
ip route add default via 192.168.3.254 dev eth0

I think that's the correct syntax for manually assigning IP's to interfaces.

You can also install net-tools, which I believe is in CBLFS, and get
your normal ifconfig binary back.

Jeremy
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to