Networking :: How To Ssh To A Home Computer
Jan 22, 2011
The linux machine is under my home wireless network. ifconfig only shows local ip which is 192.168.1.101. Is there a way to ssh to it from outside? What is the real IP of this computer?
View 8 Replies
ADVERTISEMENT
Oct 15, 2010
I would like to use ssh / scp between one computer at home and another at work. I can do it from home to work, but not the opposite. I think my home IP address starts with 82., is that ok? The one at work starts with 130. Here some terminal commands i launched (I cannot fully understand them). I also used a site of the internet provider, first to add rules (eg allow this and that IP address), then to disabled the firewall. The /etc/ssh/sshd_config of the two computers are the same.
Code:
sudo apt-get install ssh openssh-server
sudo /etc/init.d/ssh start
sudo iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 22 -j ACCEPT
[code]....
View 8 Replies
View Related
Dec 14, 2010
I'm not afraid to try building a router on a spare computer or on a spare dlink with tomato or other firmware. Which is recommended for a home with multiple computers, a file server, and a retiree with some time on his hands? I don't game or stream audio/video.
View 3 Replies
View Related
Sep 3, 2009
I just moved into a new apartment and now connect via DHCP. Everything seems fine network-wise, except that when I'm at work I can't connect to the home box. (CentOS 5.3 x86_64) One thing I noticed is that I can't really determine my "true" IP address. What I mean is that it looks like my IP is 192.168.0.190, but when I use linuxdcpp, and enter a hub, I'm told my IP addr is actually something like 71.192.163.206. Here's some info:
[root@localhost cwatson]$ cat /var/lib/dhclient/dhclient-eth0.leases
option dhcp-server-identifier 192.168.0.1;
option domain-name-servers 192.168.0.1;
option broadcast-address 192.168.0.255;
[Code]...
View 4 Replies
View Related
Nov 1, 2010
I am going to a country with government managed firewalls. How can I connect to my home computer's (Ubuntu 10.04) internet connection from a computer behind these firewalls?
View 2 Replies
View Related
Jun 14, 2010
I am having trouble with my home network, from one computer to another both using wireless g (Ubuntu 10.04) what transfer rate should I expect/hope for when copying a file from one computer to another? My speed is consistently 220 KBps am I correct in assuming this is pretty bad?
View 1 Replies
View Related
Dec 20, 2010
There is a computer in a home running opensuse into which I would like to login.
As usual, the computer is connected wirelessly to the home's router. I cannot control the router in order to direct incoming connections, say, on sshd port, to that computer.
Is there a way to log into that computer from outside?
The computer is fully under my control, as distinct from the home router. I know all relevant IP addresses. I can start any service on the computer, or start any command, or ask somebody to start a command while I am not at home.
View 5 Replies
View Related
Mar 6, 2010
I'm running Ubuntu 9.10, Every time i click on Computer it goes to home?, If i type computer in the address bar it still takes me to home, What Gives?
View 3 Replies
View Related
Nov 22, 2010
I have just put together a new computer using an Intel i3-550 64 bit processor, and installed Windows (first), then Ubunutu 10.04. A separate /home partition was created. The hdd in this computer is formatted ext4.
Now I want to move my /home partition from my old 8.04 computer (32 bit, formatted ext3) which also has a separate /home partition.
Both are connected to a lan, but so far I have not been able to connect from one to the other.
I have done lots of googling on this and am astonished at the apparent complexity involved. There seem to be issues involving whether or not the /home partition in the old computer is in use, user permissions, and I don't know what all else.
Assuming that neither the ext3 on the old and ext4 on the new, nor the 32 bit on the old and the 64 bit on the new are not issues, how do I go about moving the /home from the old to the new? If possible, I would like to use a GUI rather than the command line, but if it is necessary to use the command line, please specify where one needs to be located in the file hierarchy in order to give the designated commands. I am not very knowledgeable about using the terminal.
View 9 Replies
View Related
Apr 14, 2010
everytime i try to navigate to the home folder the pc lockes up. the mouse will move but the screen is locked upi have to restart
View 1 Replies
View Related
Feb 17, 2011
1- How can I prepare my own website in my own pc at home? I have had used Nvu in the past, but it looked to me very unstable (it disappeared from my screen at simple use, despite re-installing it again and again), and I think the Kompozer was also not very far from it, my experience.
2- How can I prepare my pc to run that website? What Linux software I need to download for? Do I really need to have a great cash to transform my poor pc into it? I think that because it is Linux-Ubuntu, not Windows, the situation can not be any worst or more expensive... uh?
3- In theory, if I have that website in my own pc... how I know that hackers can only see my page (in a separate-isolated folder from other folders, right?) and can not take a tour of my entire pc, documents, photos, etc, including copying or stealing archives or Ooo documents? It is not that the same way when (by example) a hacker can steal the next Stephen King book or script and sell/display it worldwide without even his knowledge?
View 5 Replies
View Related
Apr 30, 2011
I upgraded the computer at work from 10.10 to 11.04 yesterday and that went okay. Some issues, but I can work them out. I thought I'd get the computer at home done yesterday too, but that failed. I'm now operating off of a USB drive. I also have Windows7 that I was able to function off of (probably have 3 hours logged on Windows in the last 4 months). Anyway, I have an AMD64 with 4 hard drives, of which we have 2 RAID settings so it's more like 2 hard drives.
[Code]....
View 9 Replies
View Related
Sep 1, 2011
As the title says, running folding@home always crashes Ubuntu when it gets to working the steps. This occurs when using the smp flag on the client. I tried removing smp and it worked, however it is slow and i can't take advantage of all 4 of my cores. My hardware specs are in my sig. At first i though it could be the memory, but after running memtest i get no errors. This does not occur on windows vista, however that is 32bit not 64bit
View 9 Replies
View Related
Jul 2, 2010
i want to have my desktop clean but i used Fedora 13, and i want to eliminate computer and home folder from my desktop. How i do that?
View 2 Replies
View Related
Sep 21, 2010
What is a good MTA (e.g. Postfix or something else) setup for a home computer behind a NAT, or a laptop that is not always online? I've read a lot of Postfix tutorials on how to set it up this way or that, but they are usually geared towards computers that are servers ie they
have a static IP
have a domain name
are always connected to the same network
My requirements are, I guess: Ability to redirect mail for local users to another server of my choosing. No listening for incoming SMTP connections - outgoing only Ability to route outgoing mail via an external SMTP server with authentication (and perhaps encryption) If not Postfix, I need an MTA which can queue up mails in case it temporarily has no internet connection.
View 4 Replies
View Related
Jan 11, 2010
FTP from and from my home computers to 2 remote servers has become really slow over the past month. One of the remote servers I manage and the other one is taken care of by a hosting company, so I am thinking the problem is residing on my end. It doesn't matter if I am downloading 1 file or 10 files, they are all coming in at 9 kb/s which is really slow cause I have a 7 megabit connection. I've tried using multiple computers and still have the same problem. I am using proftp for the ftp server and filezilla for the client.
View 4 Replies
View Related
Jan 27, 2010
A long time ago I was trying to find a way to have the computer icon, the home icon, and the trash icon on my desktop in Ubuntu (like in windows), I got them on fine. When I put them on I used some program that was already on Ubuntu, the guide I used told me it was the equivalent of the registry editor in windows. Now I want to get on this program again to see what I can do?
View 9 Replies
View Related
Dec 8, 2010
Through the Black Friday shuffle of getting new hardware, I now have a 500TB external drive, a 1TB external drive, and an old computer I want to set up as a home server. My family has a lot of photos that are currently stored on many different computers and are not backed up, I want 500gb of space for photos, and for those photos to be backed up. That would leave the other half of the 1TB drive for assorted things like personal backups, and general file storage. I know enough how to set up Ubuntu server edition on the computer, but the options on how I can set up the storage is stumping me.
To Recap, I have 1.5TB of storage total split 1TB/500GB. I want 500GB to be used for a central storage for the 10+ computers in my house(mostly using Windows) and that 500GB would be automatically backed up. The 500GB that's left would be used for non critical files, and wouldn't be backed up.
What is the best way of backing up the files? (script once a day that copies files? Some backup program?)
Would the 500gb drive be best for backing up to(having the 1TB be where people would put the pictures) or the other way around? Does it really matter?
Any tips on the cleanest way to have this work cleanly with Windows, Linux, and Mac? How well do photo programs(Picasa, Shotwell, iPhoto) like a setup like this? Is it possible to have different programs on different machines all reference the same file system without their automatic sorting(to folders, usually by date) messing each other up?
View 1 Replies
View Related
Jun 1, 2011
I want to access my files on my home computer when I'm away (school, vacation etc). I set up a scheduled task to send to send me my external IP address by email because I have a dynamic IP and dont want a static url. (dyndns) I planned to use sftp for an encrypted connection, but I dont know where to start. How can I set up my computer to accept incoming requests, but without any security issues?
Ubuntu 10.10 Desktop 32-bit
openssh-server installed
View 9 Replies
View Related
Feb 4, 2010
I'm running ubuntu 9.1 and want to access another computer on my home network. That particular computer is running XP pro. I set up the user account on the windows machine with admin rights, did the remote user yada yada yada...
View 3 Replies
View Related
May 5, 2010
I have a computer which has a public IP.My ISP has allowed only port 22 for my machine to be accessed outside from internet.I want rest of my computers which are connected to this machine be accessible via SSH on internet.I can configure IPTABLES to route different ports to internal machines but since ISP has given only one port for the gateway how can I go for it any guesses. I came across some thing reverse SSH tunneling but that has to keep the connection alive all the time at gateway I want my trusted people to be directly able to access the machines on LAN to which they have account to login in this scenario.
View 3 Replies
View Related
Sep 1, 2011
I want a clear desktop. How do I remove the computer home and trash icon off desktop.
View 3 Replies
View Related
Feb 18, 2011
I want to try and set up a old cheap computer with ubuntu and run it as a home server to toy around with. how to get started? (Where to get an old computer? Craigslist? What specs should I be looking out for? Wireless vs. ethernet? What software to use? ssh?)
View 2 Replies
View Related
Jun 20, 2011
I have Ubuntu Jaunty Jackalope running on my home PC (dual boot with Win XP) and have received notification that this will no longer be supported and I should upgrade to 11.04. I have a slow and costly internet connection at home and don't want to download the upgrade directly onto my computer there.Is it possible to download the upgrade somewhere else and burn to a CD to run in my home computer? I see I can do this for a new install but was wondering if it is possible for an upgrade?
View 2 Replies
View Related
Aug 13, 2010
Asterisk and its cousin technologies intrigue as well as confuse me. I'm wondering: Is it possible to set up an Asterisk (or other) server on a home computer with no special hardware and use it to route calls between mobile devices in remote locations? I'm hoping this could work similarly to Skype Mobile, Google Voice, etc., except on a WAY smaller scale. This is just something I'd use personally for calls to family and friends--nothing huge.
Since my computer is just a regular laptop with no 3G connectivity, I don't expect to use 3G for calls. I just think it would be cool, for instance, to go to a caf� with WiFi and use a SIP/VoIP client on my Android phone to call up a friend who also has a phone or PC with a SIP/VoIP client on it. I realize I could do the same thing far more easily with an account at Skype or some other provider. My interest in attempting this project is more for the learning experience than practical use.
If indeed this is possible to do with the hardware I already own, any tips for starting out? My computer is a MacBook Pro 5,5 (dual-booting Sabayon Linux and Mac OS X). I know I could install Asterisk from within Sabayon, install a specialized telephony distro to a new partition, or run a virtual Asterisk machine--but I'm not sure which option, if any, would be most appropriate here. I'm also not sure if Asterisk would accomplish what I want, or if I should look at other software.
View 6 Replies
View Related
Aug 18, 2010
I set up a dhcp server in the lan and assigned static ips to two computers, computer A and B, according to their mac address. Everything was running fine. But when I turned off computer A, connected computer C to the network, and assigned computer A's static ip to computer C without changing dhcp setting. Computer C was able to access the internet. When I turned on computer A, dhcp couldn't assign an ip address to it, and computer C showed an error message of ip conflict and failed to use internet. I wonder if dhcp server is able to prevent other computer from using the same static ip that is already assigned to a computer according to its mac address.
View 5 Replies
View Related
Jan 20, 2011
Is there a way to remove the Computer, Trash, and Home folder from the desktop and have them just in the panel? I like a clean desktop with no icons, and would like to use the top panel as a "dock" of sorts.
View 5 Replies
View Related
Sep 7, 2010
Just now i downloaded Ubuntu 10.10 beta editionI don't know how to unhide the Computer, Home, and Trash desktop icons in GNOME. I already tried gconf-editor -> apps -> nautilus -> desktopCheked the box beside computer_icon_visible, home_icon_visible, and trash_icon_visible. I already tried it in Ubuntu 10.04 without success.
View 3 Replies
View Related
May 10, 2010
I've been trying to figure out how to move /home to the other partition that exists on my computer, however it's ntfs and turns out it's impossible to move my /home there. So how do convert that ntfs partition to ext3, I don't mind loosing data that's in that partition. [url] is the partition I'm talking about. So what's the best way to do it ? If you write what commands I should use please include partition names.
View 3 Replies
View Related
Nov 11, 2010
My wifes networked computer connected to the network just fine when it was Win XP. Now that Ive converted it to 10.04 (completely) it can see the network, but it just wont connect to it. I had no problem converting my computer to Ubuntu and it sees the network and accesses it great. Files, folders and hard drives are all shared. So, one computer connects great, the other does not.**I dont know what to do at this point.Here is the layout:My Comp (10.04) ---------......Main Network Comp (XP)Wife Comp (10.04) -------/The main network computer is XP as it has software on it we need that does not work in Wine. The main computer will have to stay XP. I cannot get my wifes computer to connect to the main system, although mine connects just fine. I dont know what the problem is. Her computer sees the network, but when trying to connect, it times out and says unable to connect.
View 2 Replies
View Related