ISP에서 포트를 막은듯 한데 어찌 방법이 없을까요..?

whitelazy의 이미지

흐음 잘 쓰던 22번 포트가 막힌듯 합니다 갑자기 안되는군요
이전까진 잘쓰다 윈도 새로깔고 며칠 안되서 갑자기 안되길래 공유기 문제거나 윈도 잘못 깔은줄 알고 1주일정도 버벅거리다 도저히 안되겠어서
리눅스에서 외부로 접속해봐도 안되고 해서 잘못깐건 아니고
공유기 없애고 해봐도 안되니 공유기 문제도 아니고 해서
외부에서 접속해보고 포트 23번으로 바꿔서 외부에서 ssh로 데탑에 로그인 하니 그제야 되는군요
결론은 두루넷에서 22번 포트를 갑자기 막은듯한데 이건 어찌 뭐라못하나요? ㅇㅇ;;;
서버를 돌린것도 아니고 내부에서 외부 접속마저 불가능하게 하다니 ;;; 황당하군요 일단 고객센터에 압박 메일이나 보내봐야겟습니다 ;;

whitelazy의 이미지

이런 경험있으신분 조언부탁드립니다 ㅡ.ㅜ
1주일째 서버 관리도 못하고 다 다른녀석에게 미루고잇습니다 ;;
서버 이상해도 암것도 못하니 답답하군요 ;;

maddie의 이미지

전화로 문의해 보세요.
전에 저도 그런적이 있어서 전화해서 항의했더니 다음날 열어주더군요.

힘없는자의 슬픔

kirrie의 이미지

대부분의 ISP 업체들이 80과 21번 포트를 막아 놓는다고 합니다.
22번 포트까지 막는다는 말은 못들었는데..

윗 분의 말씀대로 전화로 압박하는게 가장 효과적일껍니다.

아니면 해당 ISP의 고객게시판에 막 화가 난 것처럼 해서 글을 올리면
금방 해결해 주기도 합니다. (제가 사용하던 하나로가 그랬죠. ^^;;)

--->
데비안 & 우분투로 대동단결!

jw0717의 이미지

근데 확실한가요.. 22번포트를 막는다니.^^;; .암만 adsl이라도

22번 포트 쓰는 사람은 무자게 많을텐데요..

임채필의 이미지

tcp traceroute 를 이용해서 isp 에서 필터링을 하였는지 확인 가능합니다.

[url]http://www.MainNerve.com/lft/[/url]
LFT (formerly FFT) is an alternative traceroute program for displaying the route packets take to an IP network host/socket. Unlike Van Jacobson's traceroute, which is available on almost every platform today, LFT uses TCP in order to elicit ICMP TIME_EXCEEDEDs or other IP route data. As a result, LFT often executes much faster and sees behind some configurations of firewalls. Its stateful engine lets the user know when it encounters a stateful firewall or other interesting conditions. It also does AS number and netblock name lookups en route. Most importantly, LFT can trace specific TCP-based protocol routes (not just IP) to assist network engineers with manual fault isolation of network application problems.

http://michael.toren.net/code/tcptraceroute/
tcptraceroute is a traceroute implementation using TCP SYN packets, instead of the more traditional UDP or ICMP ECHO packets. In doing so, it is able to trace through many common firewall filters.

박영선의 이미지

C:\Documents and Settings\Administrator>nmap -p 22 naver.com

Starting nmap V. 3.00 ( www.insecure.org/nmap )
Interesting ports on (211.218.150.200):
Port State Service
22/tcp filtered ssh

Nmap run completed -- 1 IP address (1 host up) scanned in 6 seconds

C:\Documents and Settings\Administrator>nmap -p 80 naver.com

Starting nmap V. 3.00 ( www.insecure.org/nmap )
Interesting ports on (211.218.150.200):
Port State Service
80/tcp open http

Nmap run completed -- 1 IP address (1 host up) scanned in 4 seconds

C:\Documents and Settings\Administrator>

^^;;

임채필의 이미지

nmap 이나 텔넷등을 이용한 호스트의 포트 상태확인은 방화벽이나 라우터에서 필터링되었을경우 정확한 상태확인이 어렵습니다.

호스트의 문제인지, 상단 방화벽이나 라우터에서의 필터링인지 확인이 안됩니다.

~>lft -V

LFT - the alternative traceroute tool for network (reverse) engineers

Usage: lft [<options>] [<gateway> <...>] <hostname:dport>

Options are:
  -d <dport>       destination port number
  -s <sport>       source port number
  -m <min>         minimum number of probes to send per host
  -M <max>         maximum number of probes to send per host
  -a <ahead>       number of hops forward to query before receiving replies
  -c <scatter ms>  minimum number of milliseconds between subsequent queries
  -t <timeout ms>  maximum RTT before assuming packet was dropped
  -l <min ttl>     minimum TTL to use on outgoing packets
  -q <sequence>    set the initial sequence number (ISN)
  -D <device/ip>   network device (name or IP address) to use (e.g., "en1")
  -H <ttl>         maximum number of hops to traverse (max TTL of packets)
  -i               disable "stop on ICMP" other than TTL expired
  -n               disable use of the DNS resolver to display hostnames
  -F               enable use of FIN packets only (defaults are SYN)
  -N               enable lookup and display of network names
  -A               enable lookup and display of Autonomous System numbers
  -T               enable display of LFT's execution timer
  -S               suppress the status bar (only show the completed trace)
  -V               print a lot of debugging garbage including packets
  -E               enable LFT's stateful Engine to detect firewalls
  -v               show version information

Default is: lft -d 80 -m 1 -M 3 -a 5 -c 20 -t 1000 -H 30 -s 53

~>lft naver.com:80

Tracing ___________________.

TTL  LFT trace to 211.218.150.200:80/tcp
 1   lanbird (192.168.0.1) 23.3ms
 2   211.196.201.73 46.6ms
 3   211.196.201.76 51.0/*ms
 4   center2-youngdong1-2500m.kornet.net (168.126.109.5) 43.8ms
 5   220.73.150.42 46.2ms
 6   168.126.109.194 56.2ms
 7   218.145.29.229 44.0ms
 8   [target] 211.218.150.200:80 52.3ms

~>lft naver.com:22

Tracing ____________________________________________

LFT can't seem to round-trip.  Local packet filter in the way?

TTL  LFT trace to 211.218.150.200:22/tcp
 1   lanbird (192.168.0.1) 24.8ms
 2   211.196.201.73 48.9ms
 3   211.196.201.58 51.7/*ms
 4   center2-youngdong1-2500m.kornet.net (168.126.109.5) 46.5ms
 5   220.73.150.42 50.2ms
 6   168.126.109.194 45.0ms
**   [22/tcp failed]  Try alternate options or use -V to see packets.

22 와 80 에 대한 lft 결과를 비교해보시면 22 는 호스트 이전에 필터링 됨을 확인할수 있습니다.

whitelazy의 이미지

답변 감사합니다 ㅠ_ㅠ 어서 빨리 해봐야겠군요..
설끝나고 ㅡ.ㅜ 고향집엔 인터넷이 안되서리... ㅠ_ㅠ

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.