search for: hostsfile

Displaying 19 results from an estimated 19 matches for "hostsfile".

Did you mean: hostfile
2020 Apr 17
3
Re: My VMs don't get IP with libvirt and dnsmasq
...ion using the libvirt API. ## ## dnsmasq conf file created by libvirt strict-order user=libvirt-dnsmasq pid-file=/var/run/libvirt/network/pepito.pid except-interface=lo bind-dynamic interface=virbr2 dhcp-range=192.168.150.2,192.168.150.254 dhcp-no-override dhcp-authoritative dhcp-lease-max=253 dhcp-hostsfile=/var/lib/libvirt/dnsmasq/pepito.hostsfile addn-hosts=/var/lib/libvirt/dnsmasq/pepito.addnhosts El vie., 17 abr. 2020 a las 12:33, Michal Privoznik (<mprivozn@redhat.com>) escribió: > On 4/17/20 1:31 AM, Computers Issues wrote: > > Hello there, > > > > There is nothing o...
2017 Oct 31
1
Re: libvirt/dnsmasq is not adhering to static DHCP assignments
Hi, It looks like that's the issue: # cat /var/lib/libvirt/dnsmasq/osc_mgmt.hostsfile 52:54:00:2c:85:92,192.168.80.1,openstack-controller-00 But it makes me wonder...libvirt should be generating and managing this file right? Do I need to edit this myself or should libvirt be updating this file? If so then why isn't it? On Mon, Oct 30, 2017 at 5:21 AM, Yalan Zhang <yalzhan...
2017 Oct 30
2
libvirt/dnsmasq is not adhering to static DHCP assignments
Given the following network configuration: =========== <network> <name>osc_mgmt</name> <uuid>d93fe709-14ae-4a0e-8989-aeaa8c76c513</uuid> <forward mode='route'/> <bridge name='osc_mgmt' stp='on' delay='0'/> <mac address='52:54:00:3f:fe:10'/> <ip address='192.168.80.254'
2019 Aug 01
2
libvirt/dnsmasq is not adhering to static DHCP assignments
.../default.pid ./default.conf:except-interface=lo ./default.conf:bind-dynamic ./default.conf:interface=virbr0 ./default.conf:dhcp-range=192.168.122.130,192.168.122.250,255.255.255.0 ./default.conf:dhcp-no-override ./default.conf:dhcp-authoritative ./default.conf:dhcp-lease-max=121 ./default.conf:dhcp-hostsfile=/var/lib/libvirt/dnsmasq/default.hostsfile ./default.hostsfile:08:00:27:e2:81:39,192.168.56.139,f30 ./virbr0.status:[ ./virbr0.status: { ./virbr0.status: "ip-address": "192.168.122.233", ./virbr0.status: "mac-address": "08:00:27:e2:81:39", ./virbr0.sta...
2013 Mar 12
2
Problem with local Discovery in tinc-pre
...bytes from 10.243.1.10: icmp_seq=20 ttl=64 time=9.77 ms Lassulus tinc.conf: Name = Lassulus Device = /dev/net/tun LocalDiscovery = yes #ConnectTo = alphalabs ConnectTo = slowpoke Alphalabs tinc.conf: Name = alphalabs Device = /dev/net/tun LocalDiscovery = yes ConnectTo = slowpoke Lassulus hostsfile: Subnet = 42:0:0:0:0:0:0:dea7/128 Subnet = 10.243.0.2/32 Compression = 9 -----BEGIN RSA PUBLIC KEY----- Alphalabs hostsfile: Subnet = 42:0:0:0:0:0:0:a1fa/128 Subnet = 10.243.1.10/32 -----BEGIN RSA PUBLIC KEY-----
2020 Apr 16
4
My VMs don't get IP with libvirt and dnsmasq
...11 usuario-System-Product-Name dnsmasq[13741]: read /etc/hosts - 7 addresses abr 17 00:48:11 usuario-System-Product-Name dnsmasq[13741]: read /var/lib/libvirt/dnsmasq/pepito.addnhosts - 0 addresses abr 17 00:48:11 usuario-System-Product-Name dnsmasq-dhcp[13741]: read /var/lib/libvirt/dnsmasq/pepito.hostsfile Does anybody know why it could be that the VM never gets an IP from the range I defined? As I said, exactly the same configuration worked in a different machine, I don't know why it does not work here. Thank you so much!! <https://www.avast.com/sig-email?utm_medium=email&utm_source=l...
2016 Feb 08
0
route seems to be not affecting the network behavior
...' strict-order no-resolv server=8.8.4.4 server=8.8.8.8 domain=prd.pipiche.net expand-hosts pid-file=/var/run/libvirt/network/prd-private-lan.pid except-interface=lo bind-dynamic interface=virbr3 dhcp-option=3 no-resolv dhcp-range=10.10.0.128,10.10.0.254 dhcp-no-override dhcp-lease-max=127 dhcp-hostsfile=/var/lib/libvirt/dnsmasq/prd-private-lan.hostsfile addn-hosts=/var/lib/libvirt/dnsmasq/prd-private-lan.addnhosts Of course I can add an explicit route on the guest - so did I - but for maintenance purposes I would like to avoid and have all configuration in the network XML Thanks in advance...
2016 Apr 10
1
create a network such as default network
Dear All, When user uses `virsh net-define xmlfile` , User only define an xml file in `/etc/libvirt/qemu/networks`. I created an uuid and another bridge in related xml file. But I need to create the following files for my network: `default.addnhosts default.conf default.hostsfile virbr0.status` Question is , can I create them via cmd? --Best regards mohsen
2020 Apr 17
0
Re: My VMs don't get IP with libvirt and dnsmasq
...ted by libvirt > strict-order > user=libvirt-dnsmasq > pid-file=/var/run/libvirt/network/pepito.pid > except-interface=lo > bind-dynamic > interface=virbr2 > dhcp-range=192.168.150.2,192.168.150.254 > dhcp-no-override > dhcp-authoritative > dhcp-lease-max=253 > dhcp-hostsfile=/var/lib/libvirt/dnsmasq/pepito.hostsfile > addn-hosts=/var/lib/libvirt/dnsmasq/pepito.addnhosts This looks good. I suspect it is the guest not asking for DHCP. If it did, this configuration would assign an IP address. Michal
2020 Apr 17
1
Re: My VMs don't get IP with libvirt and dnsmasq
...bvirt-dnsmasq > > pid-file=/var/run/libvirt/network/pepito.pid > > except-interface=lo > > bind-dynamic > > interface=virbr2 > > dhcp-range=192.168.150.2,192.168.150.254 > > dhcp-no-override > > dhcp-authoritative > > dhcp-lease-max=253 > > dhcp-hostsfile=/var/lib/libvirt/dnsmasq/pepito.hostsfile > > addn-hosts=/var/lib/libvirt/dnsmasq/pepito.addnhosts > > This looks good. I suspect it is the guest not asking for DHCP. If it > did, this configuration would assign an IP address. > > Michal > >
2017 Oct 30
0
Re: libvirt/dnsmasq is not adhering to static DHCP assignments
Please check the dnsmasq hostsfile, should have all the records there: # cat /var/lib/libvirt/dnsmasq/osc_mgmt.hostsfile 52:54:00:2c:85:92,192.168.80.1,openstack-controller-00 52:54:00:e2:4b:25,192.168.80.2,openstack-database-00 52:54:00:50:91:04,192.168.80.3,openstack-keystone-00 52:54:00:fe:5b:36,192.168.80.7,openstack-rabbitmq-0...
2017 Jun 03
2
Re: libvirtd not accepting connections
...r 172.16.8.1#53 >Jun 03 17:14:26 example.com dnsmasq[3457]: read /etc/hosts - 2 addresses >Jun 03 17:14:26 example.com dnsmasq[3457]: read >/var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses >Jun 03 17:14:26 example.com dnsmasq-dhcp[3457]: read >/var/lib/libvirt/dnsmasq/default.hostsfile > > >$ sudo virsh list > Id Name State >---------------------------------------------------- > >$ > >As you can see, none of my vm's show up. I'm guessing the "qemu-kvm: >internal error" results from renaming qemu-system...
2013 Oct 01
1
Extensions fail to register themselves when all trunks are unreachable.
Hi, my asterisk server has a strange behavior when all trunks are unreachable (for example due to internet connection), it doesn't accept registrations from any internal extension, and, obviously, I can't do any internal call. On the log I see only lines like: [2013-09-30 01:35:04] NOTICE[1827] chan_sip.c: Peer 'xxx' is now UNREACHABLE! Last qualify: 36 and then [2013-09-30
2020 Apr 17
0
Re: My VMs don't get IP with libvirt and dnsmasq
...-Name dnsmasq[13741]: read > /etc/hosts - 7 addresses > abr 17 00:48:11 usuario-System-Product-Name dnsmasq[13741]: read > /var/lib/libvirt/dnsmasq/pepito.addnhosts - 0 addresses > abr 17 00:48:11 usuario-System-Product-Name dnsmasq-dhcp[13741]: read > /var/lib/libvirt/dnsmasq/pepito.hostsfile > > > Does anybody know why it could be that the VM never gets an IP from the > range I defined? As I said, exactly the same configuration worked in a > different machine, I don't know why it does not work here. > > Thank you so much!! > > > <https://www.avast.c...
2017 Jun 04
0
Re: libvirtd not accepting connections
...Jun 03 17:14:26 example.com dnsmasq[3457]: read /etc/hosts - 2 addresses >> Jun 03 17:14:26 example.com dnsmasq[3457]: read >> /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses >> Jun 03 17:14:26 example.com dnsmasq-dhcp[3457]: read >> /var/lib/libvirt/dnsmasq/default.hostsfile >> >> >> $ sudo virsh list >> Id Name State >> ---------------------------------------------------- >> >> $ >> >> As you can see, none of my vm's show up. I'm guessing the "qemu-kvm: >> internal...
2017 Jun 03
2
Re: libvirtd not accepting connections
On Sat, Jun 03, 2017 at 09:22:58AM -0400, Michael C Cambria wrote: > > >On 06/02/2017 09:53 AM, Michael C. Cambria wrote: >> >> >> On 06/02/2017 09:43 AM, Martin Kletzander wrote: >>> [adding back the ML, you probably hit reply instead of reply-all, this >>> way other people might help if they know more] >>> >>> On Fri, Jun 02, 2017 at
2017 Jun 04
2
Re: libvirtd not accepting connections
...example.com dnsmasq[3457]: read /etc/hosts - 2 addresses >>> Jun 03 17:14:26 example.com dnsmasq[3457]: read >>> /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses >>> Jun 03 17:14:26 example.com dnsmasq-dhcp[3457]: read >>> /var/lib/libvirt/dnsmasq/default.hostsfile >>> >>> >>> $ sudo virsh list >>> Id Name State >>> ---------------------------------------------------- >>> >>> $ >>> >>> As you can see, none of my vm's show up. I'm guessing th...
2017 Jun 04
0
Re: libvirtd not accepting connections
...tc/hosts - 2 >>>> addresses >>>> Jun 03 17:14:26 example.com dnsmasq[3457]: read >>>> /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses >>>> Jun 03 17:14:26 example.com dnsmasq-dhcp[3457]: read >>>> /var/lib/libvirt/dnsmasq/default.hostsfile >>>> >>>> >>>> $ sudo virsh list >>>> Id Name State >>>> ---------------------------------------------------- >>>> >>>> $ >>>> >>>> As you can see, none of my vm...
2017 Jun 03
0
Re: libvirtd not accepting connections
...]: using nameserver 172.16.8.1#53 Jun 03 17:14:26 example.com dnsmasq[3457]: read /etc/hosts - 2 addresses Jun 03 17:14:26 example.com dnsmasq[3457]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses Jun 03 17:14:26 example.com dnsmasq-dhcp[3457]: read /var/lib/libvirt/dnsmasq/default.hostsfile $ sudo virsh list Id Name State ---------------------------------------------------- $ As you can see, none of my vm's show up. I'm guessing the "qemu-kvm: internal error" results from renaming qemu-system-x86_64?? Could something else (selinu...