|
https://github.com/wangyu-/tinyPortMapper
# you can also use 6-to-4 or 4-to-6 forward |
听君一席话,如听一席话 |
基本上可以 也有可能不可以 具体能不能 还要以实际为准. |
你是想用B反代A? |
是的 A的ipv4被商家封了 |
当然可以啊,为什么不可以? |
v4 转 v6 用 socat 吧 |
试下了不行 socat报 Connection refused |
用个nginx反代一下 |
配置文件如下
ip6tables -t nat -A PREROUTING -p tcp –dport 443 -j DNAT –to-destination [2605:a142:2084:0001:0000:0000:0000:0001]:443 socat TCP4-LISTEN:443,fork,su=nobody TCP6:[2001:19f0:6001:486e:0000:4ff:fe1f:b261]:443 以上配置在2001:19f0:6001:486e:0000:4ff:fe1f:b261正常机器上执行 |