1# load balancing addresses 2 3# some unroutables 4127.0.0.1 weight 1000 192.168/16 172.16/12 10/8 5 6# some IPv6 addresses 7::5 weight 10 fe80::/16 2000::1 weight 1 ::4 weight 6 8 9# interfaces 10lo0 lo0/24 lo0:network 11 12# name resolution 13localhost weight 2 14 151.1.1.1 weight 10 # comment may appear... 162.2.2.2 weight 7 # after addresses too. 173.3.3.3 weight 6 18