Ubuntu14.04在VMware下联网的问题
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 7
- 注册时间: 2014-11-12 14:19
- 系统: Ubuntu 14.04
Ubuntu14.04在VMware下联网的问题
我使用其他的Ubuntu版本能够正常联网,使用NAT模式。但是安装14.04后,无论是桥接模式还是NAT模式,都无法联网。求解
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: Ubuntu14.04在VMware下联网的问题
請先參閱
https://help.ubuntu.com/stable/ubuntu-h ... nnect.html
如果還未解決
把下面指令 複製 貼進終端機 執行
0. uname -r
1. sudo lshw -numeric -class network
2. sudo ifconfig -a
3. sudo route -nv
把結果直接複製 貼上來
https://help.ubuntu.com/stable/ubuntu-h ... nnect.html
如果還未解決
把下面指令 複製 貼進終端機 執行
0. uname -r
1. sudo lshw -numeric -class network
2. sudo ifconfig -a
3. sudo route -nv
把結果直接複製 貼上來
-
- 帖子: 7
- 注册时间: 2014-11-12 14:19
- 系统: Ubuntu 14.04
Re: Ubuntu14.04在VMware下联网的问题
duan@ubuntu:~$ uname -r
3.13.0-39-generic
duan@ubuntu:~$ sudo lshw -numeric -class network
[sudo] password for duan:
Sorry, try again.
[sudo] password for duan:
*-network
description: Ethernet interface
product: 82545EM Gigabit Ethernet Controller (Copper) [8086:100F]
vendor: Intel Corporation [8086]
physical id: 1
bus info: pci@0000:02:01.0
logical name: eth0
version: 01
serial: 00:50:56:2b:9f:b1
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 66MHz
capabilities: pm pcix bus_master cap_list rom ethernet physical logical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full latency=0 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:fd5c0000-fd5dffff memory:fdff0000-fdffffff ioport:2000(size=64) memory:e7b00000-e7b0ffff
duan@ubuntu:~$ sudo ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:50:56:2b:9f:b1
inet6 addr: fe80::250:56ff:fe2b:9fb1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:297 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:53384 (53.3 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:165 errors:0 dropped:0 overruns:0 frame:0
TX packets:165 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:22030 (22.0 KB) TX bytes:22030 (22.0 KB)
duan@ubuntu:~$ sudo route -nv
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
3.13.0-39-generic
duan@ubuntu:~$ sudo lshw -numeric -class network
[sudo] password for duan:
Sorry, try again.
[sudo] password for duan:
*-network
description: Ethernet interface
product: 82545EM Gigabit Ethernet Controller (Copper) [8086:100F]
vendor: Intel Corporation [8086]
physical id: 1
bus info: pci@0000:02:01.0
logical name: eth0
version: 01
serial: 00:50:56:2b:9f:b1
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 66MHz
capabilities: pm pcix bus_master cap_list rom ethernet physical logical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full latency=0 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:fd5c0000-fd5dffff memory:fdff0000-fdffffff ioport:2000(size=64) memory:e7b00000-e7b0ffff
duan@ubuntu:~$ sudo ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:50:56:2b:9f:b1
inet6 addr: fe80::250:56ff:fe2b:9fb1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:297 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:53384 (53.3 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:165 errors:0 dropped:0 overruns:0 frame:0
TX packets:165 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:22030 (22.0 KB) TX bytes:22030 (22.0 KB)
duan@ubuntu:~$ sudo route -nv
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
-
- 帖子: 7
- 注册时间: 2014-11-12 14:19
- 系统: Ubuntu 14.04
Re: Ubuntu14.04在VMware下联网的问题
fff ioport:2000(size=64) memory:e7b00000-e7b0ffffpoloshiao 写了:請先參閱
<!-- m --><a class="postlink" href="https://help.ubuntu.com/stable/ubuntu-h ... e/ubuntu-h ... nnect.html</a><!-- m -->
如果還未解決
把下面指令 複製 貼進終端機 執行
0. uname -r
1. sudo lshw -numeric -class network
2. sudo ifconfig -a
3. sudo route -nv
把結果直接複製 貼上來
duan@ubuntu:~$ sudo ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:50:56:2b:9f:b1
inet6 addr: fe80::250:56ff:fe2b:9fb1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:297 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:53384 (53.3 KB)
lo Link encap:Local Loopback
-
- 帖子: 7
- 注册时间: 2014-11-12 14:19
- 系统: Ubuntu 14.04
Re: Ubuntu14.04在VMware下联网的问题
$ uname -r
3.13.0-39-generic
3.13.0-39-generic
-
- 帖子: 7
- 注册时间: 2014-11-12 14:19
- 系统: Ubuntu 14.04
Re: Ubuntu14.04在VMware下联网的问题
sudo lshw -numeric -class network
*-network
description: Ethernet interface
product: 82545EM Gigabit Ethernet Controller (Copper) [8086:100F]
vendor: Intel Corporation [8086]
physical id: 1
bus info: pci@0000:02:01.0
logical name: eth0
version: 01
serial: 00:50:56:2b:9f:b1
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 66MHz
capabilities: pm pcix bus_master cap_list rom ethernet physical logical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full latency=0 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:fd5c0000-fd5dffff memory:fdff0000-fdffffff ioport:2000(size=64) memory:e7b00000-e7b0ffff
*-network
description: Ethernet interface
product: 82545EM Gigabit Ethernet Controller (Copper) [8086:100F]
vendor: Intel Corporation [8086]
physical id: 1
bus info: pci@0000:02:01.0
logical name: eth0
version: 01
serial: 00:50:56:2b:9f:b1
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 66MHz
capabilities: pm pcix bus_master cap_list rom ethernet physical logical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full latency=0 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:fd5c0000-fd5dffff memory:fdff0000-fdffffff ioport:2000(size=64) memory:e7b00000-e7b0ffff
-
- 帖子: 7
- 注册时间: 2014-11-12 14:19
- 系统: Ubuntu 14.04
Re: Ubuntu14.04在VMware下联网的问题
sudo ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:50:56:2b:9f:b1
inet6 addr: fe80::250:56ff:fe2b:9fb1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:297 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:53384 (53.3 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:165 errors:0 dropped:0 overruns:0 frame:0
TX packets:165 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:22030 (22.0 KB) TX bytes:22030 (22.0 KB)
eth0 Link encap:Ethernet HWaddr 00:50:56:2b:9f:b1
inet6 addr: fe80::250:56ff:fe2b:9fb1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:297 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:53384 (53.3 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:165 errors:0 dropped:0 overruns:0 frame:0
TX packets:165 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:22030 (22.0 KB) TX bytes:22030 (22.0 KB)
-
- 帖子: 7
- 注册时间: 2014-11-12 14:19
- 系统: Ubuntu 14.04
Re: Ubuntu14.04在VMware下联网的问题
sudo route -nv
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface