Bug 12421 - Android: Telnet does not recognizes hostnames from /system/etc/hosts
Summary: Android: Telnet does not recognizes hostnames from /system/etc/hosts
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.31.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-20 11:02 UTC by razelime
Modified: 2019-12-20 11:02 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description razelime 2019-12-20 11:02:03 UTC
I'm using  busybox in android via magisk module, I'm trying to execute a telnet command from shell using a hostname which is stored in the /system/etc/hosts file. but the telnet command is not able to use it. However though if I punch in the raw IP of the destination it works.

I'm not sure what file you need from me to upload