0
点赞
收藏
分享

微信扫一扫

物理学基础精解【24】

言午栩 2024-09-29 阅读 19

外网主机设置:
iptables -t nat -A PREROUTING -d 192.168.3.51 -p tcp --dport 9000 -j DNAT --to-destination 192.168.3.61:22

本地shell连接:
PS C:> ssh root@192.168.3.51 9000

显示如下操作:
PS C:> ssh root@192.168.3.51 9000
root@192.168.3.51’s password:
bash: 9000: command not found

???
有碰到的朋友可以发下自己的解决方案哦?!!!

举报

相关推荐

0 条评论