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


ADVERTISEMENT

General :: What Is The Best MTA Setup For A Home / Laptop Computer (not Server)?

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

Ubuntu Servers :: Connect To Wired Home Server Via Wlan Laptop?

Oct 22, 2010

Just set up my home server (xubuntu 10.04), its wired to my router. I can connect to the server on my laptop (10.10 ubuntu) via Ethernet, but how do i go about connecting wirelessly?

View 2 Replies View Related

Fedora Networking :: Home Network - Can't Connect To Windows XP Laptop

Apr 1, 2009

Since I installed fedora on my desktop (there is no other OS on my desktop computer at the moment) I can't connect to my laptop which has Windows XP installed on it, although I can normally connect to internet from both computers. Here is the drawing to illustrate how everything is connected:

On the picture you can see that the phone line goes to the ADSL modem. The ADSL modem is connected to the Wireless modem with LAN cable. Wireless modem is connected to my desktop computer with LAN cable, and trough the wireless connection to the laptop. Internet is working fine for both computers, but desktop can't see laptop and vice versa. What do I need to do in order to see the laptop?

View 1 Replies View Related

Fedora Networking :: Share The /home/Public Folder With Mandriva Laptop?

Mar 3, 2010

F12 / Gnome 2.28.2 I'm just trying to share the /home/Public folder with my Mandriva laptop. The "manual" on Gnome's website doesn't give much info, other than clicking the option to share the folder and deciding whether to use a password or not. There has to be more to it, otherwise it'd work.

All I'm looking to do is copy files to and from the folder on the desktop machine from the laptop..

View 1 Replies View Related

Ubuntu Networking :: Mount An HP Laser Printer On Home Network Through A VPN IPSES Connection From Laptop?

Dec 12, 2010

I have tried to mount an HP laser printer on my home network through a VPN IPSES connection from my laptop, but I cannot manage to see the printer or make it accept commands.

View 1 Replies View Related

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 View Related

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 :: 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

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

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 :: Run A Laptop As A Wireless Server?

Mar 1, 2010

Can I run a laptop as a wireless server? My friend runs his laptop off of his cable box and does not have a multi-port router. How can I have his laptop wireless act as an access point?If I can't be wireless, how do I have his laptop act as a server through a usb cable to my laptop?

View 9 Replies View Related

Ubuntu Networking :: Two NIC Routing From Laptop To Server?

Feb 27, 2011

I have a server that has two NIC cards installed eth0 and eth1 we use a linksys router (192.168.2.1) which runs DNS for our LAN. I have installed Squid on the server which runs Ubuntu server (8.04 Hardy) w/ GUI. I can surf the net on the server with google chrome configured to use proxy server localhost:3128...works good. The router is wire directly to eth0. I have my laptop (running Ubuntu Hardy) wired to eth1 and I want to be able to surf the Internet through my server. From my laptop, I can ping 192.168.2.100 which is the IP address assigned to eth1[?] by my router. I assume I need to establish a route from my laptop to my server. I would like to archive this via the CLI and I am not having any luck thus far. If I add static IP addresses to eth1on the server and eth0 on my laptop will this simplify the process? How can I add a route which will allow me access to the Internet via my laptop?

Server:
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth1
0.0.0.0 192.168.2.1 0.0.0.0 UG 100 0 0 eth1
0.0.0.0 0.0.0.0 0.0.0.0 U 1000 0 0 eth0

ifconfig eth1 on the server:
Code:
eth1 Link encap:Ethernet HWaddr 00:30:48:85:cc:1b
inet addr:192.168.2.100 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::230:48ff:fe85:cc1b/64 Scope:Link
Up Broadcast running Multicast MTU:1500 Metric:1
RX packets:7701 errors:0 dropped:0 overruns:0 frame:0
TX packets:7898 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:5572718 (5.3 MB) TX bytes:1506869 (1.4 MB)
Base address:0x9000 Memory:ef400000-ef420000

View 7 Replies View Related

Networking :: Can't Access SSH Server When It's On A Wireless Laptop

Apr 16, 2011

I have Debian installed on my laptop. When the laptop is connected to the network via ethernet cord, I can ssh into it fine. However if I switch to wireless, I can no longer SSH in.

I have confirmed SSHD is running.

I am switching between wired/wireless by editing /etc/network/interfaces and re-booting the laptop.

The laptop can connect to the internet, and SSH into other computers on the LAN just fine with either connection. But they can't connect to it when it's wireless.

When it's wireless, the laptop can SSH into itself as well.

My iptables is set to allow everything.

They're both on the same subnet.

View 15 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

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 :: 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

Ubuntu Networking :: Get A Dhcp Server Running On Laptop

Jan 19, 2010

I'm trying to get a dhcp server running on my laptop. I want devices to be able to connect to a wireless AP I've set up (using hostapd) to then connect to the rest of the internet via my ethernet connection from the laptop.

However, I can't get dhcp to work properly. It always fails, leaving this message in the syslog

Code:
Jan 19 15:49:15 lucid-laptop dhcpd: WARNING: Host declarations are global. They are not limited to the scope you declared them in.
Jan 19 15:49:15 lucid-laptop dhcpd: WARNING: Host declarations are global. They are not limited to the scope you declared them in.

[Code].....

View 2 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

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 :: 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

Ubuntu Networking :: Server, When Wake On Lan Is Preformed, Cannot Power Off Laptop?

Aug 1, 2011

I have just installed ubuntu server 10.04 LTS on a laptop, and I would like to control it remotely.When I manually turn on the computer I can successfully use SSH commands to turn it off. But when I wake on lan turn it on, it doesn't power off. It hangs on a black screen where the fan and the hard drive seem to be off, but the ethernet light is on and so are all the computer lights.

View 8 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

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

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

General :: BT Home Hub And A Wireless Laptop ?

Jul 24, 2011

We recently were told that our windows was not legi(IT was but thats another story!) so we tried linux on our laptop.

After installation we connected to the internet fine through BT home home"wireless" then we closed down and restarted and the system will not accept the wireless key and ask's for a password to unlock the "keychain" (works ok using the ethernet cable)

We were thinking of putting Ubuntu on the Desktop but now unsure what to do.

View 4 Replies View Related

Networking :: Cannot Connect Wireless Laptop/XP Hyper Terminal To Server On WRT54G Router

May 20, 2011

Environment
Linksys WRT54G Wireless
Laptop wireless Windows/XP
Windows/XP Hyper Terminal

Desktop Server Linux OEL 5 (not wireless) cable connected to the WRT54G router port. (I can go to the Internet with this server, but not able to communicate other computers on the WRT54G Wireless Network. Even though, the Linux Server is connected to the WRT54G router port.) From the Hyper Terminal Wireless laptop Windows/XP, I want to connect to my Linux Server.

View 1 Replies View Related







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