Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using dnsmaq, how to set no-proxy?
2014-09-27, 07:59
Post: #1
Using dnsmaq, how to set no-proxy?
According to the site, setting the following will cause iPXE to ignore proxy dhcp:
Code:
dhcp-option ipxe.no-pxedhcp 1;
This doesn't seem to be a valid dnsmasq configuration line (apparently it's for dhcpd instead).

What is the dnsmasq equivalent for this?
Find all posts by this user
Quote this message in a reply
2014-09-30, 05:47
Post: #2
RE: Using dnsmaq, how to set no-proxy?
I think the correct line is:
Code:
dhcp-option=175,176:1:1
Hopefully this means:
175 for iPXE
176 for no-pxedhcp
1 for 1 byte
1 for the value 1
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)