Don
Finally got pihole set up as a ubuntu 18.4.2 LTS VM on my windows server after much trial and error.
I used followed this guide https://www.linuxincluded.com/install-pi-hole-on-ubuntu/
I used default options for everything, but have used quad9 as the DNS and added the below regex to my blacklist, which will apparantly stop youtube ads.
^(r[0-9]+(-{3}|.).+.googlevideo.com)$
r4---sn-vgqs7nez.googlevideo.com
Looking forward to testing over the next few days
Edit - first regex seems to block the youtube video you're trying to watch. Just the second regex seems to still let ads through (pixel 3 ads mainly so far).
What would be the next step up if I wanted to block specific url?
I've tried to get Pihole running reliably a few times now, and each time i seem to have DNS trouble after a day or so :s
Any advice?
I've had a Hyper-V pihole ubuntu server running for a week stably now, and can connect to the admin panel fine, so I'm eliminating the setup/server stability as an issue and can only presume it's some sort of network issue.
Before I make the jump and change my router (talktalk huawei hg635) dns to the pihole ip address, has anyone got any advice or any extra steps I should take?
I've tried to get Pihole running reliably a few times now, and each time i seem to have DNS trouble after a day or so :s
Any advice?
I've had a Hyper-V pihole ubuntu server running for a week stably now, and can connect to the admin panel fine, so I'm eliminating the setup/server stability as an issue and can only presume it's some sort of network issue.
Before I make the jump and change my router (talktalk huawei hg635) dns to the pihole ip address, has anyone got any advice or any extra steps I should take?
Can you describe the issue you're having?
What hardware are you running Pi-hole on?
Unless you are running other services on the hyper-v it's vastly over powered, have a look at docker for pihole far lighter on resources than a full blown VM.
I run a docker pihole as a back up to my RPI1 with zero issues. Previously I ran a Ubuntu VM and pihole that would fall over quite often for no apparent reason. Headless with no GUI. Is the way forward for a host.
I have Win 10 and went the Hyper-V route as I couldn't manage to get my head around dockers on the windows application and just gave up. It's a headless server and running 24/7 anyway, but I'm open to dockers if it's the way to go. Not sure if it's the best way to do it, but my plan is to run a few hyper-v hosts; pihole, plex, CCTV etc.
Win 10 is running drivepool.
I'm not sure if things runs better with a VM or just on the OS itself (as most can just be a windows app), but thought i'd give it a go to separate things out and as a bit of an experiment. AFAIK what i'm trying to do should work.
It seems to run fine initially, but i hit internet connection issues and the chrome errors point to a DNS issue.
I'm not sure if things runs better with a VM or just on the OS itself (as most can just be a windows app), but thought i'd give it a go to separate things out and as a bit of an experiment. AFAIK what i'm trying to do should work.
How are your clients configured? Via DHCP or manually? Your pihole should be the primary dns, and the secondary left blank.