인터넷 접속 없이 VPN에서 다른 컴퓨터로 트래픽을 터널링할 수 없습니다.

인터넷 접속 없이 VPN에서 다른 컴퓨터로 트래픽을 터널링할 수 없습니다.

인터넷에 접속할 수 있는 컴퓨터가 있는데 VPN에 연결하면 인터넷에 접속할 수 없습니다.

이 VPN에서 액세스할 수 있는 ip:port를 다음과 같이 다른 원격 시스템으로 터널링하고 싶습니다.

ssh -R 443:180.46.221.61:443 37.197.132.19

180.46.221.61:443인터넷에서 접근할 수 있는 원격 IP로 전달하려는 IP:포트는 어디에 있습니까 37.197.132.19?

이것은 내 라우팅 테이블입니다.

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 cscotun0
0.0.0.0         192.168.30.2    0.0.0.0         UG    1024   0        0 eth0
22.0.37.0       0.0.0.0         255.255.255.240 U     0      0        0 cscotun0
192.168.30.2    0.0.0.0         255.255.255.255 UH    0      0        0 eth0
193.127.204.145 192.168.30.2    255.255.255.255 UGH   0      0        0 eth0

내 인터페이스는 다음과 같습니다.

cscotun0  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:22.0.37.7  P-t-P:22.0.37.7  Mask:255.255.255.240
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1200  Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500 
          RX bytes:133 (133.0 B)  TX bytes:911 (911.0 B)

eth0      Link encap:Ethernet  HWaddr 00:0c:29:53:9d:26  
          inet addr:192.168.30.154  Bcast:192.168.30.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:29ff:fe53:9d26/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:42671 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17251 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:29262229 (27.9 MiB)  TX bytes:2038801 (1.9 MiB)
          Interrupt:19 Base address:0x2024

트래픽을 보내려는 머신에 루트 계정이 있으며 iptables 규칙을 변경할 수 있습니다.

관련 정보