Introduction

2021-06-11 Thread techlists




Hi,

My name is Keith.  I've been "playing" with Linux for about 23 years.  I 
consider myself an entry level to mid level Linux admin.  I am a PHP 
developer.


I am currently trying to learn BIND9 and Postfix/Dovecot on Ubuntu 20.04 
on my home office business Internet connection that allows for servers.


I am stuck on BIND and have been working full-time for several days 
trying to determine why it does not work.


I will send another email about that.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Need Help with BIND9

2021-06-11 Thread techlists




Hi,

The two domains I am working with on my SOHO home server are 1) 
keiththewebguy.com  and 2) phpcodetest.com.


I setup keiththewebguy.com first and configured BIND9 for it on the same 
server.


To try to troubleshoot I configured phpcodetest.com on the same box, 
however it uses Zoneedit for DNS.  phpcodetest.com works as expected.


keiththewebguy.com does not work which uses my local BIND9.

I've tried everything I can think of.  I've tested the config files, run 
dig, and verified port 53 is open.


I took the zone file for keiththewebguy.com from my VPS that runs Plesk 
and previously hosted keiththewebguy.com.  I forgot to change the IP 
addresses in the zone to my SOHO box and the website on my VPS was 
accessible.  When I changed the IP addresses in the zone file to my SOHO 
box the website quit working.


I assumed this meant I had an Apache issue and that is when I added 
phpcodetest.com to test Apache.  I've checked apache several times...  
And I just checked it again.


The server I am using is an old i3 laptop that I upgraded with a SSD.  
It has 4GB RAM.


I am using Ubuntu 20.04lts and BIND9.

My connection is a commercial/business Internet connection provided by 
my cable company for home office usage. This connection does not block 
ports.


I followed the Ubuntu 20.04 server manual to configure BIND9 and I have 
searched the Internet for more information.


If you need any additional information let me know.

Thank you for your help!!
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: Need Help with BIND9

2021-06-11 Thread Marki
A thing you probably missed is checking the log files. What do they contain 
when it "isn't working"? What is the actual problem anyway?___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: Need Help with BIND9

2021-06-11 Thread Sten Carlsen
From my place I resolve both to: 98.191.108.149

keiththewebguy.com. does not actually have the two nameservers required though 
that is not the problem. (ns1 and ns2 have same IP)

BIND seems to work ok but your local settings probably don't point your hosts 
to the right NS.

-- 
Best regards 
Sten Carlsen 

--
Aoccdrnig to rseerach at Cmabrigde Uinervtisy,
it deosn't mttaer in waht oredr the ltteers in a
wrod are, the olny iprmoatnt tihng is taht the
frist and lsat lteter be at the rghit pclae.
The rset can be a ttoal mses and you can slitl
raed it wotihut porbelm. Tihs is bcuseae the
hmuan mnid deos not raed ervey lteter by istlef,
but the wrod as a wlohe. Amzanig, huh?
--

> On 11 Jun 2021, at 18.15, Marki  wrote:
> 
> A thing you probably missed is checking the log files. What do they contain 
> when it "isn't working"? What is the actual problem 
> anyway?___
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
> from this list
> 
> ISC funds the development of this software with paid support subscriptions. 
> Contact us at https://www.isc.org/contact/ for more information.
> 
> 
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: Need Help with BIND9

2021-06-11 Thread Paul Kosinski via bind-users
The site mxtoolbox.com has a suite of tools to check your DNS, email and Web 
servers from the outside. They're easy to use and might turn up something.


On Fri, 11 Jun 2021 09:10:32 -0700
techli...@phpcoderusa.com wrote:

> Hi,
> 
> The two domains I am working with on my SOHO home server are 1) 
> keiththewebguy.com  and 2) phpcodetest.com.
> 
> I setup keiththewebguy.com first and configured BIND9 for it on the same 
> server.
> 
> To try to troubleshoot I configured phpcodetest.com on the same box, 
> however it uses Zoneedit for DNS.  phpcodetest.com works as expected.
> 
> keiththewebguy.com does not work which uses my local BIND9.
> 
> I've tried everything I can think of.  I've tested the config files, run 
> dig, and verified port 53 is open.
> 
> I took the zone file for keiththewebguy.com from my VPS that runs Plesk 
> and previously hosted keiththewebguy.com.  I forgot to change the IP 
> addresses in the zone to my SOHO box and the website on my VPS was 
> accessible.  When I changed the IP addresses in the zone file to my SOHO 
> box the website quit working.
> 
> I assumed this meant I had an Apache issue and that is when I added 
> phpcodetest.com to test Apache.  I've checked apache several times...  
> And I just checked it again.
> 
> The server I am using is an old i3 laptop that I upgraded with a SSD.  
> It has 4GB RAM.
> 
> I am using Ubuntu 20.04lts and BIND9.
> 
> My connection is a commercial/business Internet connection provided by 
> my cable company for home office usage. This connection does not block 
> ports.
> 
> I followed the Ubuntu 20.04 server manual to configure BIND9 and I have 
> searched the Internet for more information.
> 
> If you need any additional information let me know.
> 
> Thank you for your help!!
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


DOH or DOT Forwarder in BIND and is DOH GA?

2021-06-11 Thread Manish Rane
Hi Team,

I am using BIND 9.11.3-1ubuntu1.12-Ubuntu version for my BIND and planning
to use ISC PPA and use 9.16.16.

So my queries are

   1. Is DOH/DOT officially supported now?
   2. And how do I DOH forwarding in my BIND configuration?
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users