Operating System - HP-UX
1826658 Members
2487 Online
109695 Solutions
New Discussion

how can I remotly access my boxes??

 
Salm
Frequent Advisor

how can I remotly access my boxes??

My both D class servers are now in local network.I can telnet them though window machines.

My question is , how would I bring these systems globally accessible thruogh telnet/ remotly.

please advie step by step

4 REPLIES 4
Court Campbell
Honored Contributor

Re: how can I remotly access my boxes??

I do not understand the question? What do you mean by accessing the servers remotely? Are you trying to access the servers through the Internet? Otherwise if you have telnet up and working on the machines you should be able to access them from any machine that has a telnet client on your lan/wan. I would personally disable telnet in favor of ssh.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Asif Sharif
Honored Contributor

Re: how can I remotly access my boxes??

Hi Salm,

1. Assign a public IP on machine interface which is accessible from internet.
2. Don't use telnet, use SSH.
3. Use some ssh client(PUTTY) to access the machine remotely.


Regards,
Asif Sharif
Regards,
Asif Sharif
Salm
Frequent Advisor

Re: how can I remotly access my boxes??

thanks sharif : I will try it.

Thanks court, yes I would like to access my servers through internet.
Court Campbell
Honored Contributor

Re: how can I remotly access my boxes??

You don't have to give it a public IP. you can have a firewall that has a public IP and give the server a private IP. You then setup NAT on the firewall and forward any traffic coming in on port 22 to the HP-UX machine. Otherwise if you do give it a public IP, you may want to look into setting up IPFilter so you can control the types of traffic that your box will allow.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"