Enable dhcp server in Win7 for LAN











up vote
0
down vote

favorite












This is setup,



Custom Board <---LAN---> Laptop[Win7] <---Wifi---> Router



I am implementing dhcp client on custom board, i am not able to receive any dhcp offer after sending dhcp discover to Laptop/Router[don't know to whom request is going], using wireshark for monitoring.



My question is how do i configure dhcp server in windows7 for lan? I tried setting LAN IPv4 configuration to Automatic, enabled internet sharing[Wifi] on LAN.



Also tried following softwares

1.) http://www.dhcpserver.de/cms/

2.) tftpd64

3.) AlaxInfoDhcpServer










share|improve this question






















  • I guess it something wrong with your board. Try to connect it directly to LAN port on router, if it wouldn't pick IP then it defiantly issue on "custom board"
    – Alex
    Feb 7 '17 at 6:26















up vote
0
down vote

favorite












This is setup,



Custom Board <---LAN---> Laptop[Win7] <---Wifi---> Router



I am implementing dhcp client on custom board, i am not able to receive any dhcp offer after sending dhcp discover to Laptop/Router[don't know to whom request is going], using wireshark for monitoring.



My question is how do i configure dhcp server in windows7 for lan? I tried setting LAN IPv4 configuration to Automatic, enabled internet sharing[Wifi] on LAN.



Also tried following softwares

1.) http://www.dhcpserver.de/cms/

2.) tftpd64

3.) AlaxInfoDhcpServer










share|improve this question






















  • I guess it something wrong with your board. Try to connect it directly to LAN port on router, if it wouldn't pick IP then it defiantly issue on "custom board"
    – Alex
    Feb 7 '17 at 6:26













up vote
0
down vote

favorite









up vote
0
down vote

favorite











This is setup,



Custom Board <---LAN---> Laptop[Win7] <---Wifi---> Router



I am implementing dhcp client on custom board, i am not able to receive any dhcp offer after sending dhcp discover to Laptop/Router[don't know to whom request is going], using wireshark for monitoring.



My question is how do i configure dhcp server in windows7 for lan? I tried setting LAN IPv4 configuration to Automatic, enabled internet sharing[Wifi] on LAN.



Also tried following softwares

1.) http://www.dhcpserver.de/cms/

2.) tftpd64

3.) AlaxInfoDhcpServer










share|improve this question













This is setup,



Custom Board <---LAN---> Laptop[Win7] <---Wifi---> Router



I am implementing dhcp client on custom board, i am not able to receive any dhcp offer after sending dhcp discover to Laptop/Router[don't know to whom request is going], using wireshark for monitoring.



My question is how do i configure dhcp server in windows7 for lan? I tried setting LAN IPv4 configuration to Automatic, enabled internet sharing[Wifi] on LAN.



Also tried following softwares

1.) http://www.dhcpserver.de/cms/

2.) tftpd64

3.) AlaxInfoDhcpServer







windows-7 dhcp-server






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 7 '17 at 3:45









anishkumar

113




113












  • I guess it something wrong with your board. Try to connect it directly to LAN port on router, if it wouldn't pick IP then it defiantly issue on "custom board"
    – Alex
    Feb 7 '17 at 6:26


















  • I guess it something wrong with your board. Try to connect it directly to LAN port on router, if it wouldn't pick IP then it defiantly issue on "custom board"
    – Alex
    Feb 7 '17 at 6:26
















I guess it something wrong with your board. Try to connect it directly to LAN port on router, if it wouldn't pick IP then it defiantly issue on "custom board"
– Alex
Feb 7 '17 at 6:26




I guess it something wrong with your board. Try to connect it directly to LAN port on router, if it wouldn't pick IP then it defiantly issue on "custom board"
– Alex
Feb 7 '17 at 6:26










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Connect the board to a router port, just to make sure it's functional and it's getting an IP address.



I if that's fine, try a trick: to make W7 act as a DHCP server (without 3rd-party software), enable Internet Connection Sharing. ICS assigns a static IP address to the host computer's LAN connection, and its DHCP server assigns dynamic IP addresses to the custom board or any other devices connected. Use the static one on the wireless part (just put same address as the automatic configuration assigns) and let the Ethernet port be the DHCP/ICS output.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1176046%2fenable-dhcp-server-in-win7-for-lan%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Connect the board to a router port, just to make sure it's functional and it's getting an IP address.



    I if that's fine, try a trick: to make W7 act as a DHCP server (without 3rd-party software), enable Internet Connection Sharing. ICS assigns a static IP address to the host computer's LAN connection, and its DHCP server assigns dynamic IP addresses to the custom board or any other devices connected. Use the static one on the wireless part (just put same address as the automatic configuration assigns) and let the Ethernet port be the DHCP/ICS output.






    share|improve this answer

























      up vote
      0
      down vote













      Connect the board to a router port, just to make sure it's functional and it's getting an IP address.



      I if that's fine, try a trick: to make W7 act as a DHCP server (without 3rd-party software), enable Internet Connection Sharing. ICS assigns a static IP address to the host computer's LAN connection, and its DHCP server assigns dynamic IP addresses to the custom board or any other devices connected. Use the static one on the wireless part (just put same address as the automatic configuration assigns) and let the Ethernet port be the DHCP/ICS output.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        Connect the board to a router port, just to make sure it's functional and it's getting an IP address.



        I if that's fine, try a trick: to make W7 act as a DHCP server (without 3rd-party software), enable Internet Connection Sharing. ICS assigns a static IP address to the host computer's LAN connection, and its DHCP server assigns dynamic IP addresses to the custom board or any other devices connected. Use the static one on the wireless part (just put same address as the automatic configuration assigns) and let the Ethernet port be the DHCP/ICS output.






        share|improve this answer












        Connect the board to a router port, just to make sure it's functional and it's getting an IP address.



        I if that's fine, try a trick: to make W7 act as a DHCP server (without 3rd-party software), enable Internet Connection Sharing. ICS assigns a static IP address to the host computer's LAN connection, and its DHCP server assigns dynamic IP addresses to the custom board or any other devices connected. Use the static one on the wireless part (just put same address as the automatic configuration assigns) and let the Ethernet port be the DHCP/ICS output.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 7 '17 at 8:16









        Overmind

        7,81331531




        7,81331531






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1176046%2fenable-dhcp-server-in-win7-for-lan%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Probability when a professor distributes a quiz and homework assignment to a class of n students.

            Aardman Animations

            Are they similar matrix