hi guys i'm trying to setup the isp config and this is what i am getting in the terrimal
# Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:16:E6:80:6D:5F
ONBOOT=yes



"/etc/sysconfig/network-scripts/ifcfg-eth0:0" 5L, 137C

where it should look like this
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0:0
BOOTPROTO=static
BROADCAST=192.168.0.255
IPADDR=192.168.0.101
NETMASK=255.255.255.0
NETWORK=192.168.0.0
ONBOOT=yes
 
Regards
Mike