Displaying 4 results from an estimated 4 matches for "dnmasq".
Did you mean:
dnsmasq
2020 Aug 24
2
problem whith samba and dnsupdate command
..._DNS_ERROR_RECORD_ALREADY_EXISTS')
File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line
176, in _run
return self.run(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line 940, in
run
raise e
My dns server is a "dnmasq" and it is on another server.
cat /etc/resolv.conf
nameserver 10.xx.x.xx
regards.
2020 Aug 24
0
problem whith samba and dnsupdate command
...File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line
> 176, in _run
> return self.run(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line 940, in
> run
> raise e
>
> My dns server is a "dnmasq" and it is on another server.
>
> cat /etc/resolv.conf
> nameserver 10.xx.x.xx
OK, you are running 'samba_dnsupdate', so this means a DC (if it isn't,
why are you running the command ?), which means you cannot run dnsmasq
on it. Point the nameserver to its own ipaddress...
2020 Sep 09
0
Re: Isolated bridge does not bridge
...at you used as the argument of the ping
command, if the guests didn't have an IP address...)
(Aside from that, a bridge created with brctl will disappear when the
host is rebooted, and not be recreated until you again enter the commands.)
If you want a simple way to create a bridge, start a dnmasq instance to
serve DHCP, and add iptables rules to prevent the guests from breaking
out of the isolated bridge, *and* as a bonus *re*create all of that
every time you reboot the host, you can create an isolated libvirt
virtual network, with a config file like the one here:
https://libvirt.org/...
2020 Aug 25
2
problem whith samba and dnsupdate command
...ackages/samba/netcmd/__init__.py", line
> > 176, in _run
> > return self.run(*args, **kwargs)
> > File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line
> 940, in
> > run
> > raise e
> >
> > My dns server is a "dnmasq" and it is on another server.
> >
> > cat /etc/resolv.conf
> > nameserver 10.xx.x.xx
>
> OK, you are running 'samba_dnsupdate', so this means a DC (if it isn't,
> why are you running the command ?), which means you cannot run dnsmasq
> on it. Point the...