IP adress help

Issues related to configuring your network
Post Reply
gzak252
Posts: 1
Joined: 2019/02/25 12:02:06

IP adress help

Post by gzak252 » 2019/02/25 12:07:06

Hello,

I am new to Centos and Linux overall and I came across an issue that I can't figure out on my own. I installed and ran Apache and when I try to check my IP address with ip addr to put in my browser, my inet in eth0 starts with 10.0.0 - and so on. I input that IP into the browser but am unable to connect and test if the Apache server is running.

Any suggestions would be greatly appreciated.

User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: IP adress help

Post by jlehtone » 2019/02/25 14:19:12

Can you provide some more information?

Code: Select all

sudo ss -4tlp
systemctl status httpd

Post Reply