Re: Trying RAC Attack w/ 19c....
Date: Thu, 31 Aug 2023 11:29:31 -0400
Message-ID: <CAFQ5ACJffg-ynz9A+F5jET451T-VuVvv6eVPdc2pRWUYpY15Dg_at_mail.gmail.com>
Ok, I'm trying dnsmasq. Thanks for the link, Andy.
Based on the link you sent, I added:
local=/localdomain/
to the end of my /etc/dnsmasq.conf
and updated my /etc/reolv.conf to read:
search localdomain
nameserver 127.0.0.1
nameserver 192.168.122.1 # this would be your local nameserver, often 192.168.1.1
One thing I'm not sure of is the correct value for nameserver. I tried my local public IP, and that didn't work. Then I did 'systemctl enable dnsmasq.service && systemctl start dnmasq.service', but it still timed out, so I did 'netstat -alpn|grep 53|more' and found:
tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 1939/dnsmasq
Which, if I'm reading correctly, means that dnsmasq is listening on port 53
of 192.168.122.1....?
So I edited resov.conf nameserver to point to 192.168.122.1, but I still
get timeout from nslookup.
Help? It seems like there is still more to do for dnsmasq configuration than what's outlined on this page....?
Thanks again,
-Mark
On Tue, Aug 29, 2023 at 4:17 PM Mladen Gogala <gogala.mladen_at_gmail.com> wrote:
>
> On 8/29/2023 1:10 PM, Andrew Kerber wrote:
> > used dnsmasq rather than try and get BIND to work.
>
>
> I should have read the entire thread before replying.
>
>
> --
> This email has been checked for viruses by Avast antivirus software.
> www.avast.com
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Aug 31 2023 - 17:29:31 CEST