Menu

Compile und Using More Networks

Help
2006-09-21
2013-03-12
  • darth_harry

    darth_harry - 2006-09-21

    1. Isn't there anyway to use multi network interface via DHCP?
    i really need 8 network interfaces acting as DHCP Server.
    Interface is USB Ethernet. so this can be seen in Windows System as Virtual Adapter.

    2. Compile Problem.
    i'm now using Visual Studio 6.0. andi've tried to compile your 2 files...but failed.
    How can i solve it?
    Do i need another tool?

    Thank you.

    May the force be with you.

     
    • Achal Dhir

      Achal Dhir - 2006-09-21

      1. Are these interfaces are going to be on physical subnet or on different subnets.

      2. Visual Studio does not ship iphlpapi.h and related library, which is although microsoft file. If you use MinGW or Borland Compiler, thoes have it. Otherwise you can find it at internet.

       
    • darth_harry

      darth_harry - 2006-09-22

      1. USB Ethernet...

      so this is not actually NIC based networks.
      it's just USB.
      about 8 clients(PDA) is connected to my Laptop.

      ...my situaltion...

      one is possible to get IP from DHCP Server, but another can't get IP.
      (Adapter1: 192.168.0.1 Adapter2: 192.168.0.2  ...)

      so i've configured adapter with different subnet.
      (Adapter1: 192.168.0.1 Adapter2: 10.10.0.1  ...)

      this always...fail. it's sure that this application is not support multi subnet configure.

      i have to fix it.

      example....ISC DHCP(Linux) was well done.
      it certainly supports multi subnet configure.

      May the Force be with you.

      2. i'm now trying...

       

Log in to post a comment.