我正在使用 16.04 并且出现差异,这似乎减慢了我的机器的互联网访问速度。
我在一台电脑上,使用 USB WIFI 设备而不是主板上的以太网端口连接到互联网。
我的互联网网关的 IP 地址是192.168.1.1
(我用来访问路由器配置屏幕的 IP 地址)
wifi 接口的 IP 地址是192.168.1.21
我正在使用DHCP
获取两个(有线和 wifi)接口的 IP 地址(ifconfig
如果需要,我可以包括输出。省略以使问题相对简短)
命令结果netstat -nr
如下
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.1.2 0.0.0.0 UG 0 0 0 wlxec086b08251b
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 wlxec086b08251b
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlxec086b08251b
命令输出traceroute -n askubuntu.com
如下
ejaz@ejaz-i5:~$ traceroute -n askubuntu.com
traceroute to askubuntu.com (151.101.129.69), 30 hops max, 60 byte packets
1 192.168.1.2 3.297 ms 4.386 ms 5.111 ms
2 * * *
3 10.6.0.205 34.579 ms 40.183 ms 42.802 ms
4 * * *
5 xxx.xxx.xx.xxx 40.704 ms 41.341 ms 43.437 ms
6 xxx.xxx.xx.xxx 44.187 ms 42.549 ms 42.612 ms
7 10.0.3.182 42.607 ms 18.529 ms 27.290 ms
8 xxx.xxx.xxx.xxx 43.253 ms 33.357 ms 40.347 ms
9 xxx.xxx.xxx.xxx 60.037 ms 69.855 ms 57.101 ms
10 xxx.xxx.xxx.xxx 68.677 ms xxx.xxx.xxx.xxx 67.130 ms xxx.xxx.xxx.xxx 48.943 ms
11 xxx.xxx.xxx.xxx 55.302 ms 53.171 ms 56.792 ms
12 195.22.198.206 158.724 ms 166.306 ms 184.680 ms
13 195.22.205.153 189.038 ms 178.890 ms 195.22.196.215 182.389 ms
14 93.186.128.157 180.999 ms 175.675 ms 167.954 ms
15 129.250.2.50 186.880 ms 189.032 ms 183.655 ms
16 129.250.2.113 195.188 ms 129.250.2.211 205.249 ms 205.641 ms
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
xxx.xxx.xx.xxx
实际输出中包含正确的 IP 地址
问题
192.168.1.2
我认为路由表和输出中的存在traceroute
表示存在问题,因为我的网络上没有任何具有此地址的东西(100%丢失ping
)。这个家庭网络上只有几台 PC 和一些电话。
我也认为每一个跟踪路由(和互联网流量)请求从尝试通信开始192.168.1.2
,但超时会降低此计算机的互联网速度。
尝试的解决方案
我尝试使用以下命令将错误的默认网关替换为我认为正确的网关
$ sudo route add default gw 192.168.1.1
$ sudo route del default gw 192.168.1.2
的输出netstat -nr
更改为显示正确的网关,但traceroute
仍然向发出请求192.168.1.2
。这是否意味着路由配置是从其他地方挑选的?我没有使用静态 IP 地址。
192.168.1.2
此外,我重新启动系统后, 默认网关将重置。
有人能帮我解决一下吗?或者解释一下情况。
其他问题
1.输出ms
中的值traceroute
是否代表4G
互联网连接正常运行? 2. 输出中的第 17 行到第 30 行代表
什么?* * *
traceroute
非常感谢您阅读这个问题。
更新 1
以下是nmap
@stevieb 要求的输出
ejaz@ejaz-i5:/var/lib/dhcp$ sudo nmap -sS -P0 -O 192.168.1.2
Starting Nmap 7.01 ( https://nmap.org ) at xxxx-xx-xx xx:xx xxx
Nmap scan report for 192.168.1.2
Host is up (0.020s latency).
Not shown: 995 closed ports
PORT STATE SERVICE
23/tcp open telnet
53/tcp open domain
80/tcp filtered http
139/tcp open netbios-ssn
445/tcp open microsoft-ds
MAC Address: 8C:44:35:0A:34:62 (Shanghai BroadMobi Communication Technology)
Device type: general purpose
Running: Linux 2.6.X|3.X
OS CPE: cpe:/o:linux:linux_kernel:2.6 cpe:/o:linux:linux_kernel:3
OS details: Linux 2.6.32 - 3.5
Network Distance: 1 hop
OS detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 9.82 seconds
以下是ip addr show
输出
ejaz@ejaz-i5:/var/lib/dhcp$ ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp5s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether bc:ae:c5:bc:d7:e1 brd ff:ff:ff:ff:ff:ff
3: wlxec086b08251b: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether ec:08:6b:08:25:1b brd ff:ff:ff:ff:ff:ff
inet 192.168.1.21/24 brd 192.168.1.255 scope global dynamic wlxec086b08251b
valid_lft 70411sec preferred_lft 70411sec
inet6 fe80::c4ed:f502:38f0:6481/64 scope link
valid_lft forever preferred_lft forever
更新 2
我在网络管理器菜单中也看到两个Ethernet network() Device not managed
错误。我不确定这两个条目是什么时候开始出现的。
更新 3
我又查了一下,这两个界面是我最近安装的VMWare Player软件创建的。