Ubuntu Networking :: Ssh Into Home Server?

Jan 7, 2010

I can ssh into my home server via command line, from the terminal application of Ubuntu 9.10, but not from the Places -> Connect to Server... GUI tool.

The latter produces an error message box with two lines. The first reads "Cannot display location sftp://gabi@my_server_ip" and the second reads "Error reading from unix: Input/output error".

In my old Ubuntu 9.04, both the command line ssh and the "Connect to Server..." GUI way worked fine. The latter had the advantage that my server folders showed up in Nautilus. I liked that.

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: Can't Access Server From Home IP

Feb 6, 2011

I just set up an old PC as an Ubuntu Server. I've got it all connected, and set up the way I want it...here's the problem I can't access my server as long as I'm attemting to access it from my home IP. I can ssh and ping it from both my phone on 3g and another (non-local) server I have SSH access to. Because of how our apartment is set up, each bedroom has it's own separate ethernet connection. The one in the room next to mine goes unused so I set up my server on it. My ISP is Charter, if that matters.

View 1 Replies View Related

Ubuntu Networking :: Home Server Connecting To VPN?

Jun 3, 2011

I have a home server that I have setup to connect to via SSH. All is working well with that. I would like to have the home server access the internet through a VPN. However, if I do this, I am no longer able to connect to the server via SSH, even though I know what its IP address is.

View 1 Replies View Related

Networking :: Configure A Server At Home On Ubuntu 10.04 ?

Jun 29, 2010

I try to configure a server at home on Ubuntu 10.04 (French Server)

I have 3 network :

eth1 for lan (IP FIX) 192.168.1.100
ppp0 for a vpn connection on an English Server (IP DHCP)
tun0 for openvpn i use it to connect to my French Server from Anywhere

I draw it here

My problem is when i activate my ppp0 connexion i can't connect tun0 because all port are redirect on ppp0 connexion (i can connect only when i'm on the LAN)

OF course i redirect the port of my IP Public to my French Server IP Private. If i don't activate the ppp0 connexion i can connect to my server with tun0 connexion from everywhere !

So i try do this redirection but it's not working and i don't no why ???

Code:
### Routing acces openvpn et vnc de la connexion ppp0 vers eth1
sudo iptables -t nat -A PREROUTING -j DNAT -i ppp0 -p udp --dport 1194 --to-destination 192.168.1.100

[Code]....

View 14 Replies View Related

Ubuntu Networking :: Creating A Home File Server?

Jan 16, 2011

I would like to use an unused desktop running Ubuntu desktop edition as sort of a file server for my house. I don't need to do much other than use it as a networked drive. All of the computers in the house are running either Windows or linux (and a google tv if possible). What programs do I need to use it for this purpose? I've heard something about apache and samba. What else do I need?

View 6 Replies View Related

Networking :: Use Old Laptop As Home Server?

May 11, 2011

I have got a fair idea on setting up a home server to be shared among other computers for data files...I just have a few doubts on the following

1. Can I disable the monitor for the laptop as it may consume unnecessary power if I intend to use it purely for network use.

2.Currently I connect to Net thru DHCP.. How do I use this while accessing from other computers (as it is going to be dynamic each time)

3.For Power saving what are the options? Should I put the server in Hibernate or switch off when not in use say during night ..If I switch it off , then I may have to power on the laptop physically each time right ? I want to eliminate physical operations in the laptop and control it purely from other network machines at the same time get maximum power savings as if it is on 24 hrs my electricity bill will go for a toss plus more importantly the heat may kill my ol laptop!

4.Are there any good software (win and linux)for managing the home server like being able to access the drive , reboot , switch off,transfer files , Run an application on the servr etc..?

View 3 Replies View Related

Ubuntu Networking :: Make Home Server Use A Static Ip Address?

Mar 15, 2010

i have followed multiple guides to make my home server use a static ip address. no matter what i do it always reverts back to its dhcp address after about 2 minutes. how do i get the static ip address to stick, or be permanant.

View 9 Replies View Related

Networking :: Adding Ipv6 To Home Server?

Mar 3, 2011

