1. 시스템 정보
[solaris210@/]# cat /etc/release
Oracle Solaris 10 9/10 s10x_u9wos_14a X86
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
Assembled 11 August 2010
--------------------------------------
[solaris210@/]# uname -a
SunOS solaris210 5.10 Generic_142910-17 i86pc i386 i86pc
--------------------------------------
[solaris210@/]# isainfo -v
64-bit amd64 applications
pclmulqdq aes sse4.2 sse4.1 ssse3 popcnt tscp cx16 sse3 sse2 sse fxsr
mmx cmov amd_sysc cx8 tsc fpu
32-bit i386 applications
pclmulqdq aes sse4.2 sse4.1 ssse3 popcnt tscp cx16 sse3 sse2 sse fxsr
mmx cmov sep cx8 tsc fpu
--------------------------------------
[solaris210@/]# isainfo -k
amd64
======================================
2. 서비스 명
FTP 서비스 및 윈도우와 통신
3. 기타정보
랜카드 한개 장착
[solaris210@/]# cat /etc/hosts
#
# Internet host table
#
::1 localhost
127.0.0.1 localhost
192.168.10.210 solaris210 loghost
--------------------------------------
[solaris210@/]# cat /etc/netmasks
#
# The netmasks file associates Internet Protocol (IP) address
# masks with IP network numbers.
#
# network-number netmask
#
# The term network-number refers to a number obtained from the Internet Network
# Information Center.
#
# Both the network-number and the netmasks are specified in
# "decimal dot" notation, e.g:
#
# 128.32.0.0 255.255.255.0
#
192.168.10.0 255.255.255.0
--------------------------------------
[solaris210@/]# cat /etc/defaultrouter
192.168.10.2
1. 집에서 공유기 없이 설치를 진행하여 ftp 연결 위한 과정을 하였는데
Solaris에서 nslookup www.daum.net 이라 치면 인터넷이 되는걸 확인
2. 윈도우 상에서 ping 192.168.10.210 을 하면 신호가 가지 않습니다.
3. 회사에서 설치후에 윈도우와 solaris와 통신이 되는데, 집에서 할때는 안되는데,
무엇이 문제인지 알수 있을까요 ?
첫댓글 집에서 쓰는 아이피 대역은 없어도 되는것으로 알고 있는데, 그것도 필요한것이면 답변부탁드립니다.
nslookup 이 된다면 인터넷에 연결된거고 공유기가 없다고 했으니, 윈도우에서 nat을 이용해서 인터넷에 연결된건데 핑이 안된다는게 이상하네요;;;;;
공유기로 연결을 해도 안되네요.
윈도우 방화벽 ICMP 정책 확인 또는 방화벽 해제 한번 해보세용^^
혹시 ICMP만 이상이 있는 경우라면 PC 방화벽쪽을 보셔야 할 것 같습니다.