Red Hat Enterprise Linux Server release 5.3 (Tikanga)
File found in: /etc/sysconfig/network-scripts/ifcfg-eth0
1 2 3 4 5 6 |
DEVICE=eth0 BOOTPROTO=static IPADDR=%IP Address% NETMASK=%Netmask% GATEWAY=%Gateway% ONBOOT=yes |
Ubuntu Server 10.04 LTS
File found in: /etc/network/interfaces
1 2 3 4 5 |
auto eth0 iface eth0 inet static address %IP Address% netmask %Netmask% gateway %Gateway% |
CentOS release 5.8 (Final)
File found in: /etc/sysconfig/network-scripts/ifcfg-eth0
1 2 3 4 5 6 |
DEVICE=eth0 BOOTPROTO=static IPADDR=%IP Address% NETMASK=%Netmask% GATEWAY=%Gateway% ONBOOT=yes |
Leave a Reply