<pre>
: 배포판 레드헷 7.2
: 안녕하세요.. 다름이 아니라..
: 학교에서 웹서버를 하나 관리하고 있는데. 이서버를 다른 건물로 옮기게 됐습니다.
: 서버를 옮기면서 게이트 웨이와 ip가 변경이 되어서
: 서버를 옮긴후에 게이트웨이와 ip를 변경시켜준후
:
: #service network restart
: 로 서비스를 제시작했습니다.
: 다른 컴퓨터로 서버에 ping이나 telnet ftp 웹서버등이 모두 잘 작동했습니다.
: 안심하고 집으로 와서 접속을 해봤는데 모든것이 접속이 되지 않았습니다.
: ping도 되지 않구요. 아이피 dns로 모두 해봐도 않됩니다.
: 학교 내에서도 같은 게이트웨이를 쓰는 컴에서는 아무 무리없이 됩니다.
: 그런데 다른 게이트웨이를 쓰는 컴에서는 접속이 되지 않습니다.
: 물론 방금 옮긴 서버말고는 외부에서 ping및 접속이 잘 됩니다.
: 이상한것은 같은게이트웨이에 있는 컴에서 telnet, 웹등이 모두 접속이 되는데
: 서버에서 게이트웨이로 ping이 가질 않습니다.
: 제가 생각했을때 게이트웨이 설정에 뭔가 문제가 있는 것 같기도하고
: qna검색하면서 찾아봐도 뾰족한 답이 나오지 않내요..
: 아시는 분은 답변 해주시면 감하겠습니다.
: 그리고 dns 테이블도 변경이 된상태입니다.
:
: 설정은 아래와 같습니다.
:
: -------------------------------------------------------------------------------
: [root@kbiz etc]# ifconfig
: eth0 Link encap:Ethernet HWaddr 00:A0:C9:EF:0A:0F
: inet addr:163.180.26.146 Bcast:163.180.26.255 Mask:255.255.255.0
: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
: RX packets:2714 errors:0 dropped:0 overruns:0 frame:0
: TX packets:1958 errors:0 dropped:0 overruns:0 carrier:1
: collisions:31 txqueuelen:100
: RX bytes:165104 (161.2 Kb) TX bytes:152330 (148.7 Kb)
: Interrupt:10 Base address:0xa000
:
: 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:115 errors:0 dropped:0 overruns:0 frame:0
: TX packets:115 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 txqueuelen:0
: RX bytes:11208 (10.9 Kb) TX bytes:11208 (10.9 Kb)
: [root@kbiz etc]# route
: Kernel IP routing table
: Destination Gateway Genmask Flags Metric Ref Use Iface
: 163.180.26.0 * 255.255.255.0 U 0 0 0 eth0
: 127.0.0.0 * 255.0.0.0 U 0 0 0 lo
: default 163.180.26.1 0.0.0.0 UG 0 0 0 eth0
: [root@kbiz etc]# cat hosts
: # Do not remove the following line, or various programs
: # that require network functionality will fail.
: 127.0.0.1 localhost.localdomain localhost
: 163.180.26.146 kbiz.khu.ac.kr kbiz
: [root@kbiz etc]# cat HOSTNAME
: kbiz.khu.ac.kr
: [root@kbiz etc]# cat /etc/sysconfig/network
: NETWORKING=yes
: HOSTNAME=kbiz.khu.ac.kr
: GATEWAY=163.180.26.1
: DOMAINNAME=khu.ac.kr
: FORWARD_IPV4=no
: GATEWAYDEV=eth0
: [root@kbiz etc]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
: DEVICE=eth0
: ONBOOT=yes
: BOOTPROTO=static
: IPADDR=163.180.26.146
: NETMASK=255.255.255.0
: GATEWAY=163.180.26.1
: [root@kbiz etc]# cat resolv.conf
: search khu.ac.kr
: nameserver 163.180.16.53
넷마스크 값이나 게이트웨이 , 아이피 설정 문제 아닌가여?
아니면 라우터에서 문제인가
</pre>