无法访问路由器地址192.168.1.1

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
ubuntu_vivi
帖子: 34
注册时间: 2007-08-10 22:30

无法访问路由器地址192.168.1.1

#1

帖子 ubuntu_vivi »

现象
  • 上网一切正常,可以ping到局域网的其他机器
    无法ping到192.168.1.1 (路由器没有设置忽略ping),浏览器无法访问192.168.1.1
    windows下正常

代码: 全选

vivi@ubuntu:~$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:23:8b:b7:9a:5d  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:44 

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:16436  Metric:1
          RX packets:3784 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3784 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1915375 (1.9 MB)  TX bytes:1915375 (1.9 MB)

wlan0     Link encap:Ethernet  HWaddr 00:1e:65:35:5a:a6  
          inet addr:192.168.1.2  Bcast:255.255.255.255  Mask:255.255.255.0
          inet6 addr: fe80::21e:65ff:fe35:5aa6/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7853 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8589 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:6577796 (6.5 MB)  TX bytes:1607630 (1.6 MB)
用的是无线,eth0没在用的

代码: 全选

vivi@ubuntu:~$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 wlan0
default         192.168.1.1     0.0.0.0         UG    0      0        0 wlan0

代码: 全选

vivi@ubuntu:~$ sudo dhclient wlan0
There is already a pid file /var/run/dhclient.pid with pid 8734
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/wlan0/00:1e:65:35:5a:a6
Sending on   LPF/wlan0/00:1e:65:35:5a:a6
Sending on   Socket/fallback
DHCPREQUEST of 192.168.1.2 on wlan0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.2 from 192.168.1.1
bound to 192.168.1.2 -- renewal in 817133890 seconds.
/etc/hosts文件里没放关于192.168.1.1的配置
google了好久都没找到解答,看论坛有类似的问题,但解决方法貌似不对啊
http://forum.ubuntu.org.cn/viewtopic.php?t=360610
求解决~~ :em06
mraandtux
论坛版主
帖子: 5211
注册时间: 2009-12-12 19:29
系统: Kubuntu

Re: 无法访问路由器地址192.168.1.1

#2

帖子 mraandtux »

貌似TP-Link的可以。
ubuntu_vivi
帖子: 34
注册时间: 2007-08-10 22:30

Re: 无法访问路由器地址192.168.1.1

#3

帖子 ubuntu_vivi »

mraandtux 写了:貌似TP-Link的可以。
路由器是TP-Link的WR541G+,死活访问不了。。这样没办法配置路由器阿,太奇怪了- -b
ubuntu_vivi
帖子: 34
注册时间: 2007-08-10 22:30

Re: 无法访问路由器地址192.168.1.1

#4

帖子 ubuntu_vivi »

今天硬重启了一下路由器,居然又好了。。尼玛原来是路由器的问题阿害我纠结那么久
头像
xyy_xx
帖子: 344
注册时间: 2008-09-17 13:37
系统: arch|centos

Re: 无法访问路由器地址192.168.1.1

#5

帖子 xyy_xx »

我家的路由器也经常这样
拥有书籍并不表示拥有知识;拥有知识并不表示拥有技能;拥有技能并不表示拥有文化;拥有文化并不表示拥有智慧
渣浪:@CodewalkerDotMe
推特:@codewalkertse
博客:http://codewalker.me/
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 无法访问路由器地址192.168.1.1

#6

帖子 qy117121 »

从来不ping路由,有时候无线会消失,去摔两下 :em04
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
ubuntu_vivi
帖子: 34
注册时间: 2007-08-10 22:30

Re: 无法访问路由器地址192.168.1.1

#7

帖子 ubuntu_vivi »

神奇的地方在于网络一切正常,只有网关ping不到,可是访问外网的数据包不是通过网关出去的么?
切换到win系统是好的,局域网内其他机器登录路由器也是好的。。。

也许是路由器有时候跟ubuntu系统不是很合得来。。。。?
wujiwh
帖子: 18
注册时间: 2008-11-03 16:06
联系:

Re: 无法访问路由器地址192.168.1.1

#8

帖子 wujiwh »

擦,我的是linux正常,windows跟楼主同样的症状,明天起来去摔两下路由去... :em20 :em20 :em20
fatevictor
帖子: 64
注册时间: 2010-11-17 19:25

Re: 无法访问路由器地址192.168.1.1

#9

帖子 fatevictor »

我好像也是类似情况
可以上网
可以ping到192.168.1.1
浏览器无法访问192.168.1.1
windows下正常

后来试着把mtu从1500改为1492就行了
开始新一轮的折腾

windows病毒多
ubuntu bug多
orz...
头像
intel
帖子: 796
注册时间: 2010-08-10 20:54
系统: arch
来自: 宇宙

Re: 无法访问路由器地址192.168.1.1

#10

帖子 intel »

从来不ping路由,连不上就用铁锤敲几下 :em04 :em04
头像
cagezxy
帖子: 32
注册时间: 2011-05-04 9:11

Re: 无法访问路由器地址192.168.1.1

#11

帖子 cagezxy »

擦了,我的路由器也老是访问不到192。168.1.1,老是抽
回复