DHCP server providing two IP addresses to the same Host Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Discovering DHCP servers using multicast (224.0.0.12) in GNU/Linux/CDHCP Multiple IP address requestProviding DHCP server's MAC to DHCP clientsGetting information from a DNS or DHCP ServerDHCP server supporting port-based IP poolDHCP: stuck between DHCP offer and DHCP requestRunning windows server 2012 and windows 8 on VM to do DHCP labiperf between 2 interfaces on same hostRun dnsmasq as DHCP server from inside a Docker containerI can't assign an IP address to vmware VM from DHCP pool

Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?

Maximum summed subsequences with non-adjacent items

Generate an RGB colour grid

A term for a woman complaining about things/begging in a cute/childish way

Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

Can anything be seen from the center of the Boötes void? How dark would it be?

Did Krishna say in Bhagavad Gita "I am in every living being"

Why is Nikon 1.4g better when Nikon 1.8g is sharper?

Why is my ESD wriststrap failing with nitrile gloves on?

Disembodied hand growing fangs

As a beginner, should I get a Squier Strat with a SSS config or a HSS?

Why wasn't DOSKEY integrated with COMMAND.COM?

Is it fair for a professor to grade us on the possession of past papers?

Illegal assignment from sObject to Id

What is the font for "b" letter?

Question about debouncing - delay of state change

Using audio cues to encourage good posture

Is it possible for SQL statements to execute concurrently within a single session in SQL Server?

How to react to hostile behavior from a senior developer?

Performance gap between vector<bool> and array

ArcGIS Pro Python arcpy.CreatePersonalGDB_management

How to write the following sign?

How to compare two different files line by line in unix?



DHCP server providing two IP addresses to the same Host



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!Discovering DHCP servers using multicast (224.0.0.12) in GNU/Linux/CDHCP Multiple IP address requestProviding DHCP server's MAC to DHCP clientsGetting information from a DNS or DHCP ServerDHCP server supporting port-based IP poolDHCP: stuck between DHCP offer and DHCP requestRunning windows server 2012 and windows 8 on VM to do DHCP labiperf between 2 interfaces on same hostRun dnsmasq as DHCP server from inside a Docker containerI can't assign an IP address to vmware VM from DHCP pool



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








-1















I have two subnets (A and B) in the same local area network where all IP addresses are static. I just created a DHCP server to solve the problem of IP address conflict.



The problem that there are Hosts that must belong to both Subnets and therefore have two IP addresses.



The router solution is not accepted because if a subnet A station wants to access a station in network B, it must go through the router, but the traffic is very important (SQL queries for statistics) which can cause the flood of the router.



Short: Can I configure my DHCP server to provide two IP addresses to the same Host?



Server operating system: Linux Suse (DHCPD)










share|improve this question



















  • 1





    Please write your question in English.

    – Bodo
    Mar 22 at 10:26

















-1















I have two subnets (A and B) in the same local area network where all IP addresses are static. I just created a DHCP server to solve the problem of IP address conflict.



The problem that there are Hosts that must belong to both Subnets and therefore have two IP addresses.



The router solution is not accepted because if a subnet A station wants to access a station in network B, it must go through the router, but the traffic is very important (SQL queries for statistics) which can cause the flood of the router.



Short: Can I configure my DHCP server to provide two IP addresses to the same Host?



Server operating system: Linux Suse (DHCPD)










share|improve this question



















  • 1





    Please write your question in English.

    – Bodo
    Mar 22 at 10:26













-1












-1








-1








I have two subnets (A and B) in the same local area network where all IP addresses are static. I just created a DHCP server to solve the problem of IP address conflict.



The problem that there are Hosts that must belong to both Subnets and therefore have two IP addresses.



The router solution is not accepted because if a subnet A station wants to access a station in network B, it must go through the router, but the traffic is very important (SQL queries for statistics) which can cause the flood of the router.



Short: Can I configure my DHCP server to provide two IP addresses to the same Host?



Server operating system: Linux Suse (DHCPD)










share|improve this question
















I have two subnets (A and B) in the same local area network where all IP addresses are static. I just created a DHCP server to solve the problem of IP address conflict.



The problem that there are Hosts that must belong to both Subnets and therefore have two IP addresses.



The router solution is not accepted because if a subnet A station wants to access a station in network B, it must go through the router, but the traffic is very important (SQL queries for statistics) which can cause the flood of the router.



Short: Can I configure my DHCP server to provide two IP addresses to the same Host?



Server operating system: Linux Suse (DHCPD)







linux routing dhcp






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 22 at 11:16









jww

54.5k42240520




54.5k42240520










asked Mar 22 at 10:12









Amine MestiriAmine Mestiri

11




11







  • 1





    Please write your question in English.

    – Bodo
    Mar 22 at 10:26












  • 1





    Please write your question in English.

    – Bodo
    Mar 22 at 10:26







1




1





Please write your question in English.

– Bodo
Mar 22 at 10:26





Please write your question in English.

– Bodo
Mar 22 at 10:26












1 Answer
1






active

oldest

votes


















0














This is not a DHCP problem, it's a routing problem.
AFAICT DHCP only lets you specify one IP address per client, but it also lets you push static routes.



You do not need your client to have an IP on both networks, you just need it to know which route to use to reach peers on network A and B (ie direct route in both cases).



See https://gauvain.pocentek.net/docs/dhcpd-push-routes/ to specify static routes for DHCP.






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    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%2fstackoverflow.com%2fquestions%2f55297340%2fdhcp-server-providing-two-ip-addresses-to-the-same-host%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









    0














    This is not a DHCP problem, it's a routing problem.
    AFAICT DHCP only lets you specify one IP address per client, but it also lets you push static routes.



    You do not need your client to have an IP on both networks, you just need it to know which route to use to reach peers on network A and B (ie direct route in both cases).



    See https://gauvain.pocentek.net/docs/dhcpd-push-routes/ to specify static routes for DHCP.






    share|improve this answer



























      0














      This is not a DHCP problem, it's a routing problem.
      AFAICT DHCP only lets you specify one IP address per client, but it also lets you push static routes.



      You do not need your client to have an IP on both networks, you just need it to know which route to use to reach peers on network A and B (ie direct route in both cases).



      See https://gauvain.pocentek.net/docs/dhcpd-push-routes/ to specify static routes for DHCP.






      share|improve this answer

























        0












        0








        0







        This is not a DHCP problem, it's a routing problem.
        AFAICT DHCP only lets you specify one IP address per client, but it also lets you push static routes.



        You do not need your client to have an IP on both networks, you just need it to know which route to use to reach peers on network A and B (ie direct route in both cases).



        See https://gauvain.pocentek.net/docs/dhcpd-push-routes/ to specify static routes for DHCP.






        share|improve this answer













        This is not a DHCP problem, it's a routing problem.
        AFAICT DHCP only lets you specify one IP address per client, but it also lets you push static routes.



        You do not need your client to have an IP on both networks, you just need it to know which route to use to reach peers on network A and B (ie direct route in both cases).



        See https://gauvain.pocentek.net/docs/dhcpd-push-routes/ to specify static routes for DHCP.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 22 at 11:35









        deedee

        32925




        32925





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • 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%2fstackoverflow.com%2fquestions%2f55297340%2fdhcp-server-providing-two-ip-addresses-to-the-same-host%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

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

            은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현