#DNS Windows server

18 messages · Page 1 of 1 (latest)

clear nest
#

Hello all,

I try to forward external domain to internal server:
test01.mydomain01.com from ovh with redirect type A > my router external ip > vm windows server in DMZ 192.168.1.100 > vm website/ssh 172.168.1.10 (I ping my both server)

Actually I have create a windows server 2019 vm with dns role and I have this configuration:
DNS
v windowsdns
v Forward Lookup Zones
v test01.mydomain01.com
>> (same as parent folder) - Host A - 172.168.1.10
>> I have also SOA and NS no change

And does not work, how I can do it?
Thank you very much!

#

I try just to forward my external domain from ovh, to a server in my home 🙂

#

Yes "vm website" with ssh, and multiple service like game server, ftp, etc...

#

I can ping but website, ssh and other not to be access with my domain

#

A cloudflare? Why?

#

vm dns is in dmz, not need port forward

#

(dmz work when I try to use ubuntu with nginx for test, website only work, nginx is only for website)

#

firewall is disable (proxmox hypervisor), no iptables all is disable

#

yes if you want

#

yep

#

(from windows vm access to my ubuntu server work)

#

It's internal access, port forward with or without not work
(ssh: connect to host test01.mydomain01.com port 22: Connection timed out, with port forward)

tropic sequoia
#

you need to portforward the ssh from the external IP to the internal IP

#

on the router with external IP

clear nest