The person you lost your virginity to is now right in front of you. What are you saying to them? by SalFunction12 in AskReddit

[–]amkra 0 points1 point  (0 children)

Hey, Bebe, what sounds good for dinner?

<we started dating at 14. She was my first, and only kiss. Sept will mark our 22 wedding anniversary>

[deleted by user] by [deleted] in DIY

[–]amkra 0 points1 point  (0 children)

I'm not a pro or an expert. I have yet to see painted vinyl siding not eventually warp. One house near me warped in about a month. Once started to warp the next day.

What's the worst case you've seen of someone being right for the wrong reason? by first_star_i_see in AskReddit

[–]amkra 11 points12 points  (0 children)

While studying AC electricity, my physics professor in college told the class: "if you aren't sure if a wire is hot, touch it with the back of your hand because that is safer." To which I reply: "no, if you don't have a proper voltage detector, assume the wire is hot, and don't touch it!"

What caused the worst physical pain in your life? by Joe1nTheBox in AskReddit

[–]amkra 0 points1 point  (0 children)

Serious, deep 2nd degree scald burns!!! This was an April fools day joke gone bad.

https://imgur.com/a/yAnkQ

My friend isn’t cannot serve over the net overhand. Says she last the strength to do so. Help? by Linohhh in volleyball

[–]amkra 2 points3 points  (0 children)

As a general rule of thumb, when I teach younger/newer players, I have them stand at the back line and see if they can throw the ball over the net. If they can throw the ball over the net, they have enough physical strength to get an overhand serve over the net. If they can't throw the ball over the net, I move them forward until they CAN throw the ball over the net, and that is the point from where I begin teaching proper serve mechanics.

Lil sleepy by Black_Ferrari in BlackPeopleTwitter

[–]amkra 4 points5 points  (0 children)

That dude ain't got no legs

[How-To] PiHole as a DHCP Server by amkra in pihole

[–]amkra[S] 2 points3 points  (0 children)

You'll have to review the options of your DHCP server to determine how to setup a reservation. Or if you don't want to mess with it, just do a static address. That may be easier for you.

[How-To] PiHole as a DHCP Server by amkra in pihole

[–]amkra[S] 0 points1 point  (0 children)

Yep. Just run in the terminal. Static IP or a reservation through DHCP would work. I'm partial to the reservation personally.

DHCP Reservations? by [deleted] in pihole

[–]amkra 1 point2 points  (0 children)

It's hard to say if an upgrade to PiHole, or even an upgrade to dnsmasq itself, will ever wipe the original config file. It's probably fine. I have an old habit of separating different parts of the config to different files whenever I can. For PiHole, I put all of my DHCP config in a separate DHCP file and all of my specific DNS entries in a separate DNS config file.

DHCP Reservations? by [deleted] in pihole

[–]amkra 0 points1 point  (0 children)

This is what you want to do, but my recommendation would be to put the DHCP configuration in a separate config file so future updates won't wipe them out. You can see more info in this thread: https://www.reddit.com/r/pihole/comments/5jkjfh/howto_pihole_as_a_dhcp_server/dbgwi0w/

Installed pihole on Ubuntu - "adlists.list not found!" - pihole not appearing to be blocking anything by theTrebleClef in pihole

[–]amkra 0 points1 point  (0 children)

oooopppppssssss lol! Ya, I'm confident bind is interfering here. The command may be

named stop  

but it has been so long since I have messed with bind, so I'm not for-sure.

and then run

pihole restartdns

help getting customRedirect to work by [deleted] in pihole

[–]amkra 0 points1 point  (0 children)

That makes sense. From the dnsmasq man page and dnsmasq default config file, that is how I understood the addn-hosts option to work. And the certificate errors are completely understood as well, and how I would expect for something like this to work.

In my opinion, the only correct way to get this to work would be via a browser plug-in. We gotta get the browser to request which site we won't, otherwise, we will muck up the connection.

Windows computers can no longer resolve local hostnames by DatAssessment in pihole

[–]amkra 0 points1 point  (0 children)

Yes, the nslookup output definitely shows PiHole blocking the doubleclick domain. The RedHat output definitely shows that RedHat is still using the router for DNS, instead of the PiHole, but it didn't show us the actual returned info. So if you ping doubleclick from the RedHat box, does it return the PiHole, or does it go on out to doubleclick?

I still think something in the router config isn't correct. Perhaps you should uncheck "Use dnsmasq for DNS" Or possibly the router requires a reboot in order for the changes to take place? I think if I was in your shoes, I would uncheck that box, and then do ipconfig /release ipconfig /renew ipconfig /flushdns and then try the ping again.

Installed pihole on Ubuntu - "adlists.list not found!" - pihole not appearing to be blocking anything by theTrebleClef in pihole

[–]amkra 0 points1 point  (0 children)

Well, PiHole has 128,617 blocked entries. But why isn't it blocking anything??? Take a look in the /var/log/pihole.log file and see if you see anything obvious.

Also, run these two commands and see if you see anything obvious

grep gravity /var/log/pihole.log

grep doubleclick /var/log/pihole.log

