Member since
03-31-2018
6
Posts
0
Kudos Received
0
Solutions
07-11-2018
04:16 PM
What am I doing wrong? How can I correct this? 1. DNS Resolution Error 2. Job History Server Web UI going to "This site can’t be reached instance-1.c.1345678.internal’s server IP address could not be found." hostname -f instance-1.c.12345678.internal cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 10.123.0.2 instance-1.12345678.internal instance-1 # Added by Google 123.456.789.012 metadata.google.internal # Added by Google cat /etc/sysconfig/network NETWORKING=yes HOSTNAME=localhost python -c "import socket; print socket.getfqdn(); print socket.gethostbyname(socket.getfqdn())"; instance-1.c.12345678.internal 10.123.0.2 ifconfig eth0 | grep "inet addr" inet addr:10.123.0.2 Bcast:10.123.0.2 Mask:255.255.255.255
... View more
07-11-2018
03:35 PM
@bgooley "How to resolve the hostname on browser host. Can you please explain the solution in detail."
... View more
07-10-2018
03:11 PM
@MughilWhat did you do,,,, How did you diagnose the problem? Where is the directory index?
... View more