030 - How To Configure Network In Linux Using NetworkManager (nmcli & nmtui) | RHEL 8

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024
  • In this video, we will take a look at different ways of setting up IP address in network devices. We will briefly see "ip" commands to view IP address, routing table and link state information and then we will jump into NetworkManager daemon and see how can we utilize it to setup IP address statically and DHCP method. We will use "nmcli" command to setup and modify IP address information and then we will also see "nmtui" command to setup network interface device using Text-User Interface.
    If you are not comfortable using "nmcli", "Network Manager Command Line Interface" command, you can use more easy method, "nmtui", "Network Manager Text User Interface", which is accepted to use in RHCSA exam as well.
    #Linux #RedHat #NetworkManager

Комментарии • 20

  • @frenzyguyz
    @frenzyguyz 2 года назад +1

    bro don't stop making videos... you make videos on point to point... not other shits

    • @CommandLines
      @CommandLines  2 года назад

      Will definitely make more as soon as I get some free time from my work. Thanks for the encouraging comment.

  • @nazari_co
    @nazari_co 10 месяцев назад

    Thanks very useful, can you make video on Linux routing and rules using nmcli & nmtui on multiple different subnet networks

  • @anilgarg57
    @anilgarg57 Год назад

    Khoob bhaalo.

  • @maciejpogorzelski9574
    @maciejpogorzelski9574 Год назад

    Thank you very much for your work! I really appreciate it.

  • @nehapardeshi4721
    @nehapardeshi4721 Год назад

    after running the command "nmcli con up " why it is lagging?

  • @trido3815
    @trido3815 2 года назад +1

    Great tutorial!

  • @setoman1
    @setoman1 6 месяцев назад

    Thank you!

  • @chalateco09
    @chalateco09 5 месяцев назад

    Does anyone know how to change the LACP rate using Network Manager ?

  • @ankurjain8388
    @ankurjain8388 8 месяцев назад

    how to add multiple WWAN pls explain

  • @kihunkim9122
    @kihunkim9122 Год назад

    i still get 'unknown connection' error.. is it because I am using wifi? I made an interface with ethernet type tho

    • @CommandLines
      @CommandLines  Год назад +1

      You would have to make an interface with wireless (wlan0) type.

    • @kihunkim9122
      @kihunkim9122 Год назад

      @@CommandLines thank you!!! could you show me how to do that?

  • @gondorianslayer4250
    @gondorianslayer4250 2 года назад

    How to activate network if mine is wireless?
    When using the ncmi con up. It says connection failed.

    • @CommandLines
      @CommandLines  2 года назад

      Did it give you any error while creating the connection for the wireless device?

    • @gondorianslayer4250
      @gondorianslayer4250 2 года назад

      @@CommandLines i think so. It said something error connection failed.

  • @mathewt-yh4il
    @mathewt-yh4il 2 года назад +1

    How we can fix network manager is not running??

    • @CommandLines
      @CommandLines  2 года назад +2

      If "systemctl start NetworkManager" doesn't start it, check if it is enabled during boot. If not, you can issue command "systemctl enable NetworkManager" and restart the computer. If that doesn't work, you might want to uninstall and install the service.

    • @mathewt-yh4il
      @mathewt-yh4il 2 года назад

      @@CommandLines thanks brother