search for: ysiak

Displaying 4 results from an estimated 4 matches for "ysiak".

2017 Dec 29
5
OpenVPN server and firewalld
How do I insert the iptables rule below using firewalld? I'm moving up from CentOS 6 to 7 on an office gateway and I'm trying to get OpenVPN working to allow home workers to access PCs at the office. I've got it all working but only by manually inserting an ACCEPT rule in the FORWARD iptables chain: iptables -I FORWARD 3 -i tun+ -j ACCEPT This rule was extracted from my iptables
2017 Dec 29
0
OpenVPN server and firewalld
...service=openvpn --permanent assuming that your Openvpn is running on standard port 1194/tcp|udp, If not then modify firewall-cmd rule and add your port/proto e.g. firewall-cmd --zone=<INSERT YOUR ZONE> --add-port=11193/tcp I hope this will help you, -- Pozdrawiam / Best regards Wojciech ?ysiak
2017 Dec 29
2
OpenVPN server and firewalld
On 12/29/2017 3:59 AM, Wojciech ?ysiak wrote: > firstly check which zone are your interface in : > > bash> firewall-cmd --get-active-zones > > then all you have to do is add a service to the firewall > > firewall-cmd --zone=<INSERT YOUR ZONE> --add-service=openvpn --permanent > > assuming that your Op...
2017 Dec 20
2
Does anyone know how to get clipboard and mouse integration in Centos vm?
Hi, I am running a Centos 7 vm under FreeBSD, and it works very well now, with KDE installed from DVD iso. But there's a couple of things missing, which happens only with Centos vm (Virtualbox): 1) Despite clipboard sharing enabled, copy-paste just does not work between host and guest 2) Mouse integration does not work. So I have to repeatedly capture mouse manually both in the host