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.

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. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP/PXE for network booting of diskless machines.

Dnsmasq is targeted at home networks using NAT and connected to the internet via a modem, cable-modem or ADSL connection but would be a good choice for any smallish network (up to 1000 clients is known to work) where low resource use and ease of configuration are important.

286 questions
0
votes
1 answer

dnsmasq with iPhone failing

I am trying to use dnsmasq on Linux to serve as a wifi access point. Windows 7 and an Android smart phone can connect just fine to the Linux system but my iPhone cannot. Both Windows and the iPhone authenticate just fine with wpa_supplicant, but the…
PhilBot
  • 748
  • 18
  • 85
  • 173
0
votes
1 answer

How to configure dnsmasq for wildcard subdomain in production server

I am using dnsmasq to handle wildcard subdomains. on my local machine, I have installed dnsmasq and added address=dev/127.0.0.1 in /etc/dnsmasq.conf file. It works fine on local after restarting the dnsmasq. Now i am planning to make the code live…
user519846
  • 999
  • 7
  • 15
  • 26
0
votes
1 answer

Virtual Hosts not working properly using homebrew php dnsmasq mysql

I spend a couple of days trying to figure out how to setup a local dev environment. Using homebrew I installed php, mysql and dnsmasq. Now I want any folder I add to my sites folder to automatically be available through FOLDERNAME.dev. Using this…
WingLeung
  • 95
  • 1
  • 10
0
votes
1 answer

dnsmasq resolve DNS queries normally

I'm new to dnsmasq and networking isn't my strong point, hopefully i'm missing something simple. I have a Ubuntu laptop running dnsmasq. The laptop's WiFi is connected to the Internet, the laptop's ethernet is connected to a LAN. Plugging my machine…
Peter Hough
  • 560
  • 4
  • 17
-1
votes
1 answer

Redirect dnsmasq.conf file to some other file

How can I redirect dnsmasq.conf file from /etc/dnsmasq.conf to another file? Trying to configure a statefulset pod with dnsmasq on kubernetes using pvc through ceph-csi but cant mount the pvc to the config file, only folders available for mounting.…
Nyquillus
  • 179
  • 1
  • 5
  • 23
-1
votes
1 answer

Mac | homestead: Warning: Remote connection disconnect. Retrying

After adding dnsmasq in mac, I am getting below error in vagrant, nat: Warning: Remote connection disconnect. Retrying... nat: Warning: Remote connection disconnect. Retrying... nat: Warning: Remote connection disconnect. Retrying... …
Jigar
  • 3,055
  • 1
  • 32
  • 51
-1
votes
1 answer

Trying to install dnsmasq on osx via brew

Trying to install dnsmasq but looks like the symlink is not working ~/Dev/elixir/elixir_group master* ❯ brew link dnsmasq Linking /usr/local/Cellar/dnsmasq/2.80... Error: Could not symlink sbin/dnsmasq /usr/local/sbin is not…
Polygon Pusher
  • 2,865
  • 2
  • 27
  • 32
-1
votes
1 answer

Convert /etc/ethers to /etc/dhcpd.conf

I needed to convert dnsmasq based DHCP server configuration to ISC dhcpd, so it was necessary to transfer a large bunch of fixed IP addresses to the new format. The input format is: 84:2b:2b:19:05:a7 192.168.14.6 00:50:56:00:00:07…
-1
votes
1 answer

Dnsmasq fails to start every time I reboot my VPS

Dnsmasq fails to start every time I reboot my VPS. Below is the log about it. Aug 22 18:14:51 debian dnsmasq[776]: dnsmasq: syntax check OK. Aug 22 18:14:51 debian dnsmasq[798]: chown: invalid user: ‘dnsmasq:nogroup’ Aug 22 18:14:51 debian…
David
  • 77
  • 7
-1
votes
2 answers

Detect when a station (client) is disconnected from Access-point created using dnsmasq / hostpad

I was wondering if I can detect the disconnection of a station (client) that was connected to an access-point created using dnsmasq and hostapd on the wlan0 interface. So far, the best solution I have found is to use the following command iw dev…
Shikartoos
  • 11
  • 3
-1
votes
1 answer

How do I setup dnsmasq to serve address from multiple ranges with the same gateway to combat address exhaustion?

I have a dnsmasq server which I am using to serve DHCP and cache DNS. It is running on a Raspberry Pi. The range of addresses available in the pool is too small for the number of devices that regularly enter and leave the network, so I am trying to…
Gordy
  • 91
  • 1
  • 8
-1
votes
1 answer

Local server/Apache not working after installing and removing DNSMasq - macOS Sierra

I installed DNSMasq with Brew to run virtual hosts but quickly decided I did not want to run vhosts and have uninstalled and (tried to) remove DNSMasq. I'm unsure what this has done to the machine's nameserver but now my 127.0.0.1 'cannot be…
djlowz
  • 23
  • 6
-1
votes
1 answer

Why is my local DNS server reverse lookup showing 005.free-counter.co.uk?

For example, when using nmap: Nmap scan report for 005.free-counter.co.uk (192.168.0.105) Host is up (0.0031s latency). Not shown: 996 closed ports PORT STATE SERVICE 22/tcp open ssh 53/tcp open domain 80/tcp open http 548/tcp open afp MAC…
dalanmiller
  • 3,467
  • 5
  • 31
  • 38
-1
votes
1 answer

dnsmasq and dhcp-helper coexist problems

We run dhcp-helper and dnsmasq at same time in my device which have multiple bridges. (for example, br0 get ip address from DNSMASQ, and br1 get ip from another dhcp server through dhcp relay.) The following are the steps I operate: active…
-2
votes
1 answer

I can't do domain painting

I transferred this website (hustleupdate.com) today from another hosting to Namecheap using DNS address. And the notification says that it may take up to 48 hours for everything to be fixed. But after a while, I see the website is not loading. And…
1 2 3
19
20