Displaying 2 results from an estimated 2 matches for "nulpd".
Did you mean:
mulpd
2017 Jul 17
5
SSH from host to domain using hostname
...ess
-------------------------------------------------------------------------------
ld4004:/home # virsh list
Id Name State
----------------------------------------------------
1 vm02-fai running
dnsmasq is running:
ld4004:/home # netstat -nulpd | grep dnsmasq
udp 0 0 192.168.33.1:53 0.0.0.0:* 10318/dnsmasq
udp 0 0 192.168.100.1:53 0.0.0.0:* 20145/dnsmasq
udp 0 0 0.0.0.0:67 0.0.0.0:* 20145/dnsmasq...
2017 Jul 18
0
Re: SSH from host to domain using hostname
...---------------------------------------------------------------------
>>
>> ld4004:/home # virsh list
>> Id Name State
>> ----------------------------------------------------
>> 1 vm02-fai running
>>
>> dnsmasq is running:
>> ld4004:/home # netstat -nulpd | grep dnsmasq
>> udp 0 0 192.168.33.1:53 0.0.0.0:* 10318/dnsmasq
>> udp 0 0 192.168.100.1:53 0.0.0.0:* 20145/dnsmasq
>> udp 0 0 0.0.0.0:67 0.0.0.0:* 20145/dnsmasq
>>
>> How can I fix this issue?
>
> By having libvirt network assign IP addresses. Generally, <...