fedora 12 vsftp 500 illegal port command 에러 해결방법좀 알려주세요.

kimyh의 이미지

fedora 12를 설치하고 vsftp를 설치중에 있습니다.
vsftp 환경설정을 마치고 사험을 하고 있는데 페도라 12 서버까지는 연결되고 /home/계정id 까지는 연결되는데
500 illegal port command 에러가 발생합니다.
검색을 해서 찾아보니 공유기를 사용하고 iptable과 관련된 문제라며 ip_conntrack_ftp가 iptable에 모듈로 들어있지않아 생긴문제라고 하며
vi /etc/sysconfig/iptables-config 화일에 IPTABLES_MODULES="ip_conntrack_ftp" 이런식으로 올려주고 iptable을 재시작해주면 된다고 하는데
ip_conntrack_ftp 모듈이 올라가지를 낳습니다.
위와 같은 작업을 한뒤 모듈에 적재되었는지 lsmod로 확인해보면 ip_conntrack_ftp가 보이지를 않네요.

왜그런지 해결책을 알려주시면 감사하겠습니다.

iptables-config 화일
# Load additional iptables modules (nat helpers)
#   Default: -none-
# Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which
# are loaded after the firewall rules are applied. Options for the helpers are
# stored in /etc/modprobe.conf.
#IPTABLES_MODULES=""
IPTABLES_MODULES="ip_conntrack_ftp"
# Unload modules on restart and stop
#   Value: yes|no,  default: yes
# This option has to be 'yes' to get to a sane state for a firewall
# restart or stop. Only set to 'no' if there are problems unloading netfilter
# modules.
IPTABLES_MODULES_UNLOAD="yes"
 
# Save current firewall rules on stop.
#   Value: yes|no,  default: no
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets stopped
# (e.g. on system shutdown).
IPTABLES_SAVE_ON_STOP="no"
 
# Save current firewall rules on restart.
#   Value: yes|no,  default: no
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets
# restarted.
IPTABLES_SAVE_ON_RESTART="no"
 
iptable 재시작, 저장
 
모듈 적재여부 확인
[root@**** ~]# lsmod
Module                  Size  Used by
sunrpc                158388  1 
nf_conntrack_ftp       11088  0 
ip6t_REJECT             4620  2 
nf_conntrack_ipv6      17548  2 
ip6table_filter         3168  1 
ip6_tables             11144  1 ip6table_filter
ipv6                  239428  24 ip6t_REJECT,nf_conntrack_ipv6
p4_clockmod             4364  0 
dm_multipath           14472  0 
uinput                  6852  0 
snd_intel8x0           28144  0 
snd_ac97_codec         92136  1 snd_intel8x0
ac97_bus                1424  1 snd_ac97_codec
snd_seq                46960  0 
snd_seq_device          6232  1 snd_seq
snd_pcm                64932  2 snd_intel8x0,snd_ac97_codec
snd_timer              17992  2 snd_seq,snd_pcm
snd                    50908  6 snd_intel8x0,snd_ac97_codec,snd_seq,snd_seq_device,snd_pcm,snd_timer
ppdev                   8200  0 
parport_pc             22748  0 
soundcore               5672  1 snd
parport                29300  2 ppdev,parport_pc
ne2k_pci                8064  0 
ns558                   4468  0 
i2c_sis96x              5552  0 
i2c_core               23160  1 i2c_sis96x
gameport                9672  2 ns558
sis900                 18044  0 
8390                    7836  1 ne2k_pci
snd_page_alloc          7892  2 snd_intel8x0,snd_pcm
mii                     4120  1 sis900
ata_generic             4320  0 
pata_acpi               3676  0 
pata_sis                9388  7 
floppy                 47700  0 

ip_conntrack_ftp 모듈적재를 위해 /sbin/modprobe ip_conntrack_ftp 이런식으로 명령을 주어도 에러 없이 잘 되는데 모듈에는 올라가지를 않는군요.

그리고 콘솔 터미날에는 ftp를 연결할때마다 lo: disabled privacy extensions 라는 에러가 두번씩 뜨는데 그 이유를 알수가 없습니다.
여기 저기 검색을 해봐도 전혀 감을 잡지 못하겠군요.
참고로 ssh는 아무런 문제 없이 잘 됩니다.
아시는분 도와주시면 감사하겠습니다.

댓글 달기

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