Re: Trying RAC Attack w/ 19c....
Date: Tue, 29 Aug 2023 16:14:51 -0400
Message-ID: <c58bd1b5-6e47-5710-3f45-9a13c16da22d_at_gmail.com>
On 8/29/2023 1:01 PM, Mark J. Bobak wrote:
> Hello friends,
>
> I'm trying to do a RAC Attack build on my laptop, and I'm running into
> a problem with the bind setup. Bind is not exactly my strong suit so,
> any help would be appreciated.
> I do this:
> [root_at_localhost ~]# systemctl start named.service
> and i get this:
> Job for named.service failed because the control process exited with
> error code. See "systemctl status named.service" and "journalctl -xe"
> for details.
>
Hi Mark,
I usually use dnsmasq. It's easy to setup and serves the names from /etc/hosts
[mgogala_at_umajor ~]$ systemctl status dnsmasq ● dnsmasq.service - DNS caching server. Loaded: loaded (/usr/lib/systemd/system/dnsmasq.service; enabled; preset: disabled)
Drop-In: /usr/lib/systemd/system/service.d └─10-timeout-abort.conf Active: active (running) since Tue 2023-08-29 09:26:34 EDT; 6h ago Main PID: 1462 (dnsmasq) Tasks: 1 (limit: 77016) Memory: 1.2M CPU: 54ms CGroup: /system.slice/dnsmasq.service └─1462 /usr/sbin/dnsmasq
Aug 29 09:26:34 umajor dnsmasq[1462]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua> Aug 29 09:26:34 umajor dnsmasq[1462]: using only locally-known addresses for home.com
Aug 29 09:26:34 umajor dnsmasq[1462]: reading /etc/resolv.conf Aug 29 09:26:34 umajor dnsmasq[1462]: using nameserver 192.168.2.1#53 Aug 29 09:26:34 umajor dnsmasq[1462]: using only locally-knownaddresses for home.com
Aug 29 09:26:34 umajor dnsmasq[1462]: read /etc/hosts - 43 names Aug 29 09:26:34 umajor systemd[1]: Started dnsmasq.service - DNS caching server..
Aug 29 09:26:37 umajor dnsmasq[1462]: reading /etc/resolv.conf Aug 29 09:26:37 umajor dnsmasq[1462]: using nameserver 192.168.2.1#53 Aug 29 09:26:37 umajor dnsmasq[1462]: using only locally-knownaddresses for home.com
I hate systemd with passion. Their "named" service is cumbersome and clunky. On the other hand, dnsmasq is reliable, simple and it works:
Microsoft Windows [Version 10.0.22621.2215] (c) Microsoft Corporation. All rights reserved.
C:\Users\mgogala>nslookup umajor.home.com
Server: umajor.home.com
Address: 192.168.2.100
Name: umajor.home.com
Address: 192.168.2.100
C:\Users\mgogala>
BTW, "umajor" is my desktop. My laptop is called "uminor". I live on the norther hemisphere where Southern Cross is not visible. We Ursa Major, Ursa Minor and the Northern Star.
Regards
-- This email has been checked for viruses by Avast antivirus software. www.avast.com -- http://www.freelists.org/webpage/oracle-lReceived on Tue Aug 29 2023 - 22:14:51 CEST