Networking :: Create A WAN Balancer On Centos Or Fedora?
May 10, 2010
Is there a way we can create a WAN Balancer on Centos or Fedora?
If yes what are the essentials hardware requirements to achieve the same?
And also let me know if there is any reference URL that I can go through?
I have heard about Untangle as mentioned in the below URL but want to find out if it can be achived on CentOS or fedora.
URL: [url]
View 1 Replies
ADVERTISEMENT
Feb 8, 2011
How to configure load balancer to create a 4 server web farm.
View 1 Replies
View Related
Jun 17, 2010
I am using haproxy for the first time.I downloaded the latest version 1.4.7 and then unpacked it.then opened the terminal and wrote the command
After which an executable haproxy file was created which I copied to /usr/local/sbin. then i wrote $sudo make install. then I make a configuration file in /etc/haproxy.cfg which is as follows
But it's not working it is various kind of errors intially it was showing "cannot bind to socket" so tried changing the port number but didn't help. I also used command like $sudo sysctl net.ipv4.ip_nonlocal_bind=1 But didn't help.
View 1 Replies
View Related
Jul 16, 2010
I am working on a load balancing project. The type of routing I am implementing is direct routing (LVS-DIR).
The following is a script that sets up the Linux Virtual Server (LVS) or the load balancer:
On both, the LVS and Real Server 1, the firewalls (iptables) are not running.
A few questions I have are:
1) On the LVS, is apache supposed to be running?
2) If so, what would be the ServerName for apache on the LVS?
3) What would be the ServerName for apache on the real server1, is it the server real IP or the VIP?
When I try to access the web content on real server1 in a browser on the LVS, I get Failed to Connect. A connection to the server cannot be established.
The load balancer has two NICS, eth0 and eth1. The real servers will connect to the load balancer via eth1, and the client will connect via eth0.
View 6 Replies
View Related
Feb 25, 2011
I have set up one of my linux box as link load balancer for two ADSL connection. After deployment, I have found out that instead of being fast, it has become slow. What I have observed that my request get out to internet but comes back intermittently. Is this a standard scenario ?
View 1 Replies
View Related
Mar 1, 2010
My netowrk interface:
My iptable T1:
http traffic not follow the iptables. sometime via eth1 or eth2
After squid.conf added "tcp_outgoing_address wan1's gateway" it worked correctly
Why? what squid do?
The http traffic:
Why iptables can't not control the traffic
I want creat the tables T2 =>for load balancer
How to make squid route follow this table
View 1 Replies
View Related
Apr 7, 2010
My requirement is to route ssh sessions from a single head node to multiple slave nodes. So what i want is, for a client there is just one point of entry (master/head node) to ssh into, it evaluates the load on the slave nodes connected on to internal network and routes the ssh session, kind of a ssh load balancer. Do you have any idea what open source solution i can apply for my problem?
I have tried using LVS piranha, it works well for http and https load balancing but not for ssh load balancing.
View 4 Replies
View Related
Jan 1, 2010
How can i add a PPPOE connection witch connect automatically on system start up in text mode in centos 5.4
View 3 Replies
View Related
Mar 29, 2011
I have one static IP, how can i turn it into multiple IPs so i can run multiple games on one machine.
View 2 Replies
View Related
Oct 29, 2009
is there anyone here knows how to setup Dial up server in CentOS 5.3?
View 3 Replies
View Related
Jul 28, 2010
I have just taken on a dedicated server sitting somewhere in Norfolk. I have created a website that uses PHP to connect to another remote server in order to interrogate a MSSQL database. This script, running on Apache, uses a VPN connection to connect to the remote server.To test, I have Apache on my laptop at home and just used Microsoft Network Connection to create the VPN connection.I have now uploaded this site to my new CentOS server and need to create the same VPN connection. I understand this is a command level and have been advised to use OpenVPN which I have successfully installed.My problem is I only have the details remote ip address, username and password. I believe I have to use the 'client.conf' script instead of server.conf.
View 1 Replies
View Related
Aug 18, 2010
i am in final semester and almost being stuck to create a streaming server. can any body tell me that how can i create a streaming server on centos 5?
View 2 Replies
View Related
Jul 3, 2010
I need to set a NAC (PacketFence) system (CentOS 5.5), i would like to set in my case eth0 to work with several different VLAN'S i created ifcfg-eth0.2 copied from orginal ifcfg-eth0 and changed the ip and append VLAN=yes but when i am triyng to load ifcfg-eth0.2 i get error
my ifcfg-eth0 goes as follow
# Intel Corporation 82578DM Gigabit Network Connection
# Normal VLAN Lan adapter (Managment)(On-boad 1st NIC)
DEVICE=eth0
[code]....
View 2 Replies
View Related
May 21, 2009
I have a cgi script that tries to get the IP address of a domain. the Domain is defined in Bind, yet it can not resolve it. I put the domain in the host file and it then gives a Error: unable to create socket - Permission denied
I figure I have to do some code changes to the script but here I would like an explaination as to the error I am getting.
View 1 Replies
View Related
Apr 21, 2010
Have been playing with Centos 5 and finally got it installed and have done most of the updates. Before I proceed much further it would be nice if I could create a backup/install disc of how it is now. No Data,just the setup and software used etc.Have a dvd rw on the server.I recall mondo rescue installed years ago on a linux server we used.
View 9 Replies
View Related
Jul 3, 2011
I have a huge issue on this error on mysql. Can't create/write to file '/tmp/#sql the full error message is Can't create/write to file '/tmp/#sql_4761_0.MYI' (Errcode: 30)
View 9 Replies
View Related
Feb 27, 2011
I have a CentOS 5.5 server running currently with a Netgear gigabit ethernet card and for wifi I have a wi-fi card with the chipset: RT2860.Now I have gotten the ethernet card and wi-fi card working but my main question is: How do you bridge the connection between the ethernet card and the wi-fi card to create a wireless network with a hidden ESSID if possible and WPA encryption? (So the server basically acts as a wireless router as well as doing all the other stuff I need to do on it).
View 2 Replies
View Related
Aug 16, 2010
I'm in the process of creating local repos for our company servers (CentOS 5.5) and laptops (Fedora 13). And while the CentOS part went perfect the Fedora part is causing major trouble.But first things first, here's the setup: a central CentOS 5.5 server is running Apache2 and has a VirtualHost listening on Port 8080 for both CentOS and Fedora. The DocumentRoot for this VirtualHost is /data/repo wherein two directories, centos and fedora, reside.
This is the .repo-file for CentOS that works like a charm:
Quote:[local]
name=CentOS-$releasever - local packages for $basearch
[code]...
View 5 Replies
View Related
Oct 15, 2010
I am trying to setup a High-Availability HTTP Load Balancer With HAProxy & Heartbeat using the below links.
I have all RHEL 5.4 servers hosted on VMWare.
[url]
[url]
This is the scenario, as given in the links as wells as my setup.
Load Balancer 1
Load Balancer 2
Web Server 1
Web Server 2
I have followed all the steps mentioned in the links religiously except the 2.2 here, in which it is asking to configure the vhosts. I could not really understand , what is to be placed in /etc/httpd/conf.d/vhosts.conf file and in which Web Server.
Due to this step only, I think I am failing in Failover test given in Point 4.1 here. I am able to open the webpage by [url] which gives the content of Web Server 1 (http1.example.com). But, when I try to shutdown the http service (to check failover), it does not shows the contents of Web Server 2 (http2.example.com)
Although, I am able to succeed in Failover Test 4.2, in which shared IP 192.168.0.120 switches when I try to start/stop the any of the Load Balancers.
View 2 Replies
View Related
Dec 2, 2010
I've just installed Fedora 14 on VMware and i want to create vpn connection over it, because my ISP only allow vpn connections to connect Internet. code...
and 1 or more rpms not installed on my FC 14 can ny1 guide me how can i create a vpn fully working!
View 1 Replies
View Related
Jul 24, 2010
How can i create tunnels in Linux I use MyTunnel in Win for tunneling But i don't know how can i do that in Fedora 13
View 7 Replies
View Related
Feb 20, 2010
I have Centos5.4 loaded on a late 2008 MACBOOK Pro and would like to get wireless working. I've attempted to download the broadcom driver and create a driver module with no luck.
Using these instructions....
[url]
When I make the WLAN driver, I get this:
View 2 Replies
View Related
Aug 14, 2009
I'm trying to create a CentOS based liveCD that mounts a NFS share and executes one script there. The NFS never mounts altough while logged I can mount it with the very same command that I use in the KS.
In the %post I have :
%post --log=/tmp/post.log --erroronfail
mkdir /mnt/nfs
mount -o nolock 10.23.1.1:/csc/RemoteHome /mnt/nfs
I added the --log in order to debug, but nothing is written in /tmp/post.log. I tried redirection on the mount command with >> /tmp/debug.log but this is not written. Maybe during the post sequence /tmp is RO ? Anyway, I tried with ifup lo, service portmap start in the %post, but doesnt change (I even have a service : command not found in the live cd creator output).
Here is the remainder of the KS :
lang en_US.UTF-8
keyboard us
timezone US/Eastern
[Code]...
View 10 Replies
View Related
Feb 22, 2011
Ive installed centos freebsd and mandriva but i want to manage grub from my centos and y create successfully a boot load for freebds. But for mandriva it just doesnt work... so how can a create a boot load entry for mandriva from grub centos?
View 1 Replies
View Related
Jun 16, 2009
I have just installed FC11 from a DVD I created from an ISO.I also have FC10 (using here) and Windoze XP pro all on separate HDDs.I have not been able to configure my internet connection, when I try to create a new xDSL connection I get an error message; package needed 'rp-pppoe'.I don't now how to get the package without a connection.I have tried with and without Network Manager.
View 2 Replies
View Related
Mar 9, 2010
I'm a network administrator and I have to cut the internet access to some network users. I would like to do that by installing a proxy server on a F10/F11/F12.
View 5 Replies
View Related
Jul 23, 2010
I have a fresh install of Fedora 13 64 bit. I am unable to create VPN profiles in network manager as a normal user.
To test: Logging in with gnome as root, I am able to create a VPN profile in Network Manager Logging in with KDE as root, I am not able to create a VPN profile in Network Connections.
Problem: Logging in as a normal user with KDE, I am not able to create a VPN profile in Network Connections. On the VPN tab, the Add... button is greyed out.
What is required to add VPN connections under KDE on Fedora 13?
View 1 Replies
View Related
Jun 16, 2010
I installed the latest CentOS 5.5 in my PC. I added some public domain projects on it. Now how can I make another boot-able CentOS iso file with all the new projects I just added? In the other words, I try to create a boot-able CD with the CentOS and all the projects on it.
View 1 Replies
View Related
Sep 21, 2009
I thought configuring a vpn would be a piece of cake, but it seems I'm missing something.
I'm attempting to create a vpn (pptp) using the networkmanager (0.7.1). I enter the gateway (I assume thats the server I'm trying to connect to) and my login information. What is the NT Domain?
When I try to connect it only tells me after a while that it failed to do so. How can I find the information on what went wrong in the process?
View 2 Replies
View Related
Dec 11, 2009
I am looking for help on how to create a wireless access point using fedora core 12.I have done some searching and have not found anything.
View 1 Replies
View Related