Custom DHCP Server on home network












0















I have a computer network at my house which consists of two computers and one server.
I have a software on dedicated server which requires direct connection to internet (port forwarding doesn't work for this).



So I plan to setup network in the following way:



link text



Please let me know if this will work. How good or bad could this be?



Internet Connection: Verizon Fios 25/25










share|improve this question















migrated from serverfault.com May 24 '10 at 6:03


This question came from our site for system and network administrators.























    0















    I have a computer network at my house which consists of two computers and one server.
    I have a software on dedicated server which requires direct connection to internet (port forwarding doesn't work for this).



    So I plan to setup network in the following way:



    link text



    Please let me know if this will work. How good or bad could this be?



    Internet Connection: Verizon Fios 25/25










    share|improve this question















    migrated from serverfault.com May 24 '10 at 6:03


    This question came from our site for system and network administrators.





















      0












      0








      0








      I have a computer network at my house which consists of two computers and one server.
      I have a software on dedicated server which requires direct connection to internet (port forwarding doesn't work for this).



      So I plan to setup network in the following way:



      link text



      Please let me know if this will work. How good or bad could this be?



      Internet Connection: Verizon Fios 25/25










      share|improve this question
















      I have a computer network at my house which consists of two computers and one server.
      I have a software on dedicated server which requires direct connection to internet (port forwarding doesn't work for this).



      So I plan to setup network in the following way:



      link text



      Please let me know if this will work. How good or bad could this be?



      Internet Connection: Verizon Fios 25/25







      networking






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 13 '16 at 7:24









      fixer1234

      18.4k144781




      18.4k144781










      asked May 24 '10 at 5:12







      DanSpd











      migrated from serverfault.com May 24 '10 at 6:03


      This question came from our site for system and network administrators.









      migrated from serverfault.com May 24 '10 at 6:03


      This question came from our site for system and network administrators.
























          3 Answers
          3






          active

          oldest

          votes


















          1














          It looks like this would work fine. Another possibility would be to DMZ your server. This gives it full access as if it were a direct internet connection. You can forward certain ports to other computers if you would like, but the DMZ'd server is, for all effective purposes, directly on the internet. This may be a safer way to do it, especially since it would give you the ability to block specific ports if you don't want them all to be allowed.






          share|improve this answer
























          • Will this work without a router?

            – Abarax
            Nov 27 '13 at 4:05



















          0














          Assuming you know how to set up a DHCP server, that will work fine.



          What OS/platform is the server running?






          share|improve this answer































            0














            If you are running GNU or UNIX, you can install DHCPd software on your server. It is quite easy to configure. Just specify a subnet (for example: 192.168.100.0/24 (this will server 254 clients, beginning from 192.168.100.1 -> 192.168.100.254) and the rest takes care of itself. If it runs a firewall, be sure to allow UDP ports 67/68






            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',
              autoActivateHeartbeat: false,
              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%2f144556%2fcustom-dhcp-server-on-home-network%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown
























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              It looks like this would work fine. Another possibility would be to DMZ your server. This gives it full access as if it were a direct internet connection. You can forward certain ports to other computers if you would like, but the DMZ'd server is, for all effective purposes, directly on the internet. This may be a safer way to do it, especially since it would give you the ability to block specific ports if you don't want them all to be allowed.






              share|improve this answer
























              • Will this work without a router?

                – Abarax
                Nov 27 '13 at 4:05
















              1














              It looks like this would work fine. Another possibility would be to DMZ your server. This gives it full access as if it were a direct internet connection. You can forward certain ports to other computers if you would like, but the DMZ'd server is, for all effective purposes, directly on the internet. This may be a safer way to do it, especially since it would give you the ability to block specific ports if you don't want them all to be allowed.






              share|improve this answer
























              • Will this work without a router?

                – Abarax
                Nov 27 '13 at 4:05














              1












              1








              1







              It looks like this would work fine. Another possibility would be to DMZ your server. This gives it full access as if it were a direct internet connection. You can forward certain ports to other computers if you would like, but the DMZ'd server is, for all effective purposes, directly on the internet. This may be a safer way to do it, especially since it would give you the ability to block specific ports if you don't want them all to be allowed.






              share|improve this answer













              It looks like this would work fine. Another possibility would be to DMZ your server. This gives it full access as if it were a direct internet connection. You can forward certain ports to other computers if you would like, but the DMZ'd server is, for all effective purposes, directly on the internet. This may be a safer way to do it, especially since it would give you the ability to block specific ports if you don't want them all to be allowed.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered May 24 '10 at 6:39









              nhinklenhinkle

              30k31126167




              30k31126167













              • Will this work without a router?

                – Abarax
                Nov 27 '13 at 4:05



















              • Will this work without a router?

                – Abarax
                Nov 27 '13 at 4:05

















              Will this work without a router?

              – Abarax
              Nov 27 '13 at 4:05





              Will this work without a router?

              – Abarax
              Nov 27 '13 at 4:05













              0














              Assuming you know how to set up a DHCP server, that will work fine.



              What OS/platform is the server running?






              share|improve this answer




























                0














                Assuming you know how to set up a DHCP server, that will work fine.



                What OS/platform is the server running?






                share|improve this answer


























                  0












                  0








                  0







                  Assuming you know how to set up a DHCP server, that will work fine.



                  What OS/platform is the server running?






                  share|improve this answer













                  Assuming you know how to set up a DHCP server, that will work fine.



                  What OS/platform is the server running?







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 24 '10 at 5:19









                  northiridnorthirid

                  33614




                  33614























                      0














                      If you are running GNU or UNIX, you can install DHCPd software on your server. It is quite easy to configure. Just specify a subnet (for example: 192.168.100.0/24 (this will server 254 clients, beginning from 192.168.100.1 -> 192.168.100.254) and the rest takes care of itself. If it runs a firewall, be sure to allow UDP ports 67/68






                      share|improve this answer




























                        0














                        If you are running GNU or UNIX, you can install DHCPd software on your server. It is quite easy to configure. Just specify a subnet (for example: 192.168.100.0/24 (this will server 254 clients, beginning from 192.168.100.1 -> 192.168.100.254) and the rest takes care of itself. If it runs a firewall, be sure to allow UDP ports 67/68






                        share|improve this answer


























                          0












                          0








                          0







                          If you are running GNU or UNIX, you can install DHCPd software on your server. It is quite easy to configure. Just specify a subnet (for example: 192.168.100.0/24 (this will server 254 clients, beginning from 192.168.100.1 -> 192.168.100.254) and the rest takes care of itself. If it runs a firewall, be sure to allow UDP ports 67/68






                          share|improve this answer













                          If you are running GNU or UNIX, you can install DHCPd software on your server. It is quite easy to configure. Just specify a subnet (for example: 192.168.100.0/24 (this will server 254 clients, beginning from 192.168.100.1 -> 192.168.100.254) and the rest takes care of itself. If it runs a firewall, be sure to allow UDP ports 67/68







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered May 24 '10 at 6:27









                          Felipe AlvarezFelipe Alvarez

                          1,11031731




                          1,11031731






























                              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.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f144556%2fcustom-dhcp-server-on-home-network%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

                              flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                              Mangá

                               ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