Re: trouble set up 2nd Ethernet card on Linux RedHat 7.0

From: Timothy Murphy (tim_at_birdsnest.maths.tcd.ie)
Date: 08/25/03


Date: Mon, 25 Aug 2003 21:47:36 +0100

K T wrote:

> It give me all the information about the eth1 card but no IP
> address..Basically I wasn't able to assign the IP address, Subnet mask to
> eth1.

You probably should put the IP address in
/etc/sysconfig/network-scripts/ifcfg-eth1 .
Mine reads:

DEVICE=eth1
BOOTPROTO=none
IPADDR=192.168.1.1
BROADCAST=192.168.1.255
NETMASK=255.255.255.0
NETWORK=192.168.1.0
ONBOOT=yes
GATEWAY=192.168.1.1
TYPE=Ethernet
USERCTL=no
PEERDNS=no

-- 
Timothy Murphy  
e-mail: tim@birdsnest.maths.tcd.ie
tel: +353-86-233 6090
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland


Relevant Pages