I currently have a home server, running Gentoo, with IPv4 connectivity through Qwest.I feel that it is important that this server also be available through IPv6 (I'm aware that, after exhaustion, my end still might not get an address through DHCP).I currently use dyndns.org to provide me with a DNS entry mapping jrvanwhy.homelinux.net to my IPv4 address.I do not have any sort of tunnel set up yet for IPv6 traffic yet. The new domain name does not necessarily have to be the same [URL].I do not wish to spend any money on this.Is there some free service I can register for that would do both the tunneling and the DNS entry? Is there a service that can supply me with an IPv6 DNS entry, if I get a static IPv6 address with another tunnel broker, like Hurricane Electric?

View 2 Replies View Related

CentOS 5 Networking :: Can't Access Server From Home

Mar 25, 2011

I got below Code from Someone so that I configure Squid using which I can block websites.

#!/bin/sh
# squid server IP
SQUID_SERVER="192.168.0.2"
# Interface connected to Internet
INTERNET="eth0"

[Code]....

View 1 Replies View Related

Ubuntu Networking :: Home File Server - Read / Write Compatibility

Jan 30, 2011

I've been a Xubuntu/Ubuntu/Lubuntu hobby user for about 18 months now. I started using Linux as a way to revive older computers provide a backup and expand my knowledge of computing. The command line was something new to me but as long as I can find detailed directions on how to do what I want I can usually manage. I set up a Samba server for my home shared network and now I'd like to make the shared drives of that server accessible from outside my network. Via ssh or ftp or some program of the like. I'd like to have it user name and password protected. Configurable user rights would be nice. (read/write/delete/etc) As well as novice user friendly.

My end goal is a server with read/write capability that I will be able to access from work or a friends house or anywhere with an Internet connection and my laptop. I understand about port forwarding and have done so with my home network behind an AT&T U-verse router/modem. I've researched openssh and some ftp setups but they seem like they can be difficult. Now for the questions. Is this task something that can be accomplished without a degree in computer networking? Is there a program(s) that would make this a simpler task? Is this more complex than its worth? How would I go about setting up such a thing?

View 7 Replies View Related

Ubuntu Networking :: Home File Server - Connect Or Map Out Folder From Another 11.04 Machine?

Jul 31, 2011

I've set up a PC installed with Ubuntu 11.04 on my home network, given it the name "server" and given it a static IP of 192.168.1.200. I've created a file in the home directory called "Public" and set it to be shared with everyone, basically a chmod 0777 situation. Now, how do I connect, or map out that folder from another ubuntu 11.04 machine? I know how to do it in Windows, just hit "run" and type in "\server" and blamo, I can see everything that's shared on that machine. I can't figure out how to do this with Ubuntu.

View 5 Replies View Related

Fedora Networking :: Share Windows Home Server?

Jul 14, 2010

I have a netbook running Fedora 12 and I cannot for the life of me figure out how to get it to connect to my WHS. For my netbook its not that big of a deal, but what I really need it for is my soon to be music computer. It will be running F13, and mainly be for playing music stored on my WHS. how to get to my WHS shares?

View 1 Replies View Related

Networking :: Configure Network Traffic To Go Through Home Server?

Dec 28, 2010

How could I configure Ubuntu to be setup as follows...

Wireless Client ----> Wireless Router ----> Home Server ----> Internet

What is needed to make all of the wireless traffic go to my internet connection port. I will be having two ethernet cables plugged into the system one from the wireless router and one to my internet router.

View 1 Replies View Related

Fedora Networking :: Home Network - Setup One As Server And The Others As Client

Mar 29, 2009

how to setup a home network for learning purpose. i have two laptops and a desktop connected to a modem-router for broadband (wired connection), i want to setup one as server and the others as client.

View 2 Replies View Related

Networking :: Accessing Home File/print Server Through The Internet?

Mar 30, 2011

I just received a 2 tb drive for my server to be. The pc is a P4 3.06 ghz with 4 gb of ram. I have found a number of posts on this forum, as well as on the net in general, about setting up a file/print server at home. What I want to be able to do is to access my server through the internet from my office computer (windows 2000) How can I do that? I have not yet spent much time trying to decide which distro I will use. It seems that a number of them are suitable for this purpose, so I just plan to try several from a live cd and then choose one.

View 1 Replies View Related

Fedora Networking :: Port Forwarding For Apache Server At Home Network

Feb 7, 2010

I am setting up Apache (Fedora 12) inside my home network. From inside my home network I access it without any problem. I need to set it up to access it from internet. I have the following questions. Here is temporary setup for testing purpose.
Internet-->ADSL modem (SEIMENS Speed Stream 4200)---> Apache (Fedora 12)

1. Do I have to do any kind of ports forwarding on ADSL modem. (There is no option to do port forwarding on Modem) May be I need different Model of Modem??
2. I tired to Ping my real IP for modem form another computer from internet. I am even unable to PING the ADSL 's real IP. Why it is that?

View 6 Replies View Related

Networking :: Home Network - Connects To The Internet To Also Be Able To Connect To The Slackware Server

Aug 9, 2010

I have one pc on which I have installed slackware and samba (fixed IP, mask 255.255.255.0) I have another PC (also XP) which also has fixed IP running XP, and I can connect that to the slackware server easily My third PC connects to the internet and gets its IP address from the Cisco router(?) that provides the IP and mask on boot up.

I tried changing the IP and Mask on the slackware server to match the internet PC (which uses a mask 255.255.254.0) but the PC mask and IP changed on the internet PC I want the PC that connects to the internet to also be able to connect to the slackware server, but I see no need for the slackware server to also connect to the internet - I will mainly use it as a file server When I worked for another company I think the IT department talked about having 2 network cards in the PC that connects to the internet

View 6 Replies View Related

Networking :: Home Web Server Via Ez-ipupdate With Easydns Pro Package Not Working - Dsl / Vontage

Sep 12, 2010

I have entered further into the networking world with this venture on my bellsouth dsl/linux/windows network.Installed ez-ipupdate. It seems to be working to update easydns servers with the exception of not telling the server the root host name and correct ip. Many calls to the easydns support people who stand on the ground that they go the distance with support (bullsh__). Linux? What is that something you eat aye?

I think I may have configured something wrong. Or they told me to do something that was wrong. It makes no difference I want to solve the problem. Running Linux version etch 2.6.28-6-686 on Pent 3. Lan consists of 2 vista desktops, one windows server 2008 R2 in workstation mode. Samba configured enough to see each other. Bind9 and Apache2 on Linux. Also have this damn Vontage voip phone connected to Lan and a wireless N router for laptop. Wireless DLink Dir 615 ver c router feeds linux box and has an incoming from dlink lan switch which is fed from DSL Westel.

Linux box with ddns client (ez-ipupdate) has recieved a fixed ip. Easydns needs root host name and ip.I don't understand why this is not working. I have been reading reading reading DNS info to understand or get more of a working concept as to how Linux handles this. I understand that the file "hosts" contains the host or root domain name. I have a strong insterest in seeing this through but am almost stuck other than wipe ez-ipupdate and install ddclient software which is touted to work better behind dsl routers. Wireless router not configed for port forwarding however it is configed for DDNS clients and of course ez- is getting through to update domain nameservers. On local host it works when I type in [URL] and calls apache2 default html page which says "It works."

View 1 Replies View Related

Fedora Networking :: Samba Server Not Shown In System Administration / Give Permission To Access Home Folder?

Jul 1, 2010

I installed samba server in my external HDD. But it is not shown in system ----> Administration. Is there any problem. Then How to give permission to access home folder.

View 3 Replies View Related

Server :: Phpsite Not Showing Images (buttons) Home Server For Game Server?

Jan 6, 2011

i recently installed apache2 mysql php exc. to run a realtime stat site for my servers.the only thing is that the buttons/ images are not showing up.i checked that my GD was up to date and installed perl5 GD. dont know what else to check.my site with problems go to:http://24.20.177.228/stats_public

View 2 Replies View Related

Ubuntu Servers :: Install A DLNA Server On My Home Server - Photo Browsing On PS3 ?

Nov 24, 2010

I want to install a DLNA server on my ubuntu home server. It will primarily be used for photo browsing on my PS3, but general media support would be nice. (I use Squeezebox server for music.) What are my options, and what are the main difference between them.

View 9 Replies View Related

Ubuntu Servers :: Home Web Server - Cant Set Up Apache As Named Server Using Bind DSN

Dec 7, 2010

I and setting up a home web server using Ubuntu 10.04 server (local only). I am currently using Webmin 1.53 to access it remotely all is going great very easy to use. Webmin - Check, ftps-fileZilla - Check, Apache -It Works BUT I cant seam to set up Apache as a named server using Bind DSN. Tried most of the help in the fourms and ..... I think my problems is in the master server selection, do i have to use [URL]... or can i just use myservername. I have tryed both with no luck. First time with the server addition.

[code]...

View 6 Replies View Related

Ubuntu Servers :: What Is Amazon Ec2 Server / What Use Would It Have On Home Server?

Sep 9, 2010

What is the Amazon ec2 server, what use would it have on a home server? Does it just give me access to my server like ftp would?

View 3 Replies View Related

Ubuntu :: Server Vs Desktop For Home File Server

Dec 2, 2010

I have both windows (xp and win7) and mac (osx snow leopard) running on my network. I'd like to find a unified system that I could use as a file server. Mainly, I'd like to have it hold music and movies, maybe run some automated backups from a win 7 desktop. I'd also like it to be a print server. I'd like to run the most simple and lightest weight OS for the server os. However, I don't think I have the basic linux knowledge to run Ubuntu Server as it is terminal based. I have installed it on my machine but I feel like im running in circles. I have it installed and can SSH in with my laptop no problem. I feel like I may be better off installing Ubuntu Desktop and removing what I dont need. at htis time the server has only a 40gig hdd in it, i also have a 500gb hdd i'd be using for the files.

View 14 Replies View Related

CentOS 5 Server :: Configure A Mail Server Over A Home Internet Connection?

Feb 12, 2009

I have one server at home, connected through a router that gives me a static IP:192.168.1.2 - My PC192.168.1.3 - CentOS serverI enabled the port 80 into router forwarding system and I can connect properly to CentOS server, using the IP my internet provider gives me. My router automatically forwards a changed IP to my dyndns.com account so I can also access the server through a domain name (I pay to have it linked to one of my domains).My next step is to configure the mail server (dovecot) , so I can send emails from my local server(192.168.1.3).I was wondering if anyone has any tutorial links or tips to have the mail server configured through a home internet provider + home router.

View 5 Replies View Related

Server :: Setup Home (1 Computer) FTP Server Using DSL Connection No Router?

Jan 21, 2010

I'm going to start a new thread because previous searches have not totally satisfied my question. I've read all day about doing this but each inquiry leads to discussion of configuring the router. I am also not network savy. I would like to set up an FTP server on my home computer (presently Ubuntu 8.10). I have only one computer. I am using DSL with my telephone line for internet connection. I do not use a router.

Is it possible to do this with no router and only a DSL ISP connection?

View 3 Replies View Related

CentOS 5 Server :: Home DNS Server Refuses To Answer Requests

Aug 25, 2009

I have a home DNS server that has been working for some time today. Today I restarted to restarted it to clear the cache on it and now it refuses to answer and requests. Named starts fine with no errors. Here is named config file that worked for about 2 weeks fine and now doesn't want to work.

options {
directory "/etc";
pid-file "/var/run/named/named.pid";
forwarders {
192.168.1.10;
};
forward only;
};
zone "." {
type hint;
file "/etc/db.cache";
};

View 1 Replies View Related

CentOS 5 Server :: Vsftpd - Working With NFS Server As Home Directory

Aug 31, 2009

OS: CentOS 5.3
vsftpd ver: vsftpd-2.0.5-12.el5_3.1

I installed vsftpd server in one of my servers using "yum install vsftpd" command. NFS server is running in the other server and mounted as "/data" in this FTP server. root in FTP server has also root authority in NFS server. All the files and sub-folders under "/data" in FTP server have 755 or 766 mode. Even I modified vsftpd setting to allow root login.

When I login as root to FTP server with FileZilla client, I can see all the file list in root home directory and move to /data directory. I can download any file in a local HDD but I can not download any file in /data directory.

View 1 Replies View Related

Ubuntu Servers :: Using Server For Home Server?

Mar 28, 2010

Currently I use FreeNAS, which is a FreeBSD-based NAS distribution for my home server. However, I would like to move to a Linux-based home server with the ability for new software packages to be installed, which is a problem with FreeNAS. I use Lucid beta on my Dell Mini 10v, and have two Windows 7 and one Windows XP desktop(s), with all of them connected via Gigabit ethernet and Wifi N.

The home server would act as a file server (SMB and whatever the best one is for my Ubuntu netbook), a media server (UPnP, MT-DAAPD/iTunes and DLNA for my PS3), as a webserver and as a VirtualBox server just to experiment with. The server itself has a 160GB PATA drive which will be for the OS, and a 1TB SATA drive to be for the data; Gigabit ethernet; an AMD Athlon 64 2.2GHz (with AMD-V) and 1GB RAM.Are there any things you would recommend for me to install? I think that having a window manager would be nice, even if just for initial setup since I am not very experienced with command-line Linux. I'm planning on installing Webmin and a VNC/SSH server so I can configure it remotely. I don't need any firewall or VPN services as these will be provided by a pfSense box separate from this.

View 9 Replies View Related

Server :: Backup Live System - Home Server

Sep 11, 2009

I'd like to know what solutions do you, people, use to backup a live system that acts as a small home mail/file/irc/web server and some other purposes. For example, right now, to backup the mail, I have to stop fetchmail, kill vixie-cron to avoid any problem and then do the backup. Then restart vixie-cron.I wonder if there's any solution that will leave me do the backup without all this hassle.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved