need to acces unix box thrugh the internet


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers need to acces unix box thrugh the internet
# 1  
Old 05-07-2003
Question need to acces unix box thrugh the internet

I have my own PC with linux mandrake 8.2 at home but the problem is that I cant effort the internet connection right now. but at work I had W2k. so if there is any program that allow me to log in unix box and use that program as a terminal for that box. I want to practice the linux code and the network command. if that possible I will be thankfull ...
# 2  
Old 05-07-2003
you cold use putty

its a nice telnet/ssh terminal program for windows

http://www.chiark.greenend.org.uk/~sgtatham/putty/

download it and give it a try!
If you have any problem just ask and i will try and help you out

/peter
# 3  
Old 05-07-2003
Try this once you can afford your internet connection. The service will allow you to access your box at home from the internet without the need of a hosting service. Once set up you will be able to access your box at home from the office!- pretty cool free service. I use No-Ip along with putty to access my unix box.

www.noip.com

blurb from their website...
No-IP Free offers an easier way to others to locate you on the Internet. If you want to serve web pages, share MP3s, host Quake, or run any kind of Internet server, you need a name so your users can find you. It's simple. You choose a name for your computer and we tell the world where your computer is located. Even better, we also provide you with a program that notifies us whenever your computer's IP address changes. Instead of being just a number on the Internet, your server is now always available by the same easy-to-remember name.

Even when your service provider changes your address behind the scenes. Dial-up accounts, and some DSL or cable modem subscribers, often get a different IP address every time they connect. Although this allows your ISP to serve a large number of customers with a small block of addresses, it means that your location on the Internet is always changing. By automatically maintaining the relationship between your fixed name and the changing IP, No-IP Free anchors you in cyberspace.
# 4  
Old 05-10-2003
I want my PC to be a dump terminal

thank you all

thank you for your guides .. thank you .. but what I want is to be just a dump terminal not a server... I want to have an account in a unix box and enter it remotly .. and once I enter it I can examine the unix commands.. that what I want.. a unix box open for public ..
# 5  
Old 05-10-2003
If your on a windows machine get a copy of putty and then ssh to your Linux box.

If you have a Unix machine at work, you can just use the a terminal to ssh in.

Either way all you need to do is ssh to your Linux box and practise. Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

[Android-Networking] can't acces internet, while settings says all is ok => Routing/Nameserver prob

Hello, since a while, i have a very strange and frustrating network problem with my Huawei p6(Android 4.4.2). The ROM is "Omni Rom", i think - but it shouldn't matter. The problem is: when i try to connect through wlan (i have no mobile internet), according to the network manager of android,... (1 Reply)
Discussion started by: Palindrom
1 Replies

2. UNIX for Dummies Questions & Answers

Transferring the file from one UNIX box to another UNIX box

Hi Folks, I am using winscp to graphiclly move the files from one unix box to another unix box , let say one unix box crediantials is (These are dummy crediantials) xxx -->username yyy -->password and another unix box name is RRR -->username TTT -->password NOW i need to... (4 Replies)
Discussion started by: punpun66
4 Replies

3. UNIX for Dummies Questions & Answers

[Solved] Box with a new MAC address can't connect to the internet

Hi, i replaced one of my UNIX machines last week, the old box had an external IP address before. Everything is the same as the previous box and the only difference is the new one has a different MAC address (of course, since the mother boards are different). The problem is the new machine can't... (2 Replies)
Discussion started by: tezarin
2 Replies

4. Shell Programming and Scripting

ftp file starting with particular name on Windows box to Unix box using shell script

Hello all ! I'm trying to write a shell script (bash) to ftp a file starting with particular name like "Latest_" that is present on a Windows box to UNIX server. Basically I want to set this script in the cron so that daily the new build that is posted on the Windows box can be downloaded to the... (2 Replies)
Discussion started by: vijayb4u83
2 Replies

5. Shell Programming and Scripting

how to compare all files in one unix box has been to copied to another unix box

Hi our unix admin has copied all files from one unix box to new unix box. We just need to confirm that all the file systems are copied properly. How to validate. (9 Replies)
Discussion started by: sravanreddym
9 Replies

6. UNIX for Dummies Questions & Answers

I need an scp command from a unix box to a windows box.

scp file="myfile.txt" todir="user@somehost:(M:drive:/somepath/)"/ Not sure I need it to go to a specific drive on the windows box (1 Reply)
Discussion started by: xgringo
1 Replies

7. Shell Programming and Scripting

Moving files from Unix box to a windows box

Hi All, I need a little help .I want to transfer a file from unix box to a windows box,but the problem i'm facing is that in windows box FTP is not enabled and currently it is nearly impssible to change setting on windows box,i can not use the ftp method ,in my shell script to transfer the file.... (2 Replies)
Discussion started by: Preet
2 Replies

8. UNIX for Dummies Questions & Answers

Running UNIX commands remotely in Windows box from Unix box – avoid entering password

I am able to run the UNIX commands in a Windows box from a UNIX box through "SSH" functionality. But whenever the SSH connection is established between UNIX and Windows, password for windows box is being asked. Is there a way to avoid asking password whenever the SSH connection is made? Can I... (1 Reply)
Discussion started by: D.kalpana
1 Replies

9. UNIX for Advanced & Expert Users

How to FTP a file generated at UNIX Box to NT Box

Hi all, I am generating a file on the Unix machine , now i want to FTP the same file to the NT machine. how can i do that and the application currently upon which i am working is a JAVA based application. I need your help. regards Ruchir (2 Replies)
Discussion started by: Ruchir
2 Replies

10. UNIX for Advanced & Expert Users

VPN client (windows Box),and Server (Unix Box)

If I want to access unix box via VPN tunnel,from windows box. What sould I configure on the windows client PC, and what should I enable on the Unix Server box ? I am using Solaris V10 intel platform, and I am using windows XP, and 2003 for client (0 Replies)
Discussion started by: zillah
0 Replies
Login or Register to Ask a Question