WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Setting TCL to being recognisable by name in network  (Read 1102 times)

Offline skeptical lizard

  • Newbie
  • *
  • Posts: 1
Setting TCL to being recognisable by name in network
« on: January 25, 2020, 02:36:48 AM »
Hi, I am going to set CUPS server on my little old thin client. Everything is fine, but I would like to connect to it by its' hostname. However, it's name is not being resolved by router, I am able to connect to it by IP adress thought. When I enter my router's admin panel, I see list of connected devices with their names and IP adresses, except my TCL computer, which has only IP adress. It is a bug, or I should set something?
Cheers

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Setting TCL to being recognisable by name in network
« Reply #1 on: January 29, 2020, 07:25:28 AM »
Hi skeptical lizard
By default Tinycore connects using the  /etc/init.d/dhcp.sh  script when it starts up. One of the parameters it passes to the router
is the  hostname  of your machine. You probably also need to use the  host  boot code:
Code: [Select]
host=YourName
If you are using the  nodhcp  boot code and setting up a static IP, I'm not sure how to do that. I tried setting up a fixed IP address
with a host name but my router would not cooperate.