설치 OS : 와우리눅스 7.1 파란
랜카드 : 리얼텍 8139
외장모뎀 : 현대 speedxess HASE-120
[root@localhost /root]# ping 168.126.63.1
PING 168.126.63.1 (168.126.63.1) from 10.0.0.2 : 56(84) bytes of data.
-> 이후 계속 멈춰 있네요.
고수님들께 해결책을 구합니다.
네트워크 설정은 아래와 같이 되어 있습니다.
netcfg에서는
Names 항목
Hostname : localhost.localdomain
Nameservers : 168.126.63.1
168.126.63.2
Hosts 항목
IP : 127.0.0.1
Name : localhost.localdomain
Nicknames : localhost
Interfaces 항목
Interface IP proto atboot active
eht0 dhcp yes active
lo 127.0.0.1 none yes active
Routing 항묵에서는 Network Packet Forwarding(IPv4) 항목만 체크 되어 있습니다.
나머지는 아무 표시가 없습니다.
-------------------------------------------------------------
[root@localhost /root]# vi /etc/resolv.conf
nameserver 168.126.63.1
nameserver 168.126.63.2
[root@localhost /root]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:50:BF:3F:35:EE
inet addr:10.0.0.2 Bcast:10.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:141 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0x9000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:116 errors:0 dropped:0 overruns:0 frame:0
TX packets:116 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
ppp0 Link encap:Point-to-Point Protocol
inet addr:61.77.124.199 P-t-P:61.77.124.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
------------------------------------------------------------
설치시에 dhcp설정은 해두었습니다.