0%

0/1 Lessons

Course Introduction

• 1min

0 / 1 lessons complete

Getting Started with Active Directory Domain Services

• 52min

0 / 6 lessons complete

Introduction to Active Directory Users & Computers

• 1hr 27min

0 / 10 lessons complete

Adding a Second Domain Controller

• 1hr 31min

0 / 7 lessons complete

Active Directory Backups

• 1hr 24min

0 / 5 lessons complete

How to Administrate Active Directory with Windows PowerShell

• 1hr 58min

0 / 7 lessons complete

Administrating AD SS (Active Directory Sites and Services)

• 1hr 3min

0 / 5 lessons complete

Active Directory Trusts

• 54min

0 / 5 lessons complete

Modifying the Active Directory Schema

• 43min

0 / 3 lessons complete

Course Conclusion

• 2min

0 / 1 lessons complete

Lab: Configure ADDS Between Two Subnets

Instructions

Q&A (0)

Notes (0)

Resources (0)

Saving Progress...

Resources

There are no resources for this lesson.

Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.

Create note

0 0 votes
Lesson Rating
Subscribe
Notify of
profile avatar
6 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

profile avatar
nathans2(@nathans2)
Member
2 years ago

I am one of your students at Server Academy (Full member). I have two issues that I need further clarification on;
1. The lab exercise on ADUC Powershell Automation 
 a. The first exercise under the above lab exercise ( i.e Set Powershell Script Execution Policy to Unrestricted) was unable to score me because the Lab server was already set to “Not Configured” for the “script execution” therefore when I run the powershell command it didn’t have any effect on it. Do you think I did something wrong?

2. I have set my personal practice lab on AWS with;
 a. Windows server 2019, 
 b. the computer name SADC01
c. Static IP address  
d. domain (ad.serveracademy.com)

Now, my confusion started when in the final part of your lecture note on the Active directory Sites and Services – Section Overview ( when you asked us to create a new NAT network on the 192.168.2.0/24 subnet. The subsequent lecture/demo (Configuring our ITFROUTE01 server to act as a Router) threw me into further confusion when after you finished configuring the ICMPv4 ping request on the unnamed new Server you then switched to ITFDC02 
When/where did we get the ITFDC02 from?
When did we get the ITFDC01 too?

Since I’m using AWS how do I do the same practice?

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  nathans2
2 years ago

Hi profile avatar Nathan Sackey

For your first question on PowerShell. You are right, the execution policy is not configured, just set the execution policy to unrestricted with the PowerShell command and try again.

For the second question. ITFDC01  and ITFDC02  are like SADC01  and SADC02. They are just domain controllers but are the same with a different names.
To configure the ROUTE01 server you will need to place the domain controllers in different subnets. The ROUTE01 server will need to have two network adapters with each one on each of the subnets to enable routing.

Ricardo

profile avatar
mf(@mf)
Member
10 months ago

Having trouble with this lab. Tried it 3 times and can’t figure out what I’m missing. Configured Routing and remote access for SAROUTE, and pointed both DC’s to their appropriate gateways as directed. Made sure all the firewall settings were correct to allow routing and remote and ICMP pings. I can ping the gateways, I can ping each DC from the router server, but can’t ping between the DC’s. I even tried just rebooting to make sure nothing was hung up. Also disabled the firewalls entirely. Still nothing.

profile avatar
benjamins3(@benjamins3)
Member
1 month ago

Hello, I am struggling with this Lab.

Installing and configuring the Remote Access / Routing server Role on SAROUTE01 is easy; however, I am super confused about the next step regarding configuring SADC01 and SADC02 to use SAROUTE01 as their default gateway. Please review my configurations below and tell me what I am doing wrong. For

SAROUTE01 Ethernet 1
IP address: 10.0.0.2
Subnet mask: 255.255.255.0
Default gateway: 10.0.0.1

Preferred DNS server: 10.0.0.1
Alternate DNS server: (BLANK)

SAROUTE01 Ethernet 2
IP address: 10.0.2.2
Subnet mask: 255.255.255.0
Default gateway: (BLANK)

Preferred DNS server: (BLANK)
Alternate DNS server: (BLANK)

SADC02 Ethernet
IP address: 10.0.0.10
Subnet mask: 255.255.255.0
Default gateway: 10.0.2.2

Preferred DNS server: 192.168.1.10
Alternate DNS server: (BLANK)

SADC01 Ethernet
IP address: (BLANK)
Subnet mask: (BLANK)
Default gateway: (BLANK)

Preferred DNS server: (BLANK)
Alternate DNS server: (BLANK)

Once I plug this in and try to ping the gateway, it doesn’t work. Please tell me what I am doing wrong.

Thank you!

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  benjamins3
1 month ago

Hi profile avatar Benjamins3,

Let me review the lab to refresh my mind and provide a more accurate answer.

-Ricardo

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  benjamins3
1 month ago

After installing the role on SAROUTE01 then you configure it. Check the lesson for more information:
https://www.serveracademy.com/courses/active-directory-identity-with-windows-server/configuring-our-itfroute01-server-to-act-as-a-router/

Then you change the IP address for the default gateway address on SADC01 from 192.168.1.1 to 192.168.1.2, and for the server SADC02 default gateway, you change it from 10.0.0.1 to 10.0.0.2.

To test, ping from SADC01 to SADC02 and vice versa using their IP Addresses 192.168.1.10 and 10.0.0.10.

The working addresses are:

SADC01 Ethernet

IP address: 192.168.1.10

Subnet mask: 255.255.255.0

Default gateway: 192.168.1.2

SAROUTE01 Ethernet 2

IP address: 192.168.1.2

Subnet mask: 255.255.255.0

Default gateway: 192.168.1.1

SAROUTE01 Ethernet 1

IP address: 10.0.0.2

Subnet mask: 255.255.255.0

Default gateway: 10.0.0.1

SADC02 Ethernet

IP address: 10.0.0.10

Subnet mask: 255.255.255.0

Default gateway: 10.0.0.2