Mon
02 Jun

Setting Static IP on Red Hat

Written by Brad on 9:51 am | Permalink |

In red hat this file is /etc/sysconfig/network-scripts/ifcfg-eth0 and you would put this in it:

CODE

DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
IPADDR=192.168.1.10
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
Filed under Documents, General

Leave a Reply

You must be logged in to post a comment.