How do I restore / import the network configuration in Linux?



  • If you previously exported/saved the network configuration to a file called /tmp/network_cfg, do the following to restore/import it:

    # /usr/bin/system-config-network-cmd -i -c -f /tmp/network_cfg
    

    -i = import
    -c = clear the existing configuration prior before importing
    -f = name of file to import


Log in to reply
 

© Lightnetics 2024