On 23-May-98 Azhar H. Chowdhury wrote:
> Dear Sir/Madam,
> 
> I have a RedHat Linux 5.0 and set the IP Address as 203.191.33.40 for
> NE2000 Ethercard. But I need to add also 208.222.25.4 to this same
> Ethernet Card which should be routable though existing one.

If you have X configured, you can try using the netcfg utility.  Otherwise, copy
the /etc/sysconfig/network-scripts/ifcfg-eth0 to
/etc/sysconfig/network-scripts/ifcfg-eth0:0.  Then edit this new file so it
looks like this:

DEVICE=eth0:0
IPADDR=208.222.25.4
NETMASK=255.255.255.0
NETWORK=208.222.25.0
BROADCAST=208.222.25.255
ONBOOT=yes
BOOTPROTO=none

or adjust the information to suit your network, etc.  Then restart the network
(locally) by doing "/etc/rc.d/init.d/network restart".

Dave


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to