Skip to main content

Questions tagged [dnsmasq]

DNSMASQ QUESTIONS MUST BE PROGRAMMING RELATED. Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP, to a small network.

0 votes
0 answers
11 views

Dnsmasq printed out "forwarded to" correctly but tx count of network interface is not increased

I have problem about working of dnsmasq. To forward dns queries from other devices to external network, I used dnsmasq v2.86. When problem was happened, dnsmasq printed out forward log successfully ...
user3121679's user avatar
0 votes
0 answers
33 views

Can I assign IP addresses to containers on a Docker network using dnsmasq?

We want to create a bunch of mock services that we can use to test our application. In the real app, we will be assigning IP addresses using dnsmasq. We will be disabling the DNS feature of dnsmasq. ...
Stephen Rasku's user avatar
0 votes
0 answers
19 views

dnsmasq not block google.com subdomains

dnsmasq installed on my server and has the following configuration: no-hosts no-resolv server=8.8.8.8 server=8.8.4.4 server=/google.com/127.0.0.1 address=/google.com/127.0.0.1 server=/*.google.com/# ...
Artm's user avatar
  • 11
0 votes
0 answers
10 views

how to create automatic creating of subdomains via nginx and dnsmasq

should i use bash script for creating cname records and make configs of subdomains with link or what should i do? I tried to use some solutions from internet to do it via nginx but it didn't work, i'm ...
BABOSIKI14881377's user avatar
0 votes
0 answers
38 views

Error serving sites locally with Laravel Valet

This issue is on Apple Sonoma 14.4.1. Hi All. I have an issue serving sites locally (on .test) that I have been struggling with for days at this point. Anyone who could help would be amazing at this ...
Joe Conlin's user avatar
  • 5,984
1 vote
0 answers
178 views

Sharing Socks5 proxy over wifi

i have been trying to make a hotspot that get's it's traffic through a socks5 proxy to use that on my phone without having to install a socks5 client on the phone directly First setup: i tried to ...
Mohamed Amine Ghouari's user avatar
0 votes
0 answers
117 views

Reroute Android phone emulator to localhost

I need to force the Android phone emulator mapping, the way I have it configured in my /etc/hosts on my laptop. So I would want a situation where every time it tries to go to my.great-website.local, ...
Michał J. Gąsior's user avatar
3 votes
0 answers
150 views

Why can I not uninstall dnsmasq with brew?

I am on Mac OS Ventura. brew list shows that dnsmasq is installed. Here's the commands I am running: sudo brew services stop dnsmasq rm -f /usr/local/etc/dnsmasq.conf sudo rm -rf /etc/resolver brew ...
DatsunBing's user avatar
  • 8,966
-1 votes
1 answer
356 views

dnsmasq: failed to start DNS caching server

Im trying to sandbox my dnsmasq on a CentOS9 machine. I have this exact config running on a CentOS8 (with all the sandbox parameters uncommented), but the upgrade to CentOS9 seems to break it. I have ...
Elekam's user avatar
  • 73
1 vote
1 answer
2k views

Network DNS between pods in rootless Podman

I am putting my containers in different pods to better organise my application. Here is my setup: Network: public Pod1 (expose 80, 81, 443) attached to network public: NginX Proxy Manager MariaDB ...
Khanetor's user avatar
  • 12.1k
0 votes
1 answer
450 views

How to fix pool valet : child exited leading to error 502?

I cannot login to my locale Laravel API from Nuxt frontend on macos, I'm getting 502 error. Below are my logs for nginx and php-fpm: $ tail .config/valet/Log/nginx-error.log upstream prematurely ...
DevonDahon's user avatar
  • 8,082
0 votes
0 answers
281 views

How to build service discovery with Consul DNS

I have several services packaged in a docker container. Each service will communicate with each other using the consul server which acts as the default DNS server. Where each service can communicate ...
Dewa Adi's user avatar
1 vote
1 answer
310 views

Deliver local webserver over raspap and dnsmasq

I would like to have the following setup: A raspberry running RaspAp and a flask application Another arbitrary device, connected to the raspberry via WLAN (When connecting, the device should ...
NoBlockhit's user avatar
0 votes
1 answer
135 views

Dnsmasq Container entering shell

Target: I want to enter the shell/bash of my dnsmasq-container inside of my kubernetes pod. I need to inspect the filesystem. Problem: normally i use the command "kubectl exec -it /bin/bash&...
dontoronto's user avatar
0 votes
1 answer
493 views

Consul endpoint doesnt resolve, nslookup works but not ping

I dont have a systemd-resolved, I have installed dnsmasq. nslookup shows concerned consul servers and master tagged server. but doesnt show replica tagged servers or ping any of consul domains. I have ...
Oxycash's user avatar
  • 187

15 30 50 per page
1
2 3 4 5
20