Introduction: Running Linux Terminal on Windows With DHCP and Raspberry Pi
Step 1: Prepare DHCP Server
Once you have downloaded DHCP Server, open it up and begin to prepare your configuration file.
First: Open dhcpwiz
Second: Select your network interface (Choose an ethernet interface with DHCP DISABLED)
Third: Skip this page
Fourth: Set your IP Pool (The range of possible IP's) I tend to use 192.168.2.1 - 255
Fifth: Set the file path to your INI file and write the file
Once done configuring your DHCP server run dhcpsrv and continue as a tray app
Step 2: Connect to Your Raspberry Pi
Once you have DHCP configured it's time to connect to your Raspberry Pi via PuTTY!
Just open up PuTTY and type in the IP address assigned to the Raspberry Pi via DHCP Server which should be displayed with a notification (If there is no notification usually the assigned IP address or 2 above the one you entered in your IP Pool [Mine: 192.168.2.2 or 192.168.2.3])
Step 3: Success!
Once you enter your IP into PuTTY it should bring up your login screen, then just login.
3 Comments
7 years ago
Remember to save the configuration in PuTTY so that you don't have to enter it manually in the future.
7 years ago
Great Raspberry Pi tutorial. We need more of these on the site.
Reply 7 years ago
Thank you so much! I really appreciate it!