: gateway가 않 잡힙니다
: route명령어를 치면 다음과 같습니다
:
: destination gateway genmask flags metric ref
: btj * 255.255.255.255 UH 0 0
: 168.249.33.0 * 255.255.255.0 U 0 0
: default 168.249.33.1 0.0.0.0 UG 0 0
: default 168.249.33.1 0.0.0.0 UG 1 0
제가보기엔 gateway가 168.249.33.1로 되어 있는것 같은데요...
etc/sysconfig/network라는 파일에 다음을 추가하세요..
GATEWAY=168.249.33.1
GATEWAYDEV=eth0
그리고, 다시 network를 시작해보세요...
% /etc/rc.d/init.d/network restart
그럼 될꺼예요..