Fedora 17을 실행하는 Dell Studio 1450이 있습니다. 최근에 사무실에 새로운 무선 라우터를 설치했습니다. 나를 제외한 모든 사람이 이를 통해 인터넷에 연결할 수 있습니다. 구글이 공개http://forums.fedoraforum.org/showthread.php?t=276645이것은 내 문제와 매우 유사합니다. 다음은 도움이 될 만한 몇 가지 명령의 출력 로그입니다.
$ ifconfig wlan0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.11.5 netmask 255.255.255.0 broadcast 192.168.11.255
inet6 fe80::222:fbff:febd:a1d4 prefixlen 64 scopeid 0x20<link>
ether 00:22:fb:bd:a1:d4 txqueuelen 1000 (Ethernet)
RX packets 217025 bytes 207399872 (197.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 140947 bytes 22960122 (21.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
$ ping -c 3 192.168.11.1
PING 192.168.11.1 (192.168.11.1) 56(84) bytes of data.
^C
--- 192.168.11.1 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms
$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.11.1 0.0.0.0 UG 0 0 0 wlan0
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.11.1
nameserver 192.168.1.1
인사
편집 1: 일반적으로 네트워크에서 Linux Mint를 실행하는 다른 컴퓨터의 출력입니다.
$ ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr e0:ca:94:8a:f4:08
inet addr:192.168.11.2 Bcast:192.168.11.255 Mask:255.255.255.0
inet6 addr: fe80::e2ca:94ff:fe8a:f408/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:795989 errors:0 dropped:0 overruns:0 frame:0
TX packets:729687 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:871899683 (871.8 MB) TX bytes:83227427 (83.2 MB)
$ ping -c 3 192.168.11.1
PING 192.168.11.1 (192.168.11.1) 56(84) bytes of data.
64 bytes from 192.168.11.1: icmp_req=1 ttl=64 time=1.12 ms
64 bytes from 192.168.11.1: icmp_req=2 ttl=64 time=1.17 ms
64 bytes from 192.168.11.1: icmp_req=3 ttl=64 time=1.12 ms
--- 192.168.11.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 1.123/1.139/1.172/0.035 ms
$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.11.1 0.0.0.0 UG 0 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlan0
192.168.11.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
$ cat /etc/resolv.conf
cat: /etc/resolv.conf: No such file or directory
업데이트: 이는 Fedora의 문제가 아니라 내 노트북의 문제입니다. 다른 배포판(Ubuntu 12.04 및 Bodhi Linux)을 사용해 보았지만 동일한 문제가 발생했습니다.
답변1
Anurat - DHCP에서 무선 인터페이스로 IP 주소를 가져오고 게이트웨이에 ping을 보내는 대신 고정 IP 주소를 할당해 보십시오. 라우터는 특정 IP 범위의 트래픽을 차단할 수 있습니다. 특히, 인터넷에 접속할 수 있는 네트워크의 다른 클라이언트에 할당된 IP 주소를 사용해 보십시오.
답변2
이것은 내 하드웨어 문제입니다. 새 라우터는 802.11n 네트워킹을 실행하지만 Dell Studio 1450의 Intel WiFi Link 5100 카드는 이를 지원하지 않습니다. 사무실에 있는 다른 비교적 새로운 노트북은 잘 작동합니다.
해결 방법: b/g 모드에서 실행되도록 라우터 설정을 변경했으며 이제 모든 것이 정상으로 돌아왔습니다.