Guest User!

You are not Sophos Staff.

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 for web site with waf

Hello Friends !

I have a two isp ,1st isp is vsnl and 2nd isp isp is bsnl 

my domain is register with isp 1 which has static ip ,web site is running with this isp1  with V8 is it possible to access same web site if isp 1 fail my 2nd isp has dyndns account 

thanks


(isp 1 -vsnl with static ip with domain register)
                                          

(isp2 with dynamic ip (pppoe connection) using dynsns)


This thread was automatically locked due to age.
Parents
  • This is a question for one of you DNS gurus.  I just don't know enough about the limitations of CNAME and DNAME records.

    The WAF won't let you select "Uplink interfaces" for the Interface in the defintion of a Virtual Server (VS), so you have to create a VS definition for each interface.  The problem then is, "How to get the internet to load-balance on these two IPs?"

    If he had two fixed IPs, he could just add a second A-record.  His second IP is assigned dynamically by his ISP (bsnl), so he needs to have a second A-record that's dynamic.  Is it possible to have DNS load balance to a DNAME, or something like that, so that he could have it resolved by DynDNS?  Or, would the DNAME rewrite the header?

    Or is this something that could be done with SRV records?

    _http._tcp.mydomain.com. 86400 IN SRV 10 0 80 bsnl.mydomain.com
    _http._tcp.mydomain.com. 86400 IN SRV 20 0 80 bsnlmydomain.dyndns.org


    Cheers - Bob
Reply
  • This is a question for one of you DNS gurus.  I just don't know enough about the limitations of CNAME and DNAME records.

    The WAF won't let you select "Uplink interfaces" for the Interface in the defintion of a Virtual Server (VS), so you have to create a VS definition for each interface.  The problem then is, "How to get the internet to load-balance on these two IPs?"

    If he had two fixed IPs, he could just add a second A-record.  His second IP is assigned dynamically by his ISP (bsnl), so he needs to have a second A-record that's dynamic.  Is it possible to have DNS load balance to a DNAME, or something like that, so that he could have it resolved by DynDNS?  Or, would the DNAME rewrite the header?

    Or is this something that could be done with SRV records?

    _http._tcp.mydomain.com. 86400 IN SRV 10 0 80 bsnl.mydomain.com
    _http._tcp.mydomain.com. 86400 IN SRV 20 0 80 bsnlmydomain.dyndns.org


    Cheers - Bob
Children
No Data