On 08/21/2018 03:12 AM, Bob Goodwin wrote:
It seems too often I struggle with the problem of dealing with a device that, when "reset" or new, is on a different subnet and my computer address needs to change temporarily for the device to be accessedwith the Firefox browser long enough to change the device address too something in my 192.168.1.xxx range.

What is the simplest way to do that with Fedora 27 or 28,NetworkManager?

If you want a gui, then install nm-connection-editor. That lets you add extra static addresses to an interface or wifi connection.

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.
_______________________________________________
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/64P5NH2LXLRB3MZNULVDVJPQKRPLOEZB/

Reply via email to