라우터에 직접 연결된 이더넷 케이블을 통해 Ubuntu 10.04 시스템 (Sony Vaio VGN-SR490)을 인터넷에 연결하는 데 문제가 있습니다.
Windows 컴퓨터를 사용하여 동일한 케이블을 사용하여 인터넷에 연결할 수 있으므로 Linux 구성 방식에 문제가 있습니다.
문제가 무엇인지 파악하고 해결하려면 어떻게해야합니까?
Linux에서의 네트워크 설정은 다음과 같습니다.
$ ifconfig
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
vmnet1 Link encap:Ethernet HWaddr 00:50:56:c0:00:01
inet addr:192.168.79.1 Bcast:192.168.79.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
vmnet8 Link encap:Ethernet HWaddr 00:50:56:c0:00:08
inet addr:192.168.192.1 Bcast:192.168.192.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Windows (Vista)의 네트워크 설정은 다음과 같습니다.
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : [removed by me].
Link-local IPv6 Address . . . . . : [removed by me]
IPv4 Address. . . . . . . . . . . : 192.168.1.103
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
이 결과에서 내 IP 주소를 검열했습니다. 해당 정보가 필요한 경우 알려주십시오.
내용은 다음과 같습니다 /etc/network/interfaces
.
auto lo
iface lo inet loopback
를 추가 한 후 auto eth0
최신 결과는 다음과 같습니다.
$ sudo ifup eth0
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/
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth0.
modprobe를 실행 한 결과는 다음과 같습니다.
$ sudo modprobe msk
FATAL: Module msk not found.
$ dmesg | grep eth
이 질문에 대해 일부 사람들의 의견을 물으면서 컴퓨터에서 Linux를 제거하고 Windows XP를 설치했습니다. 네트워크 카드에 대한 세부 정보를 찾기 위해 프로그램을 실행했습니다. 그 정보는 다음과 같습니다.
Network
You are not connected to the internet
Computer Name
NetBIOS Name JOE-LAPTOP
DNS Name joe-laptop
Domain Name joe-laptop
Remote Desktop
Console
State Active
Domain joe-laptop
RDP-Tcp
State Listen
WinInet Info
An internal error occurred.
Wi-Fi Info
Wi-Fi not enabled
WinHTTPInfo
WinHTTPSessionProxyType No proxy
Session Proxy
Session Proxy Bypass
Connect Retries 5
Connect Timeout 60000
HTTP Version HTTP 1.1
Max Connects Per 1.0 Servers INFINITE
Max Connects Per Servers INFINITE
Max HTTP automatic redirects 10
Max HTTP status continue 10
Send Timeout 30000
IEProxy Auto Detect No
IEProxy Auto Config
IEProxy
IEProxy Bypass
Default Proxy Config Access Type No proxy
Default Config Proxy
Default Config Proxy Bypass
Adapters List
Network Shares
No network shares
네트워크 어댑터 목록이 비어있는 것 같습니다. 이제 Windows XP와 Ubuntu Linux 이중 부팅을 모두 설치합니다. 여전히 Windows를 통해서도 인터넷에 액세스 할 수 없습니다. 이것이 컴퓨터의 하드웨어 문제이거나 라우터 자체의 문제 일 수 있는지 궁금합니다. 다른 컴퓨터가이 동일한 라우터에 연결되어 제대로 작동 할 수 있습니다. (결국 내가 게시하는 방법입니다!)