This support forum board is for support questions relating to
Nagios Log Server , our solution for managing and monitoring critical log data.
mneubauer
Posts: 19 Joined: Wed Jun 10, 2020 1:26 pm
Post
by mneubauer » Wed Jun 17, 2020 1:27 pm
scottwilkerson wrote: Somehow you must be launching this in an environment or selecting a VPC with special routing that has IPv6 enabled but cannot route to the address provided by DNS.
One possible workaround for this host would be to run the following:
Code: Select all
echo "72.14.181.71 assets.nagios.com" >> /etc/hosts
but I suspect you are going to hit other barriers for the same issue as the install progresses
I get this with that command:
-bash: /etc/hosts: Permission denied
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Wed Jun 17, 2020 1:38 pm
mneubauer wrote: I get this with that command:
-bash: /etc/hosts: Permission denied
Sorry, you would need to be root
or
Code: Select all
sudo echo "72.14.181.71 assets.nagios.com" >> /etc/hosts
mneubauer
Posts: 19 Joined: Wed Jun 10, 2020 1:26 pm
Post
by mneubauer » Wed Jun 17, 2020 2:01 pm
scottwilkerson wrote: mneubauer wrote: I get this with that command:
-bash: /etc/hosts: Permission denied
Sorry, you would need to be root
or
Code: Select all
sudo echo "72.14.181.71 assets.nagios.com" >> /etc/hosts
Ok it took that command without error. What should that command have done?
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Wed Jun 17, 2020 2:14 pm
That should just make your system report the IP of our server as it's IPv4 version, so now you can try the following, but again, I would suspect you will still have issues
Code: Select all
sudo su
curl https://assets.nagios.com/downloads/nagiosxi/installNagiosXIvm_el7_ami.sh | sh
mneubauer
Posts: 19 Joined: Wed Jun 10, 2020 1:26 pm
Post
by mneubauer » Wed Jun 17, 2020 3:25 pm
scottwilkerson wrote: That should just make your system report the IP of our server as it's IPv4 version, so now you can try the following, but again, I would suspect you will still have issues
Code: Select all
sudo su
curl https://assets.nagios.com/downloads/nagiosxi/installNagiosXIvm_el7_ami.sh | sh
Do you have any other suggestions that I could try?
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Wed Jun 17, 2020 3:39 pm
Have someone familiar with AWS VPC's setup a correct VPC.
Ours are set to the defaults and work perfectly
mneubauer
Posts: 19 Joined: Wed Jun 10, 2020 1:26 pm
Post
by mneubauer » Fri Jun 19, 2020 10:42 am
scottwilkerson wrote: Have someone familiar with AWS VPC's setup a correct VPC.
Ours are set to the defaults and work perfectly
I used one of my other VPCs and it worked great. There is something wrong with my other one. I appreciate all of your help!
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Fri Jun 19, 2020 10:43 am
mneubauer wrote: scottwilkerson wrote: Have someone familiar with AWS VPC's setup a correct VPC.
Ours are set to the defaults and work perfectly
I used one of my other VPCs and it worked great. There is something wrong with my other one. I appreciate all of your help!
Great! Glad it is sorted.
Locking thread