xinetd 도와주세요

익명 사용자의 이미지

xinetd 도와주세요

redhat 7.1로 업그레드 했습니다, 그전엔 수세6.4 (커널2.2) 썻었어요
inetd 에 해당하는 xinetd (xinetd.con) 도저히 모르겠고 잘 안됩니다, 도
와주세요
우선 텔넷만이라도 되게 하는법좀 갈쳐주세요

현재 파일 내용은 아래와 같습니다.

/etc/xinetd.conf 는
defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
}
includedir /etc/xinetd.d

/etc/xinetd.d/telnet 은
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = no
}

/etc/init.d/xinetd stop ; /etc/init.d/xinetd start 이렇게 해도 (할떼
화면에 OK 나옴)
외부에서 텔넷접속이 안됩니다.
/etc/hosts.deny 나 /etc/hosts.allow 아무 설정 없는거 확인했구요
/etc/services 에 포트번호도 디폴트 23 인거 확인했습니다

어디를 점검하고 고쳐야 하느,ㄴ지를 모르겓습니ㅏ.
다큐먼트 아무리 살펴봐도 현재설정에서 더이상 건들게 없던데 왜 안되죠
좀 갈쳐주세요
물론 외부로의 ping 이나 traceroute 문제없이 잘되고 있습니다.

익명 사용자의 이미지

다음과 같은 원인이 있을 수 있습니다.
1. 설정문제.(세팅)
2. 방화벽
3. 회선문제(ISP에서 막음)

telnet localhost
해서 안돼면,
설정 문제이고.

이건 되는데, 같은 서브넷(한 허브에 물려 있거나 다이렉트로 묶여 있는
경우)에 안돼면,
방화벽이고,
이것 역시 되는데, 외부에서 안돼면 ISP에서 막은 가능성이 높습니다.
현재, 두루넷, 하나로등은 막혀 있는 걸로 알려져 있습니다.

익명 사용자의 이미지

레드헷에 방화벽 설정이 들어가면서 흔히 겪는 문제입니다.
설치는 꼭 유심히 보며 진행해주시기 바랍니다.

설치에서 무작정 다음 다음 을 선택해서 넘어가면 방화벽 설정이 normal이 됩니다.
이것에는 외부로부터의 telnet접근 거부가 포함됩니다.
설치시 방화벽을 끄거나 telnet부분을 빼주시기 바라며, 또 설치하기 싫다면 간단히
/etc/init.d/iptables stop
/etc/init.d/ipchains stop
을 해주시면 됩니다.

이러한 것들의 설정은 스스로 공부를..

--
SOrCErEr

익명 사용자의 이미지

안녕하세요..
저도 그런 경우를 이번에 겪에 되어서 이렇게 글을 남깁니다..
저는 이렇게 질문해 본적은 없지만 그래도 한번 남겨 볼께요..

일단 리눅스 7.x 부터는 hosts.allow 와 hosts.deny에 기본적으로 RELAY
가 된다고 알고 있습니다/

저도 모두다 지워보고 해봤는데 안되더군요..
일단 제가 한 방법은 hosts.allow를.. 조금 손봤습니다..
물론 센드메일로 안되기겠져???

hosts.allow에..
in.telnet ALL
in.ftpd ALL
sendmail ALL

로 세팅하시고

hosts.deny는

ALLALL

로 해주세요...
일단 이렇게 열어주시고..
머 hosts.allow를 수정해 보심 좋겠져..
그정도는 아시겠져?? RELAY제어 방법은요...

그럼 꼭 성공하시구여.... 화이팅입니다.

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.