OpenVPN Client Connects But No Internet

Issues related to applications and software problems
Post Reply
sourvader
Posts: 1
Joined: 2019/06/26 02:03:17

OpenVPN Client Connects But No Internet

Post by sourvader » 2019/06/26 02:17:49

Hello,

I have CentOS 7.6 running and am having issues with OpenVPN client. I have installed the necessary packages allowing gnome's Network Manager to import .ovpn files. The configuration has been imported, I can connect to the remote server, but I have no internet - cannot even ping Google.

If I turn firewalld off, then I am able to use the internet and everything works fine.

I also OpenVPN server on this box and it is working absolutely fine. Clients connect and everything works.

There is some issue with OpenVPN Server + OpenVPN Client + FirewallD that I cannot figure out.

What do I need to do?

Code: Select all

[dv@deathstar ~]$ sudo firewall-cmd --get-active-zones
public
  interfaces: enp3s0
trusted
  sources: 10.8.0.0/24

[dv@deathstar ~]$ sudo firewall-cmd --zone=home --list-all
home
  target: default
  icmp-block-inversion: no
  interfaces: 
  sources: 
  services: ssh mdns samba-client dhcpv6-client
  ports: 
  protocols: 
  masquerade: no
  forward-ports: 
  source-ports: 
  icmp-blocks: 
  rich rules: 

[dv@deathstar ~]$ sudo firewall-cmd --zone=trusted --list-all
trusted (active)
  target: ACCEPT
  icmp-block-inversion: no
  interfaces: 
  sources: 10.8.0.0/24
  services: 
  ports: 
  protocols: 
  masquerade: no
  forward-ports: 
  source-ports: 
  icmp-blocks: 
  rich rules: 


Post Reply