Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-20-2004, 05:05 AM
|
#1
|
LQ Newbie
Registered: Apr 2004
Posts: 29
Rep:
|
how to open 143 port in ipchains?
I mean under Redhat 9.0?
Thx,
|
|
|
04-20-2004, 09:22 AM
|
#2
|
Member
Registered: Mar 2003
Location: Washington DC, USA
Distribution: Redhat
Posts: 212
Rep:
|
iptables or ipchains.
|
|
|
04-20-2004, 01:29 PM
|
#3
|
Senior Member
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Rep:
|
Code:
iptables -A INPUT -p tcp --dport 143 -j ACCEPT
...should do the trick if in fact you are using iptables, which I would assume from running RH9.
|
|
|
04-20-2004, 01:36 PM
|
#4
|
Member
Registered: Dec 2003
Posts: 37
Rep:
|
Quote:
Originally posted by bulliver
Code:
iptables -A INPUT -p tcp --dport 143 -j ACCEPT
...should do the trick if in fact you are using iptables, which I would assume from running RH9.
|
and after that you should
Code:
services iptables save
|
|
|
10-21-2004, 03:19 PM
|
#5
|
LQ Newbie
Registered: Oct 2004
Location: Napa, Ca
Posts: 2
Rep:
|
Hi. please forgive my ignorance, but can someone please post this same port-opening command using IPCHAINS?
Thanks!
Corie
|
|
|
10-26-2004, 10:52 AM
|
#6
|
LQ Newbie
Registered: Aug 2004
Posts: 1
Rep:
|
Yes I am trying to do the same thing with port 50000 using ipchains. An example would be much appreciated.
|
|
|
All times are GMT -5. The time now is 06:34 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|