- RedHat e.g. ScientificLinux, CentOS, Rocks, Fedora
- Debian e.g. Ubuntu, Linux Mint
On RedHat systems, the main configuration files are /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-ethN. Here you can find data and syntax of these files.
On Debian, the main file is /etc/network/interfaces. How to populate that file can be found here.
When modifications have been done, the way how the changes are taken is as follows
- On RedHat run sudo /etc/init.d/network restart
- On Debian-based run sudo /etc/init.d/networking restart
No comments:
Post a Comment