0

i'm pretty new to Ubuntu and Virtualmin and I got a problem.

I'm creating a webserver with virtualmin local use only (it's running on virtualbox) so the ip is 10.0.2.15 and I'm trying to make the DNS work.

According to virtualmin it should add everything to the DNS records on his own, but I can access my website from the IP but not from the domain name.

Any help ? Please be detailled I'm pretty new at this.

Thanks in advance !

Tourna
  • 11

1 Answers1

1

Configure virtualmin with a local domain like virtualmin.local or something like virtualminlvm.com, the important part is add the domain-ip relation somewhere, you either can install a dns server like dnsmasq or simply add them to /etc/hosts file like

10.0.2.15    virtualmin.local
10.0.2.15    virtualminvm.com

Note that using .com (or other real tld) will hide the route to real site (if exists) from you.

bistoco
  • 1,541