F5F Stay Refreshed Software Operating Systems Connecting to Windows 2016 via Hyper-V Utilize Hyper-V for virtual machine networking and management.

Connecting to Windows 2016 via Hyper-V Utilize Hyper-V for virtual machine networking and management.

Connecting to Windows 2016 via Hyper-V Utilize Hyper-V for virtual machine networking and management.

K
Killer_LuLu
Junior Member
5
10-06-2021, 08:20 PM
#1
Hello, I'm attempting to complete these tasks on my Windows 10 Pro laptop. There are several issues I'm encountering. If anyone can clarify each point word by word, that would be ideal. I’m struggling with communication between servers. My virtual switch is set as internal only. Canada – DNS/Web Server – 172.16.101.1 255.255.255.0 | 172.16.101.2 255.255.255.0 Japan – DHCP Server – 172.16.102.1 255.255.255.0 Step 1: Setup and setup of three Windows Server 2016 systems. All servers need to be part of the group AUTOMOBILEFIRMSOFTWARE. Step 2: Setup and configuration for DHCP services. The DHCP service should be activated on the JAP server, providing IP addresses to FRA. JAP must have a fixed IP address, while FRA should always get the same IP when starting up. Step 3: Arrange static IP routing. Each server needs to connect with others. If some servers are in different subnets, you’ll need to set up static routes to help communications flow smoothly. The JAP server can handle IP routing; avoid using dynamic routing protocols. Note: Static routes can be set via the ROUTE command or through the Routing and Remote Access Service console. It’s simpler to create them with a GUI tool than with the command line. Step 4: Install and configure DNS services. DNS must be installed on CAN and must support all other servers. Create the domain name “AUTOMOBILEFIRMSoftware.com”. Hostname resolution should work from IP addresses, not just host names. Step 5: Set up VPNs. To secure connections between the three sites, implement site-to-site VPNs for the links: CAN to JAP and JAP to FRA. Step 6: Create and configure shared folders. DFS Shared folders should be established on all three servers. They will hold sales specifications and data for every site. Users must be logged in before accessing these folders, but they shouldn’t have editing permissions. To improve reliability, reduce traffic on the site-to-site links, add redundancy, and link the shares using the Distributed Files System (DFS).
K
Killer_LuLu
10-06-2021, 08:20 PM #1

Hello, I'm attempting to complete these tasks on my Windows 10 Pro laptop. There are several issues I'm encountering. If anyone can clarify each point word by word, that would be ideal. I’m struggling with communication between servers. My virtual switch is set as internal only. Canada – DNS/Web Server – 172.16.101.1 255.255.255.0 | 172.16.101.2 255.255.255.0 Japan – DHCP Server – 172.16.102.1 255.255.255.0 Step 1: Setup and setup of three Windows Server 2016 systems. All servers need to be part of the group AUTOMOBILEFIRMSOFTWARE. Step 2: Setup and configuration for DHCP services. The DHCP service should be activated on the JAP server, providing IP addresses to FRA. JAP must have a fixed IP address, while FRA should always get the same IP when starting up. Step 3: Arrange static IP routing. Each server needs to connect with others. If some servers are in different subnets, you’ll need to set up static routes to help communications flow smoothly. The JAP server can handle IP routing; avoid using dynamic routing protocols. Note: Static routes can be set via the ROUTE command or through the Routing and Remote Access Service console. It’s simpler to create them with a GUI tool than with the command line. Step 4: Install and configure DNS services. DNS must be installed on CAN and must support all other servers. Create the domain name “AUTOMOBILEFIRMSoftware.com”. Hostname resolution should work from IP addresses, not just host names. Step 5: Set up VPNs. To secure connections between the three sites, implement site-to-site VPNs for the links: CAN to JAP and JAP to FRA. Step 6: Create and configure shared folders. DFS Shared folders should be established on all three servers. They will hold sales specifications and data for every site. Users must be logged in before accessing these folders, but they shouldn’t have editing permissions. To improve reliability, reduce traffic on the site-to-site links, add redundancy, and link the shares using the Distributed Files System (DFS).

M
MLGKING_03
Junior Member
16
10-06-2021, 08:20 PM
#2
Take full responsibility for your work. This task is substantial and would require a significant amount of time to cover thoroughly. Please clarify the exact issue you're encountering.
M
MLGKING_03
10-06-2021, 08:20 PM #2

Take full responsibility for your work. This task is substantial and would require a significant amount of time to cover thoroughly. Please clarify the exact issue you're encountering.

X
xERCENx
Junior Member
15
10-06-2021, 08:20 PM
#3
I set up all the 2016 servers in Hyper-V, added DHCP and DNS. Japan and France aren’t showing up together on the same domain, and Canada is listed as a forest domain but I’m having trouble connecting or adding them.
X
xERCENx
10-06-2021, 08:20 PM #3

I set up all the 2016 servers in Hyper-V, added DHCP and DNS. Japan and France aren’t showing up together on the same domain, and Canada is listed as a forest domain but I’m having trouble connecting or adding them.

N
niet_thorsten
Member
55
10-06-2021, 08:20 PM
#4
Review the forest map you shared in the original post. You must set up a static route so the subnet can link to the main domain. Currently you have three DNS servers running, which isn't a major issue but is redundant. Also, three DHCP servers are causing conflicts. Canada requires ADDC and DNS (DNS is essential for ADDC), so it should use a static IP. Japan also needs a static IP and must manage IPs below it. France should obtain its IP from Japan via DHCP. Japan needs a static route to Canada, and both Japan and France should route through Canada for DNS. After these adjustments, everything should connect to the ADDC on Canada. I fixed the order of Canada and Japan.
N
niet_thorsten
10-06-2021, 08:20 PM #4

Review the forest map you shared in the original post. You must set up a static route so the subnet can link to the main domain. Currently you have three DNS servers running, which isn't a major issue but is redundant. Also, three DHCP servers are causing conflicts. Canada requires ADDC and DNS (DNS is essential for ADDC), so it should use a static IP. Japan also needs a static IP and must manage IPs below it. France should obtain its IP from Japan via DHCP. Japan needs a static route to Canada, and both Japan and France should route through Canada for DNS. After these adjustments, everything should connect to the ADDC on Canada. I fixed the order of Canada and Japan.