首页 > 代码库 > vmware桥接模式创建ubuntu虚拟机
vmware桥接模式创建ubuntu虚拟机
创建新的虚拟机时,可以采用
克隆之前的虚拟机,比单独创建速度更快。
生成的两个虚拟机的ipv4地址分别为
查看linux的本地ipv4地址的命令是ifconfig
192.168.100.25
192.168.100.30
只有最后一位不一样。
后来遇到一个问题,我在本地用ssh工具无法连接ubuntu虚拟机,别人的电脑也无法连接。但是ping可以ping通,错误信息如下
C:\windows\system32>telnet 192.168.100.30
正在连接192.168.100.30...无法打开到主机的连接。 在端口 23: 连接失败
C:\windows\system32>telnet 192.168.100.25
正在连接192.168.100.25...无法打开到主机的连接。 在端口 23: 连接失败
C:\windows\system32>ssh 192.168.100.30
ssh: connect to host 192.168.100.30 port 22: Bad file number
C:\windows\system32>ssh
usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-e escape_char] [-F configfile]
[-i identity_file] [-L [bind_address:]port:host:hostport]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
[-R [bind_address:]port:host:hostport] [-S ctl_path]
[-w local_tun[:remote_tun]] [user@]hostname [command]
C:\windows\system32>ssh 192.168.100.25
ssh: connect to host 192.168.100.25 port 22: Bad file number
正在连接192.168.100.30...无法打开到主机的连接。 在端口 23: 连接失败
C:\windows\system32>telnet 192.168.100.25
正在连接192.168.100.25...无法打开到主机的连接。 在端口 23: 连接失败
C:\windows\system32>ssh 192.168.100.30
ssh: connect to host 192.168.100.30 port 22: Bad file number
C:\windows\system32>ssh
usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-e escape_char] [-F configfile]
[-i identity_file] [-L [bind_address:]port:host:hostport]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
[-R [bind_address:]port:host:hostport] [-S ctl_path]
[-w local_tun[:remote_tun]] [user@]hostname [command]
C:\windows\system32>ssh 192.168.100.25
ssh: connect to host 192.168.100.25 port 22: Bad file number
原因是ubuntu虚拟机没有安装openssh-server
sudo apt-get install openssh-server 命令安装这个工具
然后本地和别人就可以通过远程工具连接上了
个人感觉vmwareworkstation比virtualbox好用,举个例子
这两个工具安装ubuntu的desktop版本,vmwareworkstation可以完整显示ubuntu的所有菜单,但是virtualbox无法显示所有菜单,网上查说是安装增强功能,搞了半天没有搞好。见www.2cto.com/os/201307/230087.html,以后有时间再搞吧。
vmware桥接模式创建ubuntu虚拟机
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。