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

DNS Proxy Feature Request

I will be switching from a Static External IP to a Dynamic. Switching ISP's.  (saving $50.00 a month in the process, all thanks to the features of ASL  [:)]SP's DNS Servers.  

If the DNS Proxy could be made to accept DHCP assigned DNS Servers as a proxy target, that would be great. I thnk this would be a very useful feature.


This thread was automatically locked due to age.
Parents
  • I am on a cable internet connection with DHCP connection. I just nslookup my external dns name and found the dns servers for my connection. Then added them to my dns proxy.

    I also added a couple of public dns servers for backup.
  • Some ISPs have different servers for client resolution than for resolution of their own domain names, so I wouldn't recommend that approach.

    Best way to do it is:
    get astaro connected to the DSL or whatever using DHCP
    cd to
    /var/sec/chroot-dhcpc/var/lib/dhcpcd
    and read the .info file for your EXT interface
    The ISP DNS resolvers will be in there.

    Barry
  • [ QUOTE ]
    Some ISPs have different servers for client resolution than for resolution of their own domain names, so I wouldn't recommend that approach.

    Best way to do it is:
    get astaro connected to the DSL or whatever using DHCP
    cd to
    /var/sec/chroot-dhcpc/var/lib/dhcpcd
    and read the .info file for your EXT interface
    The ISP DNS resolvers will be in there.

    Barry 

    [/ QUOTE ]

    You are right about the DNS Servers.  I have found many publicly resolvable DNS servers will not respond to any non-delegation inquiries (i.e. if it is not a delegated request for a domain name, no response).  Your info provides a means to access the DHCP provided info, but an option to have the DNS Proxy read it directly would be nice.  

    Actually, this is better than my plan. I was going to just hook up a  PC and let it get the info.  But, chances are it would get immediately trashed by being directly attached to the internet. Or at least  within 4 minutes as that one public test showed.

    thanks for the info. [:)]
  • [ QUOTE ]
    Best way to do it is:
    get astaro connected to the DSL or whatever using DHCP
    cd to
    /var/sec/chroot-dhcpc/var/lib/dhcpcd
    and read the .info file for your EXT interface
    The ISP DNS resolvers will be in there.

    [/ QUOTE ]It is too bad that the ASL development team has not made these DNS server entries, which have been obtained by the DHCP client running on the WAN interface, directly accessible from Webadmin.

    I would much prefer to pick them off a drop-down list in Webadmin, then have to dig for them in a file in the underlying operating environment.
Reply
  • [ QUOTE ]
    Best way to do it is:
    get astaro connected to the DSL or whatever using DHCP
    cd to
    /var/sec/chroot-dhcpc/var/lib/dhcpcd
    and read the .info file for your EXT interface
    The ISP DNS resolvers will be in there.

    [/ QUOTE ]It is too bad that the ASL development team has not made these DNS server entries, which have been obtained by the DHCP client running on the WAN interface, directly accessible from Webadmin.

    I would much prefer to pick them off a drop-down list in Webadmin, then have to dig for them in a file in the underlying operating environment.
Children