14fc7
![]() |
|
|
|
|
|||||||
| Networking Network related discussions (including general TCP/IP stuff, routing, etc). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
anyone using some program to create a UDP load balancer? I'm using haproxy for TCP and works great, but something for UDP seems more difficult to find, only some-years-old daemons. I saw something about using pf, but this is not convincing. I need to balance DNS and NTP, and need f/over capabilities using CARP (for example). Ideas? Thanks |
|
#2
|
|||
|
|||
|
Try tweaking the DNS settings. It's much simpler.
Do something like: For DNS: Code:
dig +short google.com ns ns4.google.com. ns2.google.com. ns1.google.com. ns3.google.com. Code:
dig +short 0.pool.ntp.org a 140.112.2.189 210.68.16.24 123.204.57.143 |
|
#3
|
|||
|
|||
|
It would be useful, but I have to balance *MY* DNS and NTP servers. I'm not the client.
Clients use IP addresses to access the services. |
|
#4
|
|||
|
|||
|
http://morebalance.coolprojects.org/
It supports UDP as well as TCP. I've never used this however, but am not aware of anything else. |
|
#5
|
|||
|
|||
|
Is there a reason why domain names can't be used instead?
|
|
#6
|
|||
|
|||
|
Yes, devices (ip phones) have ony a nifty four spaces-three dots window to insert dns and ntp server location...
In any case, having an UDP load balancer has lots+lots+lots of benefits over round robin DNS. Bye |
|
#7
|
|||
|
|||
|
Quote:
"only some-years-old daemons." I just want something reasonably supported, not something abandoned 4 or 5 years ago. Thanks, anyway. |
|
#8
|
|||
|
|||
|
Quote:
Some references: |
|
#9
|
|||
|
|||
|
Quote:
It's strange you can find several TCP load balancers (haproxy being phenomenal in my opinion), and no modern UDP lbs. Thanks |
|
#10
|
|||
|
|||
|
Perhaps there's no UDP load balancer due to the fact that most people simply use DNS round robin to achieve this and failover.
|
|
#11
|
|||
|
|||
|
Quote:
When you need an affordable service and fast failover/failback DNS is out of the discussion. This is why there are several TCP load balancers with very rich capabilities. |
|
#12
|
|||
|
|||
|
Although not free, Zeus Load Balancer can balance UDP datagrams.
http://www.zeus.com/products/load-balancer/index.html |
|
#13
|
|||
|
|||
|
Quote:
I'm resorting to test some linux solutions, but I'm not in the mood to put my production servers behind a linux machine... Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Has anyone used ECMP on v 8.0 for load balancing | triumdh | Networking | 1 | February 23rd, 2010 00:59 |
| How to Network Load Balancing Cluster in FreeBSD | skynet_boy | Networking | 3 | January 5th, 2010 18:15 |
| PF load balancing | dextro_ | Firewalls | 5 | October 21st, 2009 18:29 |
| Need help with pf: nat-> balancing, IPTV, rdr | kaspian | Firewalls | 0 | December 6th, 2008 20:45 |
| Need help with pf: nat-> balancing, IPTV, rdr | kaspian | Networking | 0 | December 6th, 2008 20:39 |