科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网服务器频道Linux操作系统下VMware的端口映射

Linux操作系统下VMware的端口映射

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

本文介绍了Linux操作系统下VMware的端口映射的方法。

2007年12月28日

关键字: 端口映射 VMware Linux

  • 评论
  • 分享微博
  • 分享邮件

    ZDNetChina服务器站 12月28日虚拟化技巧

    主机环境是UBUNTU 7.4

    VMware Workstation 6.0.0 build-45731vmware使用NAT是通过vmnet8来是实现,找到这个文件打开/etc/vmware/vmnet8/nat/nat.conf

    # be up to 100% longer

    timeout = 60

    [incomingtcp]

    # Use these with care - anyone can enter into your VM through these...

    # FTP (both active and passive FTP is always enabled)

    # ftp localhost 8887

    #8887 = 192.168.0.128:21

    4660 = 192.168.0.128:4660

    # WEB (make sure that if you are using named webhosting, names point to

    # your host, not to guest... And if you are forwarding port other

    # than 80 make sure that your server copes with mismatched port

    # number in Host: header)

    # lynx http://localhost:8888

    #8888 = 192.168.0.128:80

    # SSH

    # ssh -p 8889 root@localhost

    #8889 = 192.168.0.128:22

    [incomingudp]

    # UDP port forwarding example

    #6000 = 192.168.0.128:6001

    [incomingtcp]

    TCP映射

    [incomingudp]

    UDP映射

    举例

    8889 = 192.168.0.128:22

    保存退出,重启服务

    /usr/lib/vmware/net-services.sh restart

    测试

    ssh -p 8022 myhost.comornetstat -anpt ........tcp 0 0 0.0.0.0:4660 0.0.0.0:* LISTEN 2500........

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章