SSH port forward with firewalld

2016-04-28 Thread Benjamin Lefoul
Hi! I have a KVM guest called "streeling" running on physical host "trantor". I can easily ssh to "trantor", and from there ssh to "streeling", put I cannot seem to be able to set the port forward properly to ssh directly to "streeling" ("Connection refused"). This should be simple enough to fol

Re: SSH port forward with firewalld

2016-04-28 Thread Karel Lang AFD
Hi, i see 2 basic ways howto go about this firstly, yes, you can solve this by port-forwarding on the iptables level on the host machine. Unfortunately, i dont use firewalld, i use only iptables, so can't say if your config is right or not. But basically if the forwarding firewall rule works

Re: SSH port forward with firewalld

2016-04-28 Thread Nico Kadel-Garcia
On Thu, Apr 28, 2016 at 7:30 AM, Karel Lang AFD wrote: > Hi, > > i see 2 basic ways howto go about this > > firstly, > yes, you can solve this by port-forwarding on the iptables level on the host > machine. > Unfortunately, i dont use firewalld, i use only iptables, so can't say if > your config i

Re: SSH port forward with firewalld

2016-04-28 Thread Benjamin Lefoul
virsh net-edit hyperspace And replace this line: With this one: Regards, Benjamin Lefoul From: Nico Kadel-Garcia Sent: 28 April 2016 13:49:11 To: Karel Lang AFD Cc: Benjamin Lefoul; scientific-linux-us...@fnal.gov Subject: Re: SSH port forward with fir