首页 > 经验交流

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

时间:2009-04-12 01:32:29  作者:chinaitlab  我要投稿
Linux初探欢迎您的投稿,投放方法请点击这里查看,我们会定期赠送精美小礼品给优秀的投稿作者。海纳百川 取则行远!LinuxGoo欢迎您的到来。
  主机环境是UBUNTU 7.4VMware Workstation 6.0.0 build-45731vmware使用NAT是通过vmnet8来是实现,找到这个文件打开/etc/vmware/vmnet8/nat/nat.conf# be up to ......

  主机环境是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……

如果您需转载 Linux操作系统下VMware的端口映射,请注明来自LinuxGoo.com,其版权归原作者所有。请广大网友留言时遵纪守法,使用文明用语。如果您在应用中有什么问题,请在下面留言,我们会尽快解答。
来顶一下
近回首页
返回首页
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
相关文章
栏目热门