
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 849 Views
Perda de Conexão
Boa noite, Pessoal, estou com um problema no curso RHCSA 124 no ultimo módulo de revisão abrangente aonde e penúltimo tópico sobre configurações com o nmcli, acontece que defino as configurações manuais de IPVA conforme o enunciado porém ao ativar a conexão, perco o acesso a maquina.
poderiam me ajudar?
- nmcli con add con-name static ifname eth0 type ethernet ipv4.method manual \
ipv4.addresses '172.25.250.111/24' ipv4.gateway '172.25.250.254' ipv4.dns '172.25.250.254'
- conection static .................. sucessfully added
- nmcl conncetion up static
Timeout, server serverb not responding
isso que está acontecendo.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 828 Views
Hello @Herodes
I have check that lab is working right here. Please, put attention,
1) solution is recommended to use system console to network configure
2) eth0 is correct name of your network interface
3) no type errors ( such as here: - nmcl conncetion up static )
Good luck.