Linux: how to verify my network configuration before doing a restart
        Posted  
        
            by 
                wael34218
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by wael34218
        
        
        
        Published on 2012-10-26T07:49:19Z
        Indexed on 
            2012/10/26
            11:03 UTC
        
        
        Read the original article
        Hit count: 270
        
I am trying to build a network bridge for my VMs on a server.
So I added a new file and changed another in the /etc/sysconfig/network-scripts directory.
Then I did a network reboot with the following command:/etc/init.d/network restart
After that the server was not up again. I contacted the hosting provider's support for help.
I need a way to verify my new configuration before a network restart. I need to make sure that it will be up again, just like apache's /etc/init.d/httpd configtest
© Server Fault or respective owner