
full image - Repost: Help Needed: Bypassing pihole/vpn for streaming (from Reddit.com, Help Needed: Bypassing pihole/vpn for streaming)
Mining:
Exchanges:
Donations:
I am a super novice so forgive me if I posting a simple issue...My current set up is Device>Nighthawk RAX200>pihole (managing DHCP)>Unbound>Wireguard/MullvadEverything works great when I look at any device on my network I see the gateway is my pi (10.0.0.86) and the DNS is also my pi (10.0.0.86) and I am connected to MullvadWhere I run into an issue is I have several devices I stream from and most major streaming services have known VPN IPs blocked. I would like for these 7 devices to bypass by pi and use the Nighthawk (10.0.0.1) as the gateway and google (8.8.8.8) as the DNS.I have all know devices listed in the Static DHCP configuration section of my pihole UI and pihole is managing my DHCP for unknown devices using the router of 10.0.0.86 To remove these devices I did the following1) removed them from Static DHCP configuration in the UI2) removed them from /etc/dnsmasq.d/04-pihole-static-dhcp.conf Then I created a bypass file /etc/dnsmasq.d/99-bypass.conf and I just can’t get the syntax right. At first they were all keeping the static IP and router/DNS now they are getting new IP addresses and keeping the router/DNS of the pi 10.0.0.86Here is what it looks like (simplified for one device)# --- BYPASS CONFIGURATION (Loads Last) ---# 1. Define the Options (Force Gateway to .1 and DNS to Google)dhcp-option-force=tag:noredirect,3,10.0.0.1dhcp-option-force=tag:noredirect,6,8.8.8.8# 2. Apply the 'noredirect' tag based on MAC address# (This tells Pi-hole: "If you see this device, prepare the Bypass Gateway")dhcp-mac=set:noredirect,6c:4a:85:1e:24:23 # Movie-Room-Apple-TV# 3. Assign Static IPs (Standard Reservations)# (This tells Pi-hole: "Always give this device this specific IP")dhcp-host=6c:4a:85:1e:24:23,10.0.0.66,Movie-Room-Apple-TVWhat changes would you make to this 99-bypass.conf?
Social Media Icons