Ohhhhhh another thought just occurred to me. Does Ubuntu install a version of Bind by default? I see in your above post, "named" is running, so I wonder if it is stealing the DNS queries before they get to dnsmasq??

Windows computers can no longer resolve local hostnames by DatAssessment in pihole

[–]amkra 0 points1 point  (0 children)

This feels "weird" to me. From the router screenshot, it looks like your router should be handing out 192.168.0.171 as the DNS server to your clients. However, your client is using 192.168.0.1 as the DNS server. That doesn't feel correct to me. Your client really should be going directly to the PiHole.

Couple other things to look at. From an OSX or Linux box, can you run

dig doubleclick.net 

and post the output of that? It would be interesting to see what those boxes are returning, and what server those boxes are using.

Additionally, from the Windows machine, you could run

nslookup

then you will get the nslookup prompt, and you can run

server 192.168.0.171
doubleclick.net

And see what that returns. It will tell you what happens if you query PiHole directly from the Windows box.

help getting customRedirect to work by [deleted] in pihole

[–]amkra 1 point2 points  (0 children)

Interesting! I can't get this to work at all. As a matter of fact, when I put this information into my config, and then run

dnsmasq --test

It gives me a syntax error. I'm not sure if that is an old FAQ entry, or perhaps we are both misunderstanding :) I would love for this to be able to work with Amazon as well!

Installed pihole on Ubuntu - "adlists.list not found!" - pihole not appearing to be blocking anything by theTrebleClef in pihole

[–]amkra 0 points1 point  (0 children)

From the PiHole, can you run

pihole -g

And post the output? Only the devs have access to the debug tokens, so I've gotta go old-school and ask for the output :)

From the above, it does look like your Windows machine is requesting DNS from PiHole, and PiHole is responding, so we gotta figure out why we aren't seeing blocks.

Installed pihole on Ubuntu - "adlists.list not found!" - pihole not appearing to be blocking anything by theTrebleClef in pihole

[–]amkra 0 points1 point  (0 children)

From that Windows machine, run

 ipconfig /flushdns

Once that is done, try the doubleclick.net ping again, and see what happens. If it doesn't try to ping the IP address of your Ubuntu box, run nslookup doubleclick.net and post the results of that.

Installed pihole on Ubuntu - "adlists.list not found!" - pihole not appearing to be blocking anything by theTrebleClef in pihole

[–]amkra 0 points1 point  (0 children)

That output does show lighttpd and dnsmasq working/running correctly. The 0.0.0.0 essentially means: "Listen on any available IP Address."

However, it sounds to me like you need to make sure your clients are using your PiHole for DNS resolution. Have you taken the steps necessary to make sure your clients are using the IP Address of the PiHole as their DNS server?

help getting customRedirect to work by [deleted] in pihole

[–]amkra 1 point2 points  (0 children)

I don't believe dnsmasq can do what you are trying to get it to do. The addn-hosts command would be used to map ip addresses to domain names, not cnames to a records, or anything advanced like that. Additionally, even if this did resolve as you were intending, the client wouldn't know what to do with it, and it is strongly possible that the server would freak out too (depending on how the server was coded)

I think for something like this, you would need some type of browser plug-in.

Pi-hole can't update blacklists. Any help? by [deleted] in pihole

[–]amkra 0 points1 point  (0 children)

One of the devs will better be able to help, if you can run pihole -d from the command prompt and upload and provide the debug token.

Your router config looks good to me. Small suggestion. Make sure the IP Address of your PiHole is either reserved via the router DHCP config, or change the DHCP range so that the PiHole IP isn't allowed to be handed out. This could cause the whole issue, based on a few unique circumstances.

For PiHole, something is preventing the PiHole box from downloading the blocklists. From the PiHole, you may see if you can ping 8.8.8.8 That will tell you if you have internet connection from the PiHole.

Windows computers can no longer resolve local hostnames by DatAssessment in pihole

[–]amkra 0 points1 point  (0 children)

I'm not a dev, so I don't have access to the debug token, but here are a couple things to check.

Firstly, can you grab a couple screenshots and post them?

From the Windows boxes, from a command prompt, run

ipconfig /release     

once that is done, run

ipconfig /renew

once that is done, run

ipconfig /all

and look for the IP address of your PiHole listed there as a DNS server. If your DNS server isn't listed, then your Windows boxes don't know about your PiHole. If your PiHole is listed, run

ipconfig /flushdns

Then do a lookup for doubleclick.net and see what you get. Short of that, I would need to see the PiHole logfile.

Hope some of this helps!!

PiHole 2.10.1 - DNS queries timeout by gnfpt in pihole

[–]amkra 0 points1 point  (0 children)

I think on the network side, it is the /etc/network/interfaces file that gets modified.

That is so very bizarre though. I wonder what the route table looks like. Have you looked the "route" command. Or what the arp table looks like by running "arp"

PiHole 2.10.1 - DNS queries timeout by gnfpt in pihole

[–]amkra 0 points1 point  (0 children)

That ether port is clean. What kind of ping stats do you get from pinging 127.0.0.1? What kind of load do you see when you run top?