Load balancing with 2 wireless cards
Posted
by
user2544786
on Server Fault
See other posts from Server Fault
or by user2544786
Published on 2013-07-03T03:33:49Z
Indexed on
2013/07/03
5:07 UTC
Read the original article
Hit count: 460
networking
|wifi
I'm thinking about building a wireless load balancer (if that makes sense). For example, the first wireless card will accept all connections for ip 192.168.1.1 and the second card will serve requests for 192.168.1.2.
I know that I can assign both IPs to a single card and all requests will be served by a single wireless card. Would it be better (more bandwidth, more stable connection, etc?) to have two physical cards instead?
© Server Fault or respective owner