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

Access through Hostname from Linux system

Hi,

We are using LPC2478 in our system with Keil RTX OS. We use Keil uVision v474. The product is configured to use DHCP configured on our company corporate network and we are assigning hostname to the product. It has embedded web application for monitoring and configuration purpose.

Currently, we are able to access the product webpage through Windows 7 browser using the hostname of the product. On Wireshark, we could see the NBNS protocol through which name resolution happens.

We also another Linux machine(Ubuntu and Beaglebone OS) configured on same corporate network and using DHCP. With this machine, we, however are not able to access using hostname.

Our initial guess was we need to have something like NetBios service on Linux machine and tried configuring Samba and WINS server; but this didnt helped.

Not sure how to proceed whether we need to change something in the product itself. ARP Notification is currently disabled in product. (#define ARP_NOTIFY 0)

Need help seriously.

Thanks,
blueshift

PS: We cannot access the company router.