ubuntu 11.10 的有線網路不能用 [論壇 - Ubuntu 與 KDE]


正在瀏覽:   1 名遊客


 到底部   前一個主題   下一個主題  [無發表權] 請登錄或者註冊

(1) 2 3 »


ubuntu 11.10 的有線網路不能用
會員二級
註冊日期:
2009/5/29 11:35
所屬群組:
已註冊使用者
等級: 4
HP : 0 / 98
MP : 12 / 3986
EXP: 94
離線
ubuntu 11.10 的有線網路不能用,但是我網路線插別台卻能用,ip位置、網路罩子、通訊閘道、DNS 都是設定一樣。

2011/11/5 12:42
應用擴展 工具箱
回覆: ubuntu 11.10 的有線網路不能用

註冊日期:
2009/12/6 10:32
所屬群組:
已註冊使用者
等級: 71
HP : 1053 / 1756
MP : 4456 / 68350
EXP: 24
離線
從終端機
sudo ifconfig -a
把結果貼上來看看

2011/11/5 13:42
應用擴展 工具箱
回覆: ubuntu 11.10 的有線網路不能用
會員二級
註冊日期:
2009/5/29 11:35
所屬群組:
已註冊使用者
等級: 4
HP : 0 / 98
MP : 12 / 3986
EXP: 94
離線
eth0 Link encap:Ethernet HWaddr 00:1e:33:22:71:42
inet addr:10.10.154.18 Bcast:10.10.154.255 Mask:255.255.255.0
UP 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:43 Base address:0x6000

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:15 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1124 (1.1 KB) TX bytes:1124 (1.1 KB)

wlan0 Link encap:Ethernet HWaddr 00:1e:64:06:80:da
UP 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)

2011/11/5 14:02
應用擴展 工具箱
回覆: ubuntu 11.10 的有線網路不能用

註冊日期:
2009/12/6 10:32
所屬群組:
已註冊使用者
等級: 71
HP : 1053 / 1756
MP : 4456 / 68350
EXP: 24
離線
eth0 Link encap:Ethernet HWaddr 00:1e:33:22:71:42
inet addr:10.10.154.18 Bcast:10.10.154.255 Mask:255.255.255.0

但是我網路線插別台卻能用,ip位置、網路罩子、通訊閘道、DNS 都是設定一樣。


你如果 把 網路線插別台
得到的 IPv4 也是 10.10.154.18 嗎

2011/11/5 14:17
應用擴展 工具箱
回覆: ubuntu 11.10 的有線網路不能用
會員二級
註冊日期:
2009/5/29 11:35
所屬群組:
已註冊使用者
等級: 4
HP : 0 / 98
MP : 12 / 3986
EXP: 94
離線
我都是用固定ip位置,所以不管插哪一台都是一樣的

2011/11/5 15:43
應用擴展 工具箱
回覆: ubuntu 11.10 的有線網路不能用

註冊日期:
2009/12/6 10:32
所屬群組:
已註冊使用者
等級: 71
HP : 1053 / 1756
MP : 4456 / 68350
EXP: 24
離線
1. sudo route -n
貼上來
2. ping -c 5 127..0.0.1
3. ping -c 5 localhost
4. ping -c 5 10.10.154.18
5. ping -c 5 10.10.154.254
6. ping -c 5 www.ubuntu-tw.org
把不正常回應的貼上來

2011/11/5 15:59
應用擴展 工具箱
回覆: ubuntu 11.10 的有線網路不能用
會員二級
註冊日期:
2009/5/29 11:35
所屬群組:
已註冊使用者
等級: 4
HP : 0 / 98
MP : 12 / 3986
EXP: 94
離線
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.10.154.242 0.0.0.0 UG 100 0 0 eth0
10.10.154.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0

ping -c 5 127..0.0.1
ping: unknown host 127..0.0.1

