Re: SSH from QEMU virtual host to host system

2020-08-17 Thread Robert Moskowitz
On 8/17/20 4:34 AM, Ed Greshko wrote: On 2020-08-17 11:53, Ed Greshko wrote: firewall-cmd --permanent --zone=libvirt --add-port=745/tcp This is what I needed.  And I have added it to my system setup notes. Oh, you would need to do... firewall-cmd --reload afterward. This little tidbit

Re: SSH from QEMU virtual host to host system

2020-08-17 Thread Ed Greshko
On 2020-08-17 11:53, Ed Greshko wrote: > firewall-cmd --permanent --zone=libvirt --add-port=745/tcp Oh, you would need to do... firewall-cmd --reload afterward. -- The key to getting good answers is to ask good questions. ___ users mailing list -- u

Re: SSH from QEMU virtual host to host system

2020-08-16 Thread Ed Greshko
On 2020-08-17 11:45, Robert Moskowitz wrote: > > > On 8/16/20 11:42 PM, Ed Greshko wrote: >> On 2020-08-17 11:40, Robert Moskowitz wrote: >>> No I don't >>> >>> # firewall-cmd --info-zone=libvirt >>> libvirt (active) >>>   target: ACCEPT >>>   icmp-block-inversion: no >>>   interfaces: virbr0 >>>  

Re: SSH from QEMU virtual host to host system

2020-08-16 Thread Robert Moskowitz
On 8/16/20 11:42 PM, Ed Greshko wrote: On 2020-08-17 11:40, Robert Moskowitz wrote: No I don't # firewall-cmd --info-zone=libvirt libvirt (active)   target: ACCEPT   icmp-block-inversion: no   interfaces: virbr0   sources:   services: dhcp dhcpv6 dns ssh tftp   ports:   protocols: icmp ipv6-i

Re: SSH from QEMU virtual host to host system

2020-08-16 Thread Ed Greshko
On 2020-08-17 11:40, Robert Moskowitz wrote: > No I don't > > # firewall-cmd --info-zone=libvirt > libvirt (active) >   target: ACCEPT >   icmp-block-inversion: no >   interfaces: virbr0 >   sources: >   services: dhcp dhcpv6 dns ssh tftp >   ports: >   protocols: icmp ipv6-icmp >   masquerade: no

Re: SSH from QEMU virtual host to host system

2020-08-16 Thread Robert Moskowitz
On 8/16/20 11:32 PM, Ed Greshko wrote: On 2020-08-17 11:30, Robert Moskowitz wrote: On 8/16/20 11:25 PM, Ed Greshko wrote: On 2020-08-17 11:18, Robert Moskowitz wrote: On 8/16/20 10:50 PM, Sam Varshavchik wrote: Robert Moskowitz writes: I am trying to SSH from my virtual image to the ho

Re: SSH from QEMU virtual host to host system

2020-08-16 Thread Ed Greshko
On 2020-08-17 11:30, Robert Moskowitz wrote: > > > On 8/16/20 11:25 PM, Ed Greshko wrote: >> On 2020-08-17 11:18, Robert Moskowitz wrote: >>> >>> On 8/16/20 10:50 PM, Sam Varshavchik wrote: Robert Moskowitz writes: > I am trying to SSH from my virtual image to the host system and get

Re: SSH from QEMU virtual host to host system

2020-08-16 Thread Robert Moskowitz
On 8/16/20 11:25 PM, Ed Greshko wrote: On 2020-08-17 11:18, Robert Moskowitz wrote: On 8/16/20 10:50 PM, Sam Varshavchik wrote: Robert Moskowitz writes: I am trying to SSH from my virtual image to the host system and get connection refused. I have tried connecting to the systems' IP addr

Re: SSH from QEMU virtual host to host system

2020-08-16 Thread Ed Greshko
On 2020-08-17 11:18, Robert Moskowitz wrote: > > > On 8/16/20 10:50 PM, Sam Varshavchik wrote: >> Robert Moskowitz writes: >> >>> I am trying to SSH from my virtual image to the host system and get >>> connection refused. >>> >>> I have tried connecting to the systems' IP addr and the gateway IP a

Re: SSH from QEMU virtual host to host system

2020-08-16 Thread Robert Moskowitz
On 8/16/20 10:50 PM, Sam Varshavchik wrote: Robert Moskowitz writes: I am trying to SSH from my virtual image to the host system and get connection refused. I have tried connecting to the systems' IP addr and the gateway IP addr for the virtual host.  Still connection refused. I can SSH

Re: SSH from QEMU virtual host to host system

2020-08-16 Thread Sam Varshavchik
Robert Moskowitz writes: I am trying to SSH from my virtual image to the host system and get connection refused. I have tried connecting to the systems' IP addr and the gateway IP addr for the virtual host.  Still connection refused. I can SSH to my host from another with no trouble. Wha

SSH from QEMU virtual host to host system

2020-08-16 Thread Robert Moskowitz
I am trying to SSH from my virtual image to the host system and get connection refused. I have tried connecting to the systems' IP addr and the gateway IP addr for the virtual host.  Still connection refused. I can SSH to my host from another with no trouble. What am I missing? thanks _