firebird.conf 파일에 보시면..
# ----------------------------
# TCP Protocol Settings
#
# The TCP Service name/Port number to be used for client database
# connections.
#
# It is only necessary to change one of the entries, not both. The
# order of precendence is the 'RemoteServiceName' (if an entry is
# found in the 'services.' file) then the 'RemoteServicePort'.
#
# Type: string, integer
#
#RemoteServiceName = gds_db
#RemoteServicePort = 3050
이런 설정이 있습니다. :)
구영탄 님이 쓰신 글 :
: FireBird를 사용하는 개발자 입니다.
: FireBird에서 사용하는 포트에 대하여 질문이 있어서요
:
: 서버를 설치하려고 하는데 방화벽이 있어서 3050포트를 접근 하지 못합니다
: 3050포트만 열어달라고 하니 내부규정상 절대 그럴수 없다고 하는군요
:
: 강제로 FireBird에서 사용하는 포트를 8000번이상 포트로 설정하는 방법은 없을까요??
|