7
openvpn multiple interface failoverview story

http://stackoverflow.com – I have a Linux server that acts as a gateway for outbound traffic from my lan. The server has a few vpn servers it is connected to using openvpn, I am looking for a way to set up a failover for all the tun device that are created by the connections? (HowTos)

7
Is it time to add a serverview story

http://serverfault.com – This question is about figuring out is horizontal scaling by adding servers is the next step or not. Here is the context: About 1400 concurrent users at peak time (between 11:00am-4:00pm) in Google Analytics Real-time stats. And it also show spikes of up to 75 pages per second and average per minute of about 1000. (HowTos)

7
DDos Mitigation Tips for a Game Serverview story

http://serverfault.com – I am looking foward on building a scablable pipe (proxy) ddos protection for my game servers's on amazon. I got some ideas, could anyone please review them? Here they are. My idea is to do something like AWS ELB but ready for spikes, i would use a low ttl domain and route connections to diferente proxy servers. With a isolated servers check the health of each proxy. (HowTos)

7
About Squid reverse proxy (+ pfsense?) and bottlenecks (max number of connections, etc.)view story

http://serverfault.com – We are having problems with our Squid servers during traffic peaks. We had problems in the past and we got different error such as "Your cache is running out of filedescriptors", syncookies errors, etc. but nowadays we have optimized that and we are not getting those errors anymore. (HowTos)

7
Two RHEL 6 machines with static IP cannot ping each otherview story

http://serverfault.com – I am setting up a few servers for a conference at a hotel. They have setup a separate VLAN for me and gave me 3 static IP's and a DHCP pool of 500. The issue I have is that the two servers can not ping each other. (HowTos)

7
How to best move system DBs from SQL 2005 to SQL 2008 R2?view story

http://serverfault.com – I'm in the process of moving from SQL 2005 to SQL 2008 R2. Moving the production DBs and logs is straightforward, through either detach/attach or backup/restore. (new hardware, so I have the old system running in parallel with the new one during the move) I'm wondering about the system DBs, though (master & msdb). (HowTos)

9
Zabbix 2.0.5 Improves the Interaction with the Oracle Databaseview story

http://news.softpedia.com – Zabbix, an enterprise-class open-source distributed monitoring solution, released under the GPL (free of charge for both commercial and non-commercial use), is now at version 2.0.5. (General)

8
What is the PKG_PATH for NetBSD 6.0.1 Binary Installs?view story

http://unix.stackexchange.com – What is the value or URL for PKG_PATH used to inform NetBSD 6.0.1 where to download binary packages from? There seems to be a change in both servers as well as the path or directory layout for the packages directory. I have tried and failed to figure it out. I am using NetBSD on an i386 architecture. (HowTos)

8
Transferring domain to Amazon Route 53. Being asked for NS server's IP addressesview story

http://serverfault.com – I'm trying to migrate an existing domain to Amazon Route 53. I've followed the guide at: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html My current DNS host is web24.com.au. There seem to be two areas where the NS records are stored. I looked in the zone file and updated the NS entries to point to Amazon Route53. (HowTos)

8
server sending reset signal instead of FINview story

http://stackoverflow.com – I am learning tcp-ip stack, server-client connections. I wrote a simple client server. The client and servers were able to transfer data to each other without any issues. I am running client and server on the same machine. When I used to close the server with ctrl+c, I found kernel was sending RST signal instead of FIN. (HowTos)