Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can the clients have a /etc/hosts file the usual unix style?

clients file hosts style Unix usual
0
Posted

Can the clients have a /etc/hosts file the usual unix style?

0

Yes and no. There is no traditional editable hosts file, but you may tweak the Thinstation setup to support the same functionallity. Edit the file packages/base/etc/init.d/network at line 283 (just before # Add Mac Address to .conf file) and add: echo “192.168.1.2 my_server1” >> /etc/hosts echo “192.168.1.3 my_server2” >> /etc/hosts (use your own relevant numbers and names). Note the double >>. You can add as many as you need. Rebuild.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123