This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using static address with DHCP server

Hi,

Keil Ethernet stack

I have trouble using static address when If I cannot find DHCP Server.
I enable Dynamic Host Configuration in Net_Config_ETH_0.h
I also specified my static ip address==192.168.0.100 and static Default Gateway =192.168.0.1.
Primary DNS Gateway =192.168.0.1.

I am connecting directly my Embedded device ethernet to PC.
My PC has static IP address = 192.168.0.1

If I disable Dynamic Host Configuration in Net_Config_ETH_0.h then it all works.

I thought If it cannot find DHCP server it will fallback back to using static DNS server which is my PC.

Kindly suggest what is wrong with my configuration. Does Keil Ethernet stack supports fallback?

Thanks,
Naeem

Parents
  • I better use dynamic address assignment by DHCP server in all cases.

    If device is connected directly to Ethernet router which is connected out gateway PC Windows server IP Address=192.168.0.1 then all works then device gets assigned dynamic IP address.

    Windows 7/vista machine PC is not connect to any other network or WiFi network
    However If I connect my device directly to PC running Windows 7/vista machine. It does not have DHCP server on it then I need to use static IP address for Default Gateway.

    Kindly give me advise.

Reply
  • I better use dynamic address assignment by DHCP server in all cases.

    If device is connected directly to Ethernet router which is connected out gateway PC Windows server IP Address=192.168.0.1 then all works then device gets assigned dynamic IP address.

    Windows 7/vista machine PC is not connect to any other network or WiFi network
    However If I connect my device directly to PC running Windows 7/vista machine. It does not have DHCP server on it then I need to use static IP address for Default Gateway.

    Kindly give me advise.

Children