[SOLVED] Where to get network tools such as ifdown-ifup ?
[SOLVED] Where to get network tools such as ifdown-ifup ?
I need ifdown and ifup network programs. Where can I get them? Thanks. I am using Porteus v 5.0.
Last edited by hope on 12 Aug 2022, 12:04, edited 1 time in total.
Newbie to Linux-Unix systems, try to read,learn, apply, modify and create.
[SOLVED] Where to get network tools such as ifdown-ifup ?
I think I found the answer in https://www.linuxquestions.org/question ... re-283445/ : using dhcpcd -k and -n as ifdown(release) and ifup (renew). 

Newbie to Linux-Unix systems, try to read,learn, apply, modify and create.
[SOLVED] Where to get network tools such as ifdown-ifup ?
Just a minute ago, Blaze solved this problem too in chat :
sudo ifconfig <interface-name> down
sudo ifconfig <interface-name> up
for example :
sudo ifconfig eth0 down
sudo ifconfig eth0 up worked ! Thanks @Blaze.
sudo ifconfig <interface-name> down
sudo ifconfig <interface-name> up
for example :
sudo ifconfig eth0 down
sudo ifconfig eth0 up worked ! Thanks @Blaze.

Newbie to Linux-Unix systems, try to read,learn, apply, modify and create.