Networking :: VPN Setup - Two Servers One Cup

Mar 11, 2011

I have two servers one sits on my home network the other is slicehost vps. I want to setup a vpn between my home server and the slicehost vps. Is there away I can have my slicehost vps forward port traffic to my home home pc over the vpn or have my home server act as the vps ip address ? Ideally my home server would dial into the vps and be able to communicate to it directly over vpn. I know I need to use openvpn but I am wondering with setting up a virtual network that the two servers could talk between or setup a virtual between the two computers.

View 2 Replies


ADVERTISEMENT

Networking :: Setup 2 BIND Servers?

Sep 10, 2010

I need to setup 2 BIND servers where I would need to configure automatic fail over where if one of the DNS server goes down other one should be able to pick it up.I was thinking to deploy VRRP solution with keepalived or vrrpd

View 6 Replies View Related

CentOS 5 Networking :: Multiple NIC - How To Setup VMware Servers

Apr 15, 2009

So I have a pretty big networking nightmare on my hands right now. Stepped into the dog crap with this one, told my employer that I knew how to setup vmware servers right? Its not hard, install CentOS, install vmware, run the config tool, bridge the network, down the road we all go right? We have 3 servers running about 10 virtual servers.

Here is what we have all together.
CFU <- This is the internet. We have IP ranges xx.18.230 - xx.18.241 Gateway is xx.18.254 and subnet is xx.255.128
DELL PowerConnect 3348 Switch <- This is what everything is pretty much jammed into.
VMH1 <- This machine has 2 NICs
eth0 connects to the DELL switch somewhere on the upper 30+ ports
eth1 connects to the DELL switch on port 1.

It uses firestarter and is the gateway for our internal internet on 192.168.11.XX using IP 11.254. It has 4 vm's on it. One of them is the domain controller, hooked to eth1 using IP xx.11.1. The other one is a server for managing remote backups, it has an external IP linked to eth0 of xx.18.234. The other 2 vm's are for misc remote login stations that use internal ip addresses linked to eth1. It hasn't had a single problem communicating on either one of the ports..

VMH2 <- This server hosts a web server, and some other misc stations.
It hosts a web server on xx.18.230 and xx.18.231
It also hosts 2 workstations on a seperate network, through another router that is wireless....

Now, we have the problem child, VMH3
VMH3 <- This hosts...nothing. It sits and has a ton of storage, but does absolutely nothing, but won't communicate out either one of its network ports.
The xx.36.xx and xx.22.xx networks are there because we have multiple businesses in the building that shouldn't see each other.

View 3 Replies View Related

Networking :: Setup Multiple FTP Servers With Distinct Data Sets With 1 Master FTP Server?

Aug 27, 2009

Faced with disk-bound issues on a FTP server with high traffic. Would like to set up multiple FTP server nodes with dedicated storage for each node where all FTP access is managed by a master FTP server. So, a user would FTP to a single externally visible IP address for the master FTP server and then get routed to the appropriate FTP node. Are the mutiple FTP nodes required or is there a better way of doing this? Perhaps only one FTP server is required and then each node would serve as a separate file server

View 1 Replies View Related

Ubuntu Servers :: Setup New Remote Office - Setup Domain Trust Between Two Sites?

Mar 14, 2010

I ended up setting up a basic linux file server as a pdc for that office. Our main office is a windows 2000 ads domain. The two offices are connected with a vpn. I only have two users at the new location so I simply have the linux and samba usernames/passwords setup manually. I would like to know if it is possible to setup a domain trust between the two sites so I don't have to create a username/password in the remote site for every user at the main office to access. I did some searching but came up empty.

View 5 Replies View Related

OpenSUSE Network :: 11.2 Xen Bridged Networking - Setup Multiple DomU Through The Default Bridge Setup

Feb 4, 2010

Im trying to setup multiple domU through the default bridge setup. I am able to access only one of them through the network at a time. If you ping one of the domU it works perfectly but you cannot ping any of the others until you stop pinging the one and even then it takes a bit before you can. Ive looked around for a while and seen similar problems but nothing ever seems quite the same. Im probably missing something really stupid. Or is this the way the bridge is supposed to behave? Do i need to use a routed virtual network?

[Code]....

View 1 Replies View Related

Fedora Servers :: Setup SSH On The Box?

Aug 19, 2009

Been trying to setup SSH on the Linux box for a long time and still no success.

AIM: To be able to SSH from the internet.

I CAN ssh locally.
I CAN ssh on the LAN to the Linux box.
I have even changed distro from Ubuntu to Fedora.

Everytime I try to SSH from the internet I get connection timed out.... I have setup port forwarding correctly on my Netgear router, when a SSH request hits the router I can see it in the logs. I have port forward setup for FTP service to my windows 2003 box which all works fine, so port forward works and I know what im doing regards that.

