<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.29 (Ubuntu) Server at 134.209.24.248 Port 80</address>
</body></html>
So I think there’s some problem with this task in HTB Academy.
Hey no worries. I was kinda thinking that was implied haha.
Definitely keep the /etc/hosts file in mind you will need to understand it in future modules. As an example, if you had added the IP and domain name to the hosts file: 134.209.24.248 inlanefreight.com
Then your previous command would have worked. Because the machine would have checked the hosts file in its search to translate that domain into an IP address. This may not make sense now, but it will soon.
Hope that helps you in the future. Keep at it!
-onthesauce