banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix mở port trong iptables của Fedora  XML
  [Question]   mở port trong iptables của Fedora 22/03/2011 17:27:46 (+0700) | #1 | 233736
netviet
Member

[Minus]    0    [Plus]
Joined: 03/03/2011 08:03:00
Messages: 7
Offline
[Profile] [PM]
mình dùng lệnh sau để mở port cho iptables:
#iptables -A INPUT -i eth0 -p tcp --dport 7777 -j ACCEPT.

nhưng vẫn không connect được ftp server(cho mạng nội bộ) qua cổng này. stop iptables thì connect ftp ok.

rất mong các anh chị giúp đỡ.
[Up] [Print Copy]
  [Question]   mở port trong iptables của Fedora 22/03/2011 17:42:10 (+0700) | #2 | 233739
[Avatar]
tranhuuphuoc
Moderator

Joined: 05/09/2004 06:08:09
Messages: 865
Location: Lầu Xanh
Offline
[Profile] [PM] [WWW]

netviet wrote:
mình dùng lệnh sau để mở port cho iptables:
#iptables -A INPUT -i eth0 -p tcp --dport 7777 -j ACCEPT.

nhưng vẫn không connect được ftp server(cho mạng nội bộ) qua cổng này. stop iptables thì connect ftp ok.

rất mong các anh chị giúp đỡ. 


FTP Server mặc định dùng trên cổng nào mà dùng cổng 7777 này !?
[Up] [Print Copy]
  [Question]   mở port trong iptables của Fedora 22/03/2011 18:44:04 (+0700) | #3 | 233743
netviet
Member

[Minus]    0    [Plus]
Joined: 03/03/2011 08:03:00
Messages: 7
Offline
[Profile] [PM]

tranhuuphuoc wrote:

netviet wrote:
mình dùng lệnh sau để mở port cho iptables:
#iptables -A INPUT -i eth0 -p tcp --dport 7777 -j ACCEPT.

nhưng vẫn không connect được ftp server(cho mạng nội bộ) qua cổng này. stop iptables thì connect ftp ok.

rất mong các anh chị giúp đỡ. 


FTP Server mặc định dùng trên cổng nào mà dùng cổng 7777 này !? 


à đệ config vsftpd cổng 7777
[Up] [Print Copy]
  [Question]   mở port trong iptables của Fedora 22/03/2011 19:13:40 (+0700) | #4 | 233746
[Avatar]
vitcon01
Member

[Minus]    0    [Plus]
Joined: 29/04/2009 11:28:21
Messages: 306
Offline
[Profile] [PM]

netviet wrote:

tranhuuphuoc wrote:

netviet wrote:
mình dùng lệnh sau để mở port cho iptables:
#iptables -A INPUT -i eth0 -p tcp --dport 7777 -j ACCEPT.

nhưng vẫn không connect được ftp server(cho mạng nội bộ) qua cổng này. stop iptables thì connect ftp ok.

rất mong các anh chị giúp đỡ. 


FTP Server mặc định dùng trên cổng nào mà dùng cổng 7777 này !? 


à đệ config vsftpd cổng 7777  

netstat -an | grep :7777 xem thử kết quá thế nào.
tail /var/log/messages , xem thử log báo gì.
JK - JH
()()()
LTKT - LTT
[Up] [Print Copy]
  [Question]   mở port trong iptables của Fedora 23/03/2011 01:19:26 (+0700) | #5 | 233767
netviet
Member

[Minus]    0    [Plus]
Joined: 03/03/2011 08:03:00
Messages: 7
Offline
[Profile] [PM]

vitcon01 wrote:

netviet wrote:

tranhuuphuoc wrote:

netviet wrote:
mình dùng lệnh sau để mở port cho iptables:
#iptables -A INPUT -i eth0 -p tcp --dport 7777 -j ACCEPT.

nhưng vẫn không connect được ftp server(cho mạng nội bộ) qua cổng này. stop iptables thì connect ftp ok.

rất mong các anh chị giúp đỡ. 


FTP Server mặc định dùng trên cổng nào mà dùng cổng 7777 này !? 


à đệ config vsftpd cổng 7777  

netstat -an | grep :7777 xem thử kết quá thế nào.
tail /var/log/messages , xem thử log báo gì. 


kết quả:
tcp 0 0 0.0.0.0:7777 0.0.0.0:* LISTEN
[Up] [Print Copy]
  [Question]   mở port trong iptables của Fedora 23/03/2011 07:47:24 (+0700) | #6 | 233772
[Avatar]
vitcon01
Member

[Minus]    0    [Plus]
Joined: 29/04/2009 11:28:21
Messages: 306
Offline
[Profile] [PM]
thế còn lò thì thế nào
tail /var/log/messages
JK - JH
()()()
LTKT - LTT
[Up] [Print Copy]
  [Question]   mở port trong iptables của Fedora 23/03/2011 08:59:02 (+0700) | #7 | 233777
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Bạn gửi kết quả `iptables -L -v -n` lên xem.
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   mở port trong iptables của Fedora 23/03/2011 22:39:23 (+0700) | #8 | 233856
Mr.Khoai
Moderator

Joined: 27/06/2006 01:55:07
Messages: 954
Offline
[Profile] [PM]

netviet wrote:
mình dùng lệnh sau để mở port cho iptables:
#iptables -A INPUT -i eth0 -p tcp --dport 7777 -j ACCEPT.

nhưng vẫn không connect được ftp server(cho mạng nội bộ) qua cổng này. stop iptables thì connect ftp ok.

rất mong các anh chị giúp đỡ. 


netviet,

khoai không nhớ chắc, nhưng hình như Fedora và mấy distro dựa trên RedHat truyền hết INPUT chain vào một RH_INPUT chain hay gì đó. Bạn APPEND INPUT sau rule đó thì không có tác dụng. Tốt nhất nên xem lại file cấu hình iptables của Fedora để chỉnh sữa cho đúng chain.

khoai
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|