> On Feb 2, 2019, at 8:11 AM, John Paul Adrian Glaubitz
> <glaub...@physik.fu-berlin.de> wrote:
>
>
>
> On Feb 2, 2019, at 1:25 PM, Noah Wolfe <n.wol...@outlook.com> wrote:
>> The matter is all the more compacted, of course, due to the fact it doesn't
>> even have ifconfig OOTB, giving you few usable methods to fix network errors.
>>
>
> ifconfig has been replaced by the “ip” command these days on most Linux
> distributions.
>
> It’s a change unrelated to ppc64, every architecture works like this now.
>
> Adrian
The ifconfig program hasn’t gone away completely. It’s no longer installed by
default, but it is available in the “net-tools” package.
To install it do:
apt-get net-tools
Of course, it would be a good idea to read the man page for ip(8) sometime
soon. Lot’s more useful features, and it seems to be the wave of the future in
network admin these days.
Enjoy!
Rick