This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Uplink balancing and DNS

Today I setup uplink balancing, and I discovered a "nice" surprice. I have 2 DSL lines and both my ISP prohibit the use of their DNS server to ips that does not belongs to their network. So first DSL can use its own dns server, second DSL can use its own dns server. Obviously I can put all dns servers in Dns forwarder list, but I suppose that this can cause some slowness in performing dns queries.

What do you think about this scenario? 

Thanks
eclipse79


This thread was automatically locked due to age.
Parents
  • Hi all,

    Does your ISP assign you the DNS Servers via DHCP or PPPoE? Or do you Need to configure them manually?

    Because as far as I know we take care of this situation automatically by adding hidden multipath rules that make sure the correct DNS server ip gets sent out the the right interface.
    Yet this only works if the DNA servers are assigned dynamically.

    If you use manuall assignment, than you should be able to create multipath rules that set the traffic out the correct interface.

    If you need more help, please let me know.

    Thx gert
Reply
  • Hi all,

    Does your ISP assign you the DNS Servers via DHCP or PPPoE? Or do you Need to configure them manually?

    Because as far as I know we take care of this situation automatically by adding hidden multipath rules that make sure the correct DNS server ip gets sent out the the right interface.
    Yet this only works if the DNA servers are assigned dynamically.

    If you use manuall assignment, than you should be able to create multipath rules that set the traffic out the correct interface.

    If you need more help, please let me know.

    Thx gert
Children

  • Does your ISP assign you the DNS Servers via DHCP or PPPoE? Or do you Need to configure them manually?


    Hi Gert!
    Yes, I need to configure them manually...


    If you use manuall assignment, than you should be able to create multipath rules that set the traffic out the correct interface.

    If you need more help, please let me know.


    Uhm... tell me if this is correct:

    At the moment, in uplink balancing, I have two external interfaces (ext1, ext2) and I have these multipath rules:

    1) Source: DMZ, services: Web Surfing, Dest: Internet, Bind interface: Ext1
    2) Source: Any, services: Web Surfing, Dest: Internet, Bind interface: Ext2

    So I have to add these two rules:
    1a) Source: DMZ, services: DNS, Dest: Internet, Bind interface: Ext1
    2a) Source: Any, services: DNS, Dest: Internet, Bind interface: Ext2

    Is it what you suggested? If yes, I am a little confused, how could these rules force each external interface to use their own dns server? [:S]

    Thank you 
    eclipse79