랜카드를 2개 사용중입니다.
물론 둘다 부팅시 active 다 됩니다.
인터넷 상에 있는 고정 IP 주소로 ping을 해보면 아주 잘 됩니다. 텔넷도 물론 잘 되구요.
인터넷도 아주 잘됩니다.
그런데 사내 ip 로 ping이나 텔넷이 무조건 안됩니다.
내부 테스트 ping 다 되구요.
일단 사내에 있는 pc들과 리눅스 서버가 ping 되어야 할텐데, ping 않되어서 다음 진도를 못
나가고 있습니다. 도움좀 부탁 드립니다.
저는 울트라 리눅스 radhat6.2 영문 버젼을 사용하고 있습니다.
제 네트윅 설정 상태 환경 파일을 올려 드리겠습니다.
잘못 된 부분좀 알려주세요.
eth0는 저희 인터넷 마이 ip 이고
문제되고 있는 eth1 은 사내 ip 입니다. 여기서 조금 의심이 되는 부분은
ifconfig 해보면 rx packets 줄에 있는 errors :63 되어 있고 overruns:51 frame:38 되어 있습니다. eth0
무조건 다 0 인데 이부분이 혹시 문제가 되서 ping 않되는 건지 다른 문제인지
궁금합니다. 만약 이 부분이 error 라면 어떻게 해결을 해야 하는 건지요.
# ifconfig
eth0 link encap:Ethernet Hwaddr 00:40:61:00:5c:D5
inet addr:211.104.166.53 Bcast : 211.104.166.63 Mask : 255.255.255.240
UP BRADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14443 errors:0 dropped:0 overruns:0 frame:0
TX packets:11576 errors:0 dropped:0 overruns:0 frame:0
Collision:0 txqueuelen:100
Interrupt:96 Base address:0xa4e0
eth1 link encap:Ethernet Hwaddr 00:40:61:00:5c:D5
inet addr:100.100.100.1 Bcast : 100.255.255.255 Mask : 255.255.255.0
UP BRADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:175 errors:63 dropped:0 overruns:51 frame:38 //이부분좀 잘 봐주
세요 TX packets:630 errors:0 dropped:0 overruns:0 frame:0
Collision:0 txqueuelen:100
Interrupt:64 Base address:0x400
io link encap:Local loopback
inet addr:127.0.0.1 Bcast : 255.255.255.0
UP BRADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1746 errors:0 dropped:0 overruns:0 frame:0
TX packets:1746 errors:0 dropped:0 overruns:0 frame:0
Collision:0 txqueuelen:100
# route -rn
Destination Gateway Genmask Flags Metric ref
Use Iface 211.104.166.53 0.0.0.0 255.255.255.255 UH 0
0 0 eth0 211.104.166.48 0.0.0.0 255.255.255.240 U
0 0 0 eth0 100.100.100.0 0.0.0.0 255.255.2
55.0 U 0 0 0 eth1 100. 0. 0. 0 0.0.
0.0 255.255.255.0 U 0 0 0 eth1 1
27. 0. 0. 0 0.0.0.0 255. 0 . 0. 0 U 0
0 0 IO 0.0.0.0 211.104.166.53 0.0.0.0
U 0 0 0 eth0 # cat /etc/hosts 127.0.0.1
ns localhost.localdomain localhost 100.100.100.101 kimis kimis.generex.co.kr kimis
211.104.166.43 ns.generex.co.kr ns
위의 100.100.100.101 kimis kimis.generex.co.kr kimis
win98 컴퓨터 이름 kimis이고 물 론 win98 네트워크 환경에 가서 DNS 설정에서
찾을 DNS 서버 IP 번호 211.104.166.53 넣어 주고 domain 이름에도 generex.co.kr 넣어 주었습니다.
컴퓨터 이름 즉 host 그대로 kimis 두었습니다.
# cat /etc/resolv.conf
search generex.co.kr
nameserver 211.104.166.53