텔넷 포트를 하나더 추가하는 방법

jforce의 이미지

텔넷 포트는 23번이지 않습니까?

그런데 제가 작업하는 환경에서 포트 23번이 접속이 허용되지 않기에 문제가 생겼습니다. (SK WIN이라는 무선랜 서비스인데 23/22번을 막아 버려서...)

그래서 텔넷 포트를 다른 번호로 바꾸어서 써야 하는데요. 또 이걸 포트를 바꾸자니.. 저 말고 다른 이용자에게 혼란과 부담과 불편함을 줄것 같아서 고민이 되더군요.

그래서 생각한 것이 텔넷 데몬을 두개를 돌려서 포트를 2군데 모두 접속 가능하도록 하자는 것이었습니다.

하지만 텔넷 데몬을 2개 돌리는 방법을 모르겠습니다.
한수 지도좀 부탁드립니다.

PS: 또는 복수로 돌리는것 외에도 다른 방법같은게 있다면 알려주세요^^

송효진의 이미지

iptables 로 다른포트로 오는 접속을 23으로 포워딩 시켜주면 될것 같습니다.

hansolo의 이미지

보통 텔넷이라면 inetd 나 xinetd 로 돌아가고 있을테니, 다른포트에다가 같은 프로그램을 지정해 주시면 될거 같네요.

제가 쓰는 우분투는 inetd 를 쓰는데, 다음처럼 해 보니까 다른포트로 ftp 를 하나 더 열 수 있네요. 텔넷도 별반 다를거 없지 싶습니다.

/etc/services 에 원래 있던 ftp 외에 ftp2 를 추가

chargen         19/udp          ttytst source
ftp-data        20/tcp
ftp             10021/tcp
ftp2            20021/tcp
fsp             21/udp          fspd
ssh             22/tcp                     

/etc/inetd.conf 에 ftp2 에 대한 설정 추가

ftp     stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/proftpd
ftp2    stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/proftpd

이후 /etc/init.d/inetd restart 로 재시작

xinetd 도 /etc/services 는 똑같고, inetd.conf 파일만 /etc/xinetd/ 에 있는 파일들로 대체되니까 그냥 해 보시면 될겁니다.

댓글 달기

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