Web sites

Hi, I can't view web portal in my intranet from linux RHE, and neither to web application.

My network configuration /etc/sysconfig/network-scripts/fcfg-eth0 is ok, what is happen?, can you help me please.

Wow, that's not really very much to go on :mad:

Let's start at the beginning?

  • What OS are you running (output from uname -a would be good)
  • Can you show us the output from ifconfig -a
  • What is the content of fcfg-eth0 (or do you mean just cfg-eth0)?
  • Can you ping the default router?
  • Are there firewall rules to allow you to connect?
  • Is this your individual desktop or a server?
  • What messages are you getting?
  • What have you tried so far?

Please post any output in CODE tags for clarity.

Give us something to look at and you might get a useful response.

Regards,

Robin
Liverpool/Blackburn
UK

1 Like

ifcfg-eth0 is meant, as it's Redhat or one of its rebrands.

In addition to what rbatte1 suggests, please also post the output of:

  • cat /etc/resolv.conf
  • cat /etc/sysconfig/network
  • cat /etc/sysconfig/network-scripts/ifcfg-eth0
  • runlevel
  • ls /etc/rc5.d/S23NetworkManager
  • service httpd status (if your "portal" is running on the same server)
  • chkconfig --list httpd ("" "")
1 Like