구성된 경우:

구성된 경우:

CentOS VPS에 OpenVPN 서버를 설치했는데 제대로 작동합니다. Windows에서 연결하고 인터넷 연결을 통해 탐색할 수 있지만 로컬 네트워크에서 VPS에 액세스할 수 있기를 원합니다.

PC와 VPS에서만 게이트웨이에 ping을 보낼 수 있습니다. 내 PC에서 VPS를 핑할 수 없거나 그 반대의 경우도 마찬가지입니다. 어떻게 해결합니까?

라우팅 규칙이 누락된 것 같습니다.

구성된 경우:

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    
  • 게이트웨이는 10.8.0.1입니다.
  • 내 VPS 로컬 IP는 10.8.0.2입니다.
  • 내 컴퓨터 버전은 10.8.0.6입니다.

관련 정보