scissor-project / open-scissor

OpenSCISSOR provisioning and orchestration
Apache License 2.0
2 stars 0 forks source link

Cannot ping gitlab.scissor-project.com from VM #43

Closed agil3b3ast closed 6 years ago

agil3b3ast commented 6 years ago

Prerequisites

Description

Cannot ping gitlab.scissor-project.com from VM

Host Environment

Output

ping: unknown host gitlab.scissor-project.com

Steps to Reproduce

  1. vagrant up gateway or any other VM
  2. ping gitlab.scissor-project.com

Expected behavior: Ping success

Actual behavior: Ping fails

Reproduces how often: Always

Additional Information

If i try ping gitlab.scissor-project.com from my host (or any other system like RPi, Deepin) it doesn't fail.

This could be a problem if we wanted to clone https://gitlab.scissor-project.com/glandais/kafka-idmef-converter/ .

References

N/A

ferrarimarco commented 6 years ago

This happens because DNSMasq is configured to handle scissor-project.com as a managed domain. There is no gitlab host known to the DNS server, hence the problem.

I'll add a prefix to the locally managed domain (something like dev.scissor-project.com).