|
Home > Archive > Linux/Unix > March 2001 > Terminal Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Help me please...
I trying to access my Linux server via a terminal server (which is 2500 series Cisco router with 16 Async ports).
How I do set it up? Do I have to configure anything in my Linux box? Is there special cable I have to use?
Any help on this would be much appreciated.
Thanks. | |
|
| You have to give yourself permission in your /etc/hosts.allow configuration file. Put a line it it like:
daemon-name:isp-or-alias-of-the-foreign-machine
probably it will look like
ALL:206.17.32.6
to allow the machine (hypothetically 206.17.32.6 here) to access all of the services on your first box.
Linux has networking built-in, so apart from permissions, you shouldn't have much of a problem. |
|
|
|
|