ping -c 5 localhost
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_req=1 ttl=64 time=0.036 ms
64 bytes from localhost (127.0.0.1): icmp_req=2 ttl=64 time=0.033 ms
64 bytes from localhost (127.0.0.1): icmp_req=3 ttl=64 time=0.032 ms
64 bytes from localhost (127.0.0.1): icmp_req=4 ttl=64 time=0.036 ms
64 bytes from localhost (127.0.0.1): icmp_req=5 ttl=64 time=0.037 ms

--- localhost ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3997ms
rtt min/avg/max/mdev = 0.032/0.034/0.037/0.007 ms

ping -c 5 10.10.154.254
PING 10.10.154.254 (10.10.154.254) 56(84) bytes of data.
64 bytes from 10.10.154.254: icmp_req=1 ttl=255 time=2.28 ms
64 bytes from 10.10.154.254: icmp_req=2 ttl=255 time=0.528 ms
64 bytes from 10.10.154.254: icmp_req=3 ttl=255 time=0.486 ms
64 bytes from 10.10.154.254: icmp_req=4 ttl=255 time=0.540 ms
64 bytes from 10.10.154.254: icmp_req=5 ttl=255 time=0.455 ms

--- 10.10.154.254 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4001ms
rtt min/avg/max/mdev = 0.455/0.857/2.280/0.712 ms

ping -c 5 10.10.154.254
PING 10.10.154.254 (10.10.154.254) 56(84) bytes of data.
64 bytes from 10.10.154.254: icmp_req=1 ttl=255 time=0.297 ms
64 bytes from 10.10.154.254: icmp_req=2 ttl=255 time=0.343 ms
64 bytes from 10.10.154.254: icmp_req=3 ttl=255 time=0.313 ms
64 bytes from 10.10.154.254: icmp_req=4 ttl=255 time=0.334 ms
64 bytes from 10.10.154.254: icmp_req=5 ttl=255 time=0.301 ms

--- 10.10.154.254 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3998ms
rtt min/avg/max/mdev = 0.297/0.317/0.343/0.026 ms

ping -c 5 www.ubuntu-tw.org
ping: unknown host www.ubuntu-tw.org

2011/11/5 16:29
應用擴展 工具箱
回覆: ubuntu 11.10 的有線網路不能用

註冊日期:
2009/12/6 10:32
所屬群組:
已註冊使用者
等級: 71
HP : 1053 / 1756
MP : 4456 / 68350
EXP: 24
離線
2. ping -c 5 127..0.0.1

抱歉 這個打錯了 應該是
2. ping -c 5 127.0.0.1
不過 這個應該沒問題了

補(漏了)
4. ping -c 5 10.10.154.18
增加
7. ping -c 5 10.10.154.242
8. ping -c 5 168.95.1.1
9. ping -c 5 140.138.145.240
哪一個回應不正常 copy 貼上來

2011/11/6 7:52
應用擴展 工具箱
回覆: ubuntu 11.10 的有線網路不能用
會員二級
註冊日期:
2009/5/29 11:35
所屬群組:
已註冊使用者
等級: 4
HP : 0 / 98
MP : 12 / 3986
EXP: 94
離線
我要怎麼看才算不正常?

2011/11/6 9:19
應用擴展 工具箱
回覆: ubuntu 11.10 的有線網路不能用
會員二級
註冊日期:
2009/5/29 11:35
所屬群組:
已註冊使用者
等級: 4
HP : 0 / 98
MP : 12 / 3986
EXP: 94
離線
我這台是新筆電,會不會是網卡驅動的問題?但是我的燈都有亮。

2011/11/6 9:24
應用擴展 工具箱

(1) 2 3 »

 [無發表權] 請登錄或者註冊


可以查看帖子.
不可發帖.
不可回覆.
不可編輯自己的帖子.
不可刪除自己的帖子.
不可發起投票調查.
不可在投票調查中投票.
不可上傳附件.
不可不經審核直接發帖.