Ubuntu 16.04 Network Manager DHCP and PXE setup. Can't find `dnsmasq.conf`
up vote
0
down vote
favorite
I'm about to upgrade my (seperate computer) firewall (Going from IPCop to IPFire). I'd like to use PXE to boot the upgrade on the firewall.
I depend on the firewall system for DHCP, so when it's down for reinstallation, nobody will get an IP address.
I think I know the magic to add to dnsmasq.conf
to cause it to serve DHCP, but, I don't see /etc/dnsmasq.conf
. Using locate
says:
$ locate dnsmasq.conf
/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5548/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5662/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5742/etc/dbus-1/system.d/dnsmasq.conf
/usr/share/doc/dnsmasq-base/examples/dnsmasq.conf.example
This is probably due to my use of Network Manager.
I plan to use dhcpd-hpa
to serve the PXE stuff. Are there landmines?
networking dhcp pxe
add a comment |
up vote
0
down vote
favorite
I'm about to upgrade my (seperate computer) firewall (Going from IPCop to IPFire). I'd like to use PXE to boot the upgrade on the firewall.
I depend on the firewall system for DHCP, so when it's down for reinstallation, nobody will get an IP address.
I think I know the magic to add to dnsmasq.conf
to cause it to serve DHCP, but, I don't see /etc/dnsmasq.conf
. Using locate
says:
$ locate dnsmasq.conf
/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5548/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5662/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5742/etc/dbus-1/system.d/dnsmasq.conf
/usr/share/doc/dnsmasq-base/examples/dnsmasq.conf.example
This is probably due to my use of Network Manager.
I plan to use dhcpd-hpa
to serve the PXE stuff. Are there landmines?
networking dhcp pxe
Install dnsmasq package rpm -q dnsmasq; sudo apt-get install dnsmasq
– JackyChan
Nov 16 at 15:42
@JackyChandnsmasq
is already installed as part of thednsmasq-base
package. It just seems to be configured strangely due to NetworkManager,
– waltinator
Nov 16 at 15:50
ok, copy dnsmasq.conf file from hope this should be help- cp /usr/share/doc/dnsmasq-base/examples/dnsmasq.conf.example /etc/dnsmasq.conf
– JackyChan
Nov 16 at 16:05
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm about to upgrade my (seperate computer) firewall (Going from IPCop to IPFire). I'd like to use PXE to boot the upgrade on the firewall.
I depend on the firewall system for DHCP, so when it's down for reinstallation, nobody will get an IP address.
I think I know the magic to add to dnsmasq.conf
to cause it to serve DHCP, but, I don't see /etc/dnsmasq.conf
. Using locate
says:
$ locate dnsmasq.conf
/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5548/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5662/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5742/etc/dbus-1/system.d/dnsmasq.conf
/usr/share/doc/dnsmasq-base/examples/dnsmasq.conf.example
This is probably due to my use of Network Manager.
I plan to use dhcpd-hpa
to serve the PXE stuff. Are there landmines?
networking dhcp pxe
I'm about to upgrade my (seperate computer) firewall (Going from IPCop to IPFire). I'd like to use PXE to boot the upgrade on the firewall.
I depend on the firewall system for DHCP, so when it's down for reinstallation, nobody will get an IP address.
I think I know the magic to add to dnsmasq.conf
to cause it to serve DHCP, but, I don't see /etc/dnsmasq.conf
. Using locate
says:
$ locate dnsmasq.conf
/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5548/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5662/etc/dbus-1/system.d/dnsmasq.conf
/snap/core/5742/etc/dbus-1/system.d/dnsmasq.conf
/usr/share/doc/dnsmasq-base/examples/dnsmasq.conf.example
This is probably due to my use of Network Manager.
I plan to use dhcpd-hpa
to serve the PXE stuff. Are there landmines?
networking dhcp pxe
networking dhcp pxe
asked Nov 16 at 15:23
waltinator
21.6k74169
21.6k74169
Install dnsmasq package rpm -q dnsmasq; sudo apt-get install dnsmasq
– JackyChan
Nov 16 at 15:42
@JackyChandnsmasq
is already installed as part of thednsmasq-base
package. It just seems to be configured strangely due to NetworkManager,
– waltinator
Nov 16 at 15:50
ok, copy dnsmasq.conf file from hope this should be help- cp /usr/share/doc/dnsmasq-base/examples/dnsmasq.conf.example /etc/dnsmasq.conf
– JackyChan
Nov 16 at 16:05
add a comment |
Install dnsmasq package rpm -q dnsmasq; sudo apt-get install dnsmasq
– JackyChan
Nov 16 at 15:42
@JackyChandnsmasq
is already installed as part of thednsmasq-base
package. It just seems to be configured strangely due to NetworkManager,
– waltinator
Nov 16 at 15:50
ok, copy dnsmasq.conf file from hope this should be help- cp /usr/share/doc/dnsmasq-base/examples/dnsmasq.conf.example /etc/dnsmasq.conf
– JackyChan
Nov 16 at 16:05
Install dnsmasq package rpm -q dnsmasq; sudo apt-get install dnsmasq
– JackyChan
Nov 16 at 15:42
Install dnsmasq package rpm -q dnsmasq; sudo apt-get install dnsmasq
– JackyChan
Nov 16 at 15:42
@JackyChan
dnsmasq
is already installed as part of the dnsmasq-base
package. It just seems to be configured strangely due to NetworkManager,– waltinator
Nov 16 at 15:50
@JackyChan
dnsmasq
is already installed as part of the dnsmasq-base
package. It just seems to be configured strangely due to NetworkManager,– waltinator
Nov 16 at 15:50
ok, copy dnsmasq.conf file from hope this should be help- cp /usr/share/doc/dnsmasq-base/examples/dnsmasq.conf.example /etc/dnsmasq.conf
– JackyChan
Nov 16 at 16:05
ok, copy dnsmasq.conf file from hope this should be help- cp /usr/share/doc/dnsmasq-base/examples/dnsmasq.conf.example /etc/dnsmasq.conf
– JackyChan
Nov 16 at 16:05
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093495%2fubuntu-16-04-network-manager-dhcp-and-pxe-setup-cant-find-dnsmasq-conf%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Install dnsmasq package rpm -q dnsmasq; sudo apt-get install dnsmasq
– JackyChan
Nov 16 at 15:42
@JackyChan
dnsmasq
is already installed as part of thednsmasq-base
package. It just seems to be configured strangely due to NetworkManager,– waltinator
Nov 16 at 15:50
ok, copy dnsmasq.conf file from hope this should be help- cp /usr/share/doc/dnsmasq-base/examples/dnsmasq.conf.example /etc/dnsmasq.conf
– JackyChan
Nov 16 at 16:05