On 08/21/2018 03:22 PM, Samuel Sieb wrote:
For the command line, use "ip addr".
ip addr add 192.168.1.10/24 dev eth0
ip addr del 192.168.1.10/24

Replace eth0 with the appropriate device name.

I should have checked before posting. The dev name is required when removing the address as well:
ip addr del 192.168.1.10/24 dev eth0
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/ISHMPBQBHIIWORXV4T7KGOJQ4RQS37NN/

Reply via email to