Why?


Search This Blog

Friday, March 18, 2016

Centos 7 Setup static IP using NetworkManager

Centos 7 Setup static IP using NetworkManager

# yum install NetworkManager-tui

# nmtui


│ ╤ IPv4 CONFIGURATION
│ │          Addresses 192.168.10.100/24________
│ │                                                           
│ │            Gateway 192.168.10.1_____________                      
│ │        DNS servers 192.168.10.1_____________
│ │              
│ │     Search domains whittenberg.domain_______
│ │                   
│ │                                                                      
│ │            Routing (No custom routes)
│ │ [ ] Never use this network for default route                         
│ │                                                                      
│ │ [X] Require IPv4 addressing for this connection                     
│ └                                                                      
│                                                                        
│ ═ IPv6 CONFIGURATION
│                                                                        
│ [X] Automatically connect                                              
│ [X] Available to all users                                             

# systemctl restart network

No comments:

Post a Comment