Acesse o OpenVPN Server da rede local, uma vez conectado

0

Instalei um servidor OpenVPN no meu VPS com o CentOS, está funcionando bem. Posso me conectar a partir do Windows e navegar com conexão à Internet, mas quero ser capaz de acessar meu VPS a partir da rede local.

Eu só posso pingar o gateway, a partir do pc e do VPS. Eu não sou capaz de pingar o VPS do PC e vice-versa, como posso corrigi-lo?

Acho que devo estar perdendo alguma regra de roteamento.

ifconfig:

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet *.*.*.*  netmask 255.255.255.255  broadcast *.*.*.*
        inet6 ****::****:****:****:****  prefixlen 64  scopeid 0x20<link>
        ether **:**:**:**:**:**  txqueuelen 1000  (Ethernet)
        RX packets 7201519  bytes 1165018500 (1.0 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 5807292  bytes 1621774031 (1.5 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::2  prefixlen 128  scopeid 0x80<compat,global>
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 823269  bytes 682966386 (651.3 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 823269  bytes 682966386 (651.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
        inet 10.8.0.1  netmask 255.255.255.255  destination 10.8.0.2
        unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 100    
  • O gateway é 10.8.0.1
  • Meu ip local do VPS é 10.8.0.2
  • Meu PC fica 10.8.0.6
por Mc Kernel 22.11.2016 / 18:03

0 respostas