Hi,
use your Windows PC for the following steps to narrow down the issue (I am pretty sure this is some sort of misunderstanding combined with configuration error).
Step 1: Check routing:
ping 9.9.9.9
Does it work? Fine.
Step 2: Check DHCP given settings
[...]
Ethernet-Adapter Ethernet 2:
Verbindungsspezifisches DNS-Suffix: multi.ucs
[...]
DHCP aktiviert. . . . . . . . . . : Ja
IPv4-Adresse . . . . . . . . . . : 192.168.92.140(Bevorzugt)
[...]
Standardgateway . . . . . . . . . : 192.168.92.254
DHCP-Server . . . . . . . . . . . : 192.168.92.10
[...]
DNS-Server . . . . . . . . . . . : 192.168.92.10
192.168.92.254
In case you do not use your UCS server as DHCP server you should make sure your DHCP server gives the domain name of your local domain and (more important!) the IP address of your UCS server as DNS server! In the “DNS-Server” part you should NOT see any other servers except your UCS server!
Step 3: Check your DNS forwarder
To verify your local DNS forwarder (usually the IP of your router) is running fine ask him for any (non-local!) domain name.
Note: You can use multiple servers here instead of your local one. Your might want to use 9.9.9.9 or the given DNS-IP from your Internet provider.
C:\Users\user@multi.ucs>nslookup www.zdr.de 192.168.92.254
Server: UnKnown
Address: 192.168.92.254
Nicht autorisierende Antwort:
Name: www.zdr.de
Address: 91.195.240.126
Step 4: Verify settings on UCS
Please follow this article to verify the correct DNS settings. and use the IP address(es) from step 3 as dns/forwarder1
and dns/forwarder2
Step 5: Re-configure your DHCP server
Step 5a: Using non-UCS as DHCP
Change your settings on your DHCP server to tell the clients to use the IP of your UCS server instead of the one of the router (or DHCP server). If your clients do not use the UCS server as DNS server all your domain related functionality will fail for sure!
Step 5b: Use your UCS as DHCP
Configure your UCS DHCP according to the documentation.
Step 6: Re-load settings on Windows PC:
Run cmd.exed
as Administrator and type:
ipconfig /release *
ipconfig /renew *
Your Windows PC should now use the UCS server as DNS server (see Step 1).
Done
In case you are still having issues, look for DHCP troubleshooting tips.
/CV