on the version of fedora you are on, "ip addr" should show your interfaces
and this, I think, would be the only way to bring up an interface with
NetworkManager down (and actually, in this day and age you should probably
use " ip address add <address> dev <interface name>" instead of ifconfig
(so something like "ip address add 192.168.230.10/24 dev eth0") and then to
set the route "ip route add 0.0.0.0 dev eth0 via <router address>" (so
something like "ip route add 0.0.0.0 dev eth0 via 192.158.238.1" ).

---


Regards,

Kevin Martin


On Tue, Oct 30, 2018 at 11:42 AM linux guy <linuxguy...@gmail.com> wrote:

>
> Thanks
>
> Does this work if the machine uses networkmanager ?   FWIW, NM isn't
> running when at the emergency mode prompt.
>
> Where does one get a list of the available interfaces ?  /dev or somewhere
> else ?
> _______________________________________________
> 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
>
_______________________________________________
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

Reply via email to