Thread: FTP issue?
View Single Post
Old 29th August 2011
rocket357's Avatar
rocket357 rocket357 is offline
Real Name: Jonathon
Wannabe OpenBSD porter
 
Join Date: Jun 2010
Location: 127.0.0.1
Posts: 429
Default

You should have an authority section that looks like this:

Code:
;; AUTHORITY SECTION:
ucar.edu.               172800  IN      NS      dns.ucar.edu.
ucar.edu.               172800  IN      NS      dns2.itd.umich.edu.
ucar.edu.               172800  IN      NS      dnsx1.ucar.edu.
ucar.edu.               172800  IN      NS      dnsx2.ucar.edu.
Looks like afilias-nst.info is attempting to claim authority where it shouldn't? Sounds like your ISP is redirecting dns, too, if you get that no matter what dns server you use.

Edit - If you can, install dnstracer and run something like dnstracer -s <dns_server> -4 ftp.usa.openbsd.org and post the results. Scratch the stuff about afilias-nst.info, that appears to be an upstream dns server from openbsd.org.
__________________
Linux/Network-Security Engineer by Profession. OpenBSD user by choice.

Last edited by rocket357; 29th August 2011 at 04:11 PM.
Reply With Quote