Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-28-2005, 06:42 PM
|
#1
|
|
LQ Newbie
Registered: Aug 2005
Posts: 2
Rep:
|
Firewall / Fedora Core
I am running Fedora core 4, I'm used a program, however my firewall won't let it access the internet, yes, i am a newbie to this, but Fedora core i know is most user friendly. How do i open it up or access the firewall to let the program through?
|
|
|
|
08-29-2005, 02:22 AM
|
#2
|
|
Senior Member
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658
Rep:
|
First, does the program work with the firewall off? Also could you provide some details about what program you're using, including what ports in uses.
|
|
|
|
08-29-2005, 02:28 AM
|
#3
|
|
LQ Newbie
Registered: Aug 2005
Posts: 2
Original Poster
Rep:
|
I'm trying to just set up a few programs, but my firewall won't let any of them through. like for instance, Limewire. It wouldn't allow access, which is wierd, because when i used wine to install Ares, i could access internet with ares. Dunno why limewire won't work, but Ares will
|
|
|
|
08-29-2005, 09:52 PM
|
#4
|
|
Senior Member
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658
Rep:
|
To open the limewire (gnutella) port do the following as root:
Code:
iptables -I INPUT -p tcp --dport 6346 -j ACCEPT
iptables -I INPUT -p udp --dport 6346 -j ACCEPT
service iptables save
It's been awhile since I've used limewire, so you should check the limewire docs and verify that the port number is correct. If you aren't comfortable with the command line, the use the firewall config GUI in Start->System Settings->Security Level and enter the appropriate port number in the "other ports" box.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08: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
|
|