Mirlyn said:Got two separate incoming connections that I need to load balance across two webservers. I also need VPN capabilities.
Suggestions?
After getting some quotes, I think this will be the way to go until we can buy one.tommyj27 said:i think linux has some load-balancing capabilities, never used it before though![]()
Redundant connections for uptime and load, redundant servers for usage load. Yeah, chances are we'll hardly ever need the second machine right away, but the site may have additional responsibilites later (host more sites maybe) so I'd rather factor the cost in now.tommyj27 said:is there a particular reason this new site requires dual servers and connections? if it's for redundancy i would think keeping one machine on hot standby would be preferable putting them both online.
I'll mention them in the meeting today. Does it do VPN as well?rrfield said:If it were me, I would get a Cisco 2600 serices router if you go with the T1 connections (probably a 2611XM with a FW/IDS/3DES image).
If you go with the cable/dsl connections, a Cisco Catalyst 3550 EMI.
But that's just me![]()
Mirlyn said:I'll mention them in the meeting today. Does it do VPN as well?
Thanks.
I try and only use hardware. Software is just too iffy in the VPN world (imo). Too many ways to defeat software. Even fewer ways to defeat hardware.rrfield said:The 2600 routers will with the correct IOS. I don't know about the Catalyst 3550.
Is this a site-to-site VPN or software-to-site?
rrfield
Mirlyn said:What I really need is a system to switch the site to the secondary line if something were to go down.
Snip of Remote Site Example Router Config said:interface Serial0
ip address 1.1.1.1 255.255.255.252
backup interface serial 1
backup delay 5 20
(enable time and disable time)
interface Serial1
ip address 2.2.2.2 255.255.255.252
interface FastEthernet0
ip address 192.168.25.1 255.255.255.0
ip route 172.16.0.0 255.255.0.0 Serial0
ip route 172.16.0.0 255.255.0.0 Serial1 2
[/url]Code:Linux Kernel v2.4.23 Configuration virtual server support (EXPERIMENTAL) (NEW) x CONFIG_IP_VS: x x x x IP Virtual Server support will let you build a high-performance x x virtual server based on cluster of two or more real servers. This x x option must be enabled for at least one of the clustered computers x x that will take care of intercepting incomming connections to a x x single IP address and scheduling them to real servers. x x x x Three request dispatching techniques are implemented, they are x x virtual server via NAT, virtual server via tunneling and virtual x x server via direct routing. The several scheduling algorithms can x x be used to choose which server the connection is directed to, x x thus load balancing can be achieved among the servers. For more x x information and its administration program, please visit the x x following URL: x x [url]http://www.linuxvirtualserver.org
Havent done much with the advanced stuff in the new kernel. We're getting ready to update the offices and servers with 2.4.23. I'll have to play around with it.tommyj27 said:hey mirlyn, i'm building 2.4.23 on one of my machines and this caught my eye.
[/url]
Inkara1 said:I found a real nice router for you...
![]()