Re: Reverse Lookup / PTR record

2021-06-21 Thread techlists
On 2021-06-21 12:00, Matus UHLAR - fantomas wrote: On 21.06.21 09:41, techli...@phpcoderusa.com wrote: I am configuring a home office PHP webserver on my cable company's business connection that allows for servers. My cable company provides the reverse lookup / PTR record. Given that, I'm

Re: Managing localhost

2021-06-21 Thread techlists
Thank you Kevin and Tony!! On 2021-06-21 10:07, Kevin Darcy via bind-users wrote: [ Classification Level: GENERAL BUSINESS ] That chapter doesn't show any PTR records, for the reverse zones of any *public* address range, pointing back to a "localhost" name. It only shows a PTR record in the r

Managing localhost

2021-06-21 Thread techlists
Hi, This book : https://www.oreilly.com/library/view/dns-and-bind/0596100574/ch04.html says I should manage the localhost within my zone (SOA) and reverse lookup / PTR. I do not manage my revers lookup / PTR the IP owner does that. Any thoughts on managing the localhost within the zone f

Reverse Lookup / PTR record

2021-06-21 Thread techlists
Hi, I am configuring a home office PHP webserver on my cable company's business connection that allows for servers. My cable company provides the reverse lookup / PTR record. Given that, I'm thinking I need to provide only the zone file, no reverse lookup. Any thoughts are much appreciated

Re: Origin of reverse lookup

2021-06-21 Thread techlists
Reverse lookup problem resolved. Apparently my ISP did not understand I wanted to change the pointer record. Maybe I did no articulate myself very well!! On 2021-06-19 01:17, Reindl Harald wrote: Am 19.06.21 um 01:17 schrieb techli...@phpcoderusa.com: I had my ISP configure a reverse look

Re: do I need to configure a Caching Server

2021-06-21 Thread techlists
I am setting up a SOHO PHP web server on my business cable account that allows for running servers. This is a product for small home bound businesses. I have BIND working. The website I am hosting : http://www.keiththewebguy.com/ On 2021-06-19 01:14, Reindl Harald wrote: Am 18.06.21

Origin of reverse lookup

2021-06-18 Thread techlists
Hi, I had my ISP configure a reverse lookup years ago. They say they no longer offer that service and there is no reverse lookup for my IP. I keep running into this old reverse lookup and do not know where it is coming from. When I run https://intodns.com/ it shows this reverse lookup and

do I need to configure a Caching Server

2021-06-18 Thread techlists
I am building a home PHP hosting server for learning. I have a commercial connection to the Internet so no blocked ports and my ISP allows servers. I believe I only need a Primary Master Server. Is this the case? My question is, do I need to configure a Caching Server? In /etc/bind/named.co

Re: Need Help with BIND9

2021-06-15 Thread techlists
Dude!! Thanks!! On 2021-06-15 12:58, Lyle Giese wrote: Yep, that fixed it. Lyle On 6/15/21 2:23 PM, techli...@phpcoderusa.com wrote: Thank you for your help!!  The zone file is the one I tool from Plesk when I had keiththewebguy.com parked there.  All I did was change the IP addresses.

Re: Need Help with BIND9

2021-06-15 Thread techlists
Thank you for your help!! The zone file is the one I tool from Plesk when I had keiththewebguy.com parked there. All I did was change the IP addresses. I assume what you want me to do is add keiththewebguy.com to the two records making: ns1.keiththewebguy.com. 86400   IN  A   98.

Re: Need Help with BIND9

2021-06-15 Thread techlists
On 2021-06-15 01:38, Reindl Harald wrote: Am 15.06.21 um 10:31 schrieb Reindl Harald: Am 14.06.21 um 22:37 schrieb techli...@phpcoderusa.com: keiththewebguy.com [1]. does not actually have the two nameservers required though that is not the problem. (ns1 and ns2 have same IP) I have a VP

Re: Need Help with BIND9

2021-06-15 Thread techlists
On 2021-06-15 01:31, Reindl Harald wrote: Am 14.06.21 um 22:37 schrieb techli...@phpcoderusa.com: keiththewebguy.com [1]. does not actually have the two nameservers required though that is not the problem. (ns1 and ns2 have same IP) I have a VPS that runs Plesk and there is only one name s

Re: Need Help with BIND9

2021-06-15 Thread techlists
Thank you for your help!! On 2021-06-15 00:39, Matus UHLAR - fantomas wrote: On 11.06.21 18:19, Sten Carlsen wrote: 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 sam

Re: Need Help with BIND9

2021-06-14 Thread techlists
On 2021-06-12 05:30, Matus UHLAR - fantomas wrote: On 11.06.21 18:19, Sten Carlsen wrote: 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 o

Re: Need Help with BIND9

2021-06-14 Thread techlists
Thank You Mr. Haywood!! On 2021-06-12 05:11, G.W. Haywood via bind-users wrote: Hi there, On Sat, 12 Jun 2021, techli...@phpcoderusa.com wrote: Re: Need Help with BIND9 ... The two domains I am working with on my SOHO home server are 1) keiththewebguy.com and 2) phpcodetest.com. I setup ke

Re: Need Help with BIND9

2021-06-14 Thread techlists
I recently ran into mxtoolbox.com Thanks Paul!! On 2021-06-11 15:53, Paul Kosinski via bind-users wrote: 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

Re: Need Help with BIND9

2021-06-14 Thread techlists
Thank you for your response. On 2021-06-11 09:19, Sten Carlsen wrote: From my place I resolve both to: 98.191.108.149 keiththewebguy.com [1]. does not actually have the two nameservers required though that is not the problem. (ns1 and ns2 have same IP) I have a VPS that runs Plesk and there i

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

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