dnsmasq Questions
3
Solved
As an overall solution i'd like to split dns resolving between different servers, using dnsmasq.
i.e. Default to dns server A, unless explicitly set to dns server B per host (mac).
I'd like to sp...
5
Solved
Basically my situation is that I'm running a VM for developing web sites.
The host machine has its dns pointing at the VM which, is running dnsmasq, which resolves the addresses of various dev sit...
Annabelle asked 17/2, 2012 at 10:18
9
Solved
Docker is a software tool primarily used by programmers as it is the mechanism programmers use to produce container images.
My machine is on a private network with private DNS servers, and a ...
1
I wrote a simple script in my docker ENTRYPOINT to use dnsmasq
if [ ! -f /etc/resolv.dnsmasq ];then
cp /etc/resolv.conf /etc/resolv.dnsmasq
sed -i 's/^nameserver.*/nameserver 127.0.0.1/' /etc/res...
Nabokov asked 24/12, 2021 at 9:7
4
Solved
Just installed docker 1.10.1 today using their installation guide. However, none of my containers can access the internet unless I used --net=host in the docker run command. I have tried various wo...
1
It's start. It's working. But status is unknown.
$ brew services list
Name Status User Plist
dnsmasq unknown root /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist
$ ping test90.local
PING test90...
Nittygritty asked 29/3, 2021 at 6:38
7
Solved
The symptom is: the host machine has proper network access, but programs running within containers can't resolve DNS names (which may appear to be "can't access the network" before invest...
5
5
when I execute a PHP script which runs a cURL request to a .test domain that is setup on my Mac with Laravel Valet/dnsmasq, I get this error printed :
Could not resolve: mydomain.test (Domain n...
Euphonious asked 14/2, 2019 at 10:40
1
Today my cURL is starting to show me this error Could not resolve: {local-domain.test} (domain name not found)
All working fine if I'm trying to get some info from an external link, but local sites...
2
Solved
I'm trying to create an nginx proxy that forwards requests to /<service> to http://<service>. I first tried the following:
location ~ ^/(.+)$ {
set $backend "http://$1:80";
proxy_pas...
Jabalpur asked 30/5, 2016 at 10:39
1
I'm having a bluetooth enabled [embedded] Linux device and would like to share it's internal Network (NOT connected to the internet) via Bluetooth to Android devices (tried Android 6.x and now 7.1....
Northington asked 29/1, 2018 at 13:9
2
We run a latency-sensitive system. We found one significant cause of latency: some processes were making blocking DNS lookups to remote nameservers. To mitigate this, we have installed a local cach...
Denishadenison asked 14/2, 2018 at 12:58
3
Solved
I have a fog server set up in work, every now and then our useless internet fails and I have to reset the dnsmasq to get it working again, (don't have a dhcp server set up and can't modify the hubs...
0
If all upstream dns server fail, can dnsmasq uses the local stale cache?
Or if not, is there any dns cache server support this feature?
1
Solved
I'm trying to get dnsmasq to operate as a DHCP server inside a Docker container, issuing DHCP addresses to machines on the host's physical network. I'm using the Alpine Linux 6MB container from htt...
2
Solved
I have a device that is already mapped to domain.tld. I now want to create a wildcard for all subdomains *.domain.tld so that they are mapped to the ip of domain.tld, too.
How do I do this with dns...
3
Solved
Setup my local dev environment similar to this post and everything was working fine but recently I am unable to access my local dev domains when I am offline. When I am connected to the internet it...
Fremont asked 10/11, 2014 at 9:44
0
I started using Dnsmasq on OSX Yosemite to resolve all *.dev domains to 192.168.10.10 IP address, which is Laravel Homestead's default.
It worked for me, but after sleeping and waking my Macbook, ...
Abdu asked 19/8, 2015 at 9:45
2
I am using Dnsmasq on ubuntu12.04 for DHCP server.And in my LAN that has two routers,then I want to specify two gateways address for different devices.So does it support this function? And if it su...
Singspiel asked 5/4, 2015 at 2:33
0
I've got an embedded system running hostapd and dnsmasq acting as a wifi access point. Very repeatably it will take 11s between the time clients (Macbook pros, Dell laptops, iphones, android tablet...
1
Solved
I've a problem of routing DNS traffic on specific domains.
Example:
*.swaroop.com should forward to ns.swaroop.com
swaroop.org should forward to ns.swaroop.org
Can we achieve the above scenari...
1
Solved
I'm trying to set up a docker dnsmasq container so that I can have all my docker containers look up the domain names rather than having hard-coded IPs (if they are on the same host). This fixes an ...
Just asked 11/4, 2014 at 12:14
1
Solved
I am trying to set up an apache web server on my vm and im running into some issues. When I do an 'nslookup' on the hostname of the machine this is what I get:
nslookup rhel64.xxxxx.xxxxx.com
Serv...
1
© 2022 - 2024 — McMap. All rights reserved.