"iptables -L" shows no policies in place, the GUI firewall is DISABLED.

Even tried service iptables stop

I have made no changes to sshd_config, its set to standard port 22. At this moment in time I dont care about firewalls/security just need to get this working as a inbound request comming in from the internet.

the hosts.allow file I have added 2 lines

ALL:ALL
sshd:ALL

View 14 Replies View Related

Fedora Servers :: How To Setup SVN

May 28, 2010

I am very confused in setting a SVN server with repository

View 4 Replies View Related

Fedora Servers :: Setup A FTP Server On 11?

Nov 15, 2009

i have been searching ways to setup an ftp server. but it seems, everything i tried does not work or not what i wanted.how to setup an ftp server, allowing only permitted users. I'm using the desktop edition live cd.

View 4 Replies View Related

Fedora Servers :: How To Setup A Webmail

Nov 20, 2009

I want to setup a webmail server or something like that on fedora 11. How to do so?

View 2 Replies View Related

Fedora Servers :: HTTPD - How To Setup GUI

Apr 27, 2010

I have Fedora 12 x86_64 installed in my computer. I have also installed system-config-httpd, but when I go to System --> Administration --> Server Settings --> HTTP, nothing shows up.

View 4 Replies View Related

Ubuntu Servers :: Setup More Than 2 Sub Domains On 9.10?

Jan 29, 2010

I've built a web hosting server with ubuntu 9.10 desktop edition at home and it's up and running.how to get and set subdomains. What I mean is that I have a purchased domain [URL] and I want to add as many sub domains as I want such as [URL] so on. And more importantly every single subdomain must belong to each account.

sub domain      account name
-------------------------------------------
sub1.example.com   john
sub2.example.com   steave
sub3.example.com   myname

In this case, there are three accounts for ubuntu and each account has a permission to the corresponding sub domain only. p.s My DNS is managed by my domain company and it provides a web page where I can forward(not sure, but there are fields that I can type my sub domains) subdomains and my external IP addresss up to 20(just in case this info matters).

View 1 Replies View Related

Ubuntu Servers :: How To Setup Wmii

Mar 17, 2010

I have Ubuntu Server 9.10 installed. How to setup wmii?

View 3 Replies View Related

Ubuntu Servers :: Setup 10.04 To Run Clients?

May 6, 2010

I administrat a school in Denmark, with around 40 clients runnig xp pro and a windows 2003 server, but i read about the possibility of running a linux server, with thin clintes that can run from the server, if it has network pxe boot.

I was wondering if anybody now any links to a good how to page, on what is needed on the setup side of the server, and clients. To make it work. And i have to use my dhcp from the win 2003 server. Is that possible.

View 5 Replies View Related

Ubuntu Servers :: LDAP Setup 10.04 LTS?

May 19, 2010

I've been working though [URL] tutorial trying to get openldap working.

When I get to the point where i'm setting up the client. More specifically when I do ldapaddgroup testgroup I am sent this error

"You must have OpenLDAP client commands installed before running these scripts"

I have installed the ldapscripts package along with all the required ones. Has anyone been through this, I imagine it's some little nuance that I am missing.

View 3 Replies View Related

Ubuntu Servers :: Cant Log Into Phpmyadmin/setup?

Sep 6, 2010

I had the brilliant idea to make my own web server since i had a silicon mechanics 1u server collecting dust. Ive got apache running. Phpmyadmin is installed but i cant get into the admin panel. When it asks for the user name and password no matter what i use it wont let me log in.

View 2 Replies View Related

Ubuntu Servers :: Setup DNS To All Point To One IP?

Sep 14, 2010

how would i go about setting up a server running 10.04 to resolve all incoming DNS requests to one IP address? these DNS requests will be coming through the internet on port 53 from a router i installed on the remote subnetwork.

View 7 Replies View Related

Ubuntu Servers :: Setup Nameservers With A VPS?

Dec 20, 2010

I currently have a VPS at burst.net. I'm trying to get a website setup, and I have my web server installed, but I have no idea how to get my domain name setup with it. Does anyone know of any documentation on how to setup nameservers with a VPS? I'm sure this is a really easy answer, I'm kind of a newbie to Linux.

View 4 Replies View Related

Ubuntu Servers :: How To Setup Web Proxy

Jan 16, 2011

I've got LAMP up and working and I'm currently hosting a joomla install on the server. I was wondering if there's an easy way to get a web proxy working on my site. I'd like to be able to use it just like you would at hidemyass.com. By simply supplying a url it'll provide the proxy services for me. I've looked through joomla's extensions library and don't see any extensions that'd provide that functionality. I was hoping that there'd just be some prepackaged web proxy application I could install.

Anyone out there know of any simple way of getting this up and running. I've looked at Squid but that looks like it's primarily a proxy server intended for internal network users. I didn't see any sort of web proxy feature to install on a web server there.

View 4 Replies View Related

Ubuntu Servers :: How To Setup Freeradius

Jan 24, 2011

Could anyone send me a good how to for freeradius with mysql authentication and daloRadius?

View 7 Replies View Related

Ubuntu :: Setup Passwordless Ssh/scp For Some Servers On A LAN?

Feb 9, 2011

I am running Ubuntu 10.04 (OpenSSH_5.3p1 Debian-3ubuntu3, OpenSSL 0.9.8k 25 Mar 2009) I am trying to setup passwordless ssh/scp for some servers on a LAN I am running the following commands:

Code:
ssh-keygen
ssh-copy-id user@<ipaddress>
ssh-add

I added the last step as the following error prevented logins:

Code:
agent admitted to failure to sign using the key After running ssh-add, i still get the error(agent admitted to failure to sign using the key) but passwordless ssh/scp works. The following is the output of user@localmachine:~$ ssh -vvv remote@10.0.7.112

[Code]...

View 1 Replies View Related

Ubuntu Servers :: Setup A VPN Without A Router?

Apr 10, 2011

Is it possible to set up a (Open)VPN server without havning the server behind a router (NAT)?

My ISP allows me to have multiple IP addresses (assigned by DHCP).

View 6 Replies View Related

Ubuntu Servers :: VPN Refuses To Setup?

Jun 28, 2011

I recently acquired an old dell desktop with a pretty decent sized hard drive and installed ubuntu server 11.04 on it. Currently, I am using it as a Web, FTP, Print, and media server.

I would like to also use it as a VPN. I have literally followed 30 guides from the internet and it has not worked.

setting up lp2tp/ipsec or pptpd. I would prefer lp2pt/ipsec with PSK.

View 4 Replies View Related

General :: Setup A SSH Key Between Servers So No Password Is Required?

Nov 2, 2010

I am trying to set up a SSH key between servers so no password is required when I have to "scp" files between the two. This is what I have tried so far but still requires a password:

Code:
ssh-keygen -t rsa
scp /home/<user>/.ssh/id_rsa <server2.com>:/home/<user>/.ssh/athorized_keys

When I scp after this I wasn't expecting to need a password but it is still prompting. Now I have used this same method before and it has worked great. The only difference this time is server2 is not in the same cage.

View 4 Replies View Related

Fedora Servers :: Setup A Mail Server On My LAN ?

Apr 7, 2009

I want to setup a mail server on my LAN. I want to send e-mails from 1 system to another systems.

View 8 Replies View Related

Fedora Servers :: Setup The ERuby On Apache?

Jun 17, 2009

I'm trying to setup eRuby on my Apache server, and I'm having problems. Currently, I have this in a separate config file in "/etc/httpd/conf.d/eruby.conf":

Code:

AddType application/x-httpd-eruby .rhtml
Action application/x-httpd-eruby /cgi-bin/eruby
DirectoryIndex index.rhtml

I have a file named "index.rhtml" in a folder called "test" that's in the root of my server. When I try to get to the file I get this, though:

Code:

You don't have permission to access /cgi-bin/eruby/test/index.rhtml on this server.

View 3 Replies View Related

Fedora Servers :: How To Setup The DHCP Server

Aug 1, 2009

I have a small office setup all on public ips and was trying to work out the best way to move the wearhouse computers on to private ips and leave offices on public ips I have server with 2 nics and i have two switches What i am after is how to set it up so all computers can still see each other but private can not access net All the office computers via switch 1 Public IPs All the wearhouse computers via switch 2 Private IPs

1 DHCP server
3 Routers from ISPs going to switch one
Both switches going to DHCP Server

View 2 Replies View Related

Fedora Servers :: Steps To Setup A SVN For My Network ?

May 29, 2010

Setup a SVN for my network

Please tell me the complete steps for that

View 3 Replies View Related

Fedora Servers :: Nagios Web Interface Setup

Jul 25, 2010

I'm trying to setup nagios, and I've looked at several guides but none of them seem to address my problem.Here's the clearest guide that I followed URl...I followed all the instructions on that basica guide, except disabling SELinux. I changed SELinux rules based on URL...I'm not getting any AVC Denials, so that's not the problem. Nagios and Apache both start fine. If I go to my local IP, I get the standard Apache test page. URl...(address from all the guides I read) doesn't resolve.I know that Nagios is at least running from "service nagios status," and I have gotten two alerts emailed to me: swap alert (I don't have swap configured) and disk space.

View 5 Replies View Related

Ubuntu Servers :: Small Server Setup Possible?

Jan 5, 2010

i got an old server with a 64mb flash-disk in.this seems to be the boot-disk.would it be possible to get ubuntu server on this?there is also an ide-disk in.in my opinion it should be good to boot of the flash disk and put the /home or /srv on the ide disk.someone any ideas about this?

View 9 Replies View Related







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