So I am trying to setup my own physical server at home so I can learn more about server administration and get a job in it

Everyone seems to only have Hyper-v and VMware server install videos on youtube that help a little bit.
Here is how I have been trying to set it up.
1. My ISP is hard wired to my Netgear router, however DHCP is enabled on my router. <--may cause a problem?
2. My Desktop Server 2012 r2 connects to my Netgear router over its WiFi NIC, it is not hard wired. I have a second onboard NIC that is only for hard wire but is currently disabled.
I have been having issues with this setup.
My questions are:
1. Will this setup work, am I missing something?
2. Do I have to disable DHCP on my router or can I just set a reservation IP on my netgear router so my server can use it as a static IP?
3. Do I need to use both of my NIC cards on my system for this to work?
The server WiFi NIC is connected to my netgear router with these TCP/IP settings.
192.168.1.8 <-IP set for my Server 2012 r2 and reservation on my netgear router
255.255.255.0 <-SM
192.168.1.1 <-DG
192.168.1.8 <-DNS on my server 2012 r2
running ipconfig shows these above settings are correct
However, my DHCP Server name is called "169.xxx" from APIPA due to it not being able to talk to a dhcp server. Yes I have disabled the secondary NIC card, IPv6 is enabled and I have google searched this a lot.

my setup for DHCP on my server 2012 r2
Router- 192.168.1.8 <-Authenticating with 169.xxx APIP - see the above
DNS - 192.168.1.8 <- Authenticating with 169.xxx APIP - see the above
DNS name - works
scope- 192.168.1.2 - 192.168.254
no ip reservations were set on my dhcp configuration for my server- probably need to do that so there isn't an IP conflict on the scope delegation with the 192.168.1.8 IP address.

Any help is greatly appreciated with this.

Yes I run dcdiag to see whats going on and best practices for errors etc.