Webserver issue in centos 6

Issues related to applications and software problems
Post Reply
yaseen
Posts: 1
Joined: 2020/05/01 17:27:27

Webserver issue in centos 6

Post by yaseen » 2020/05/01 17:44:22

Hi guys ,

I am using centos 6.9 and installed webserver on it .My topology is below :
Centos -server : MGMT network and private network attached . Webserver installed .

Centos - client : MGMT and private network attached .

From client When I try to download the larger files from server by using wget through admin network it's works fine , but when try to do from private network it doesn't and stays at the 0% after many hours also. On private network it will only able to download 1 MB files.

I have tested the private network with some other instances like centos7 , ubuntu etc and it works fine.

Only when I use both centos 6 images as client and server then only getting the issue , if I replace any one of the client or server with centos7 , ubuntu,redhat didn't face the issue.

Verified the tcp dump , arp and Network end as well but no luck.

It will be really greatful if some one can help me with it.

Regards
Yaseen

Whoever
Posts: 1357
Joined: 2013/09/06 03:12:10

Re: Webserver issue in centos 6

Post by Whoever » 2020/05/01 20:07:10

Start by updating to CentOS 6.10. It's as simple as running

Code: Select all

yum update

Post Reply