This is a discussion on Firewall that allows Fasttrack within the Linux Security forums, part of the System Security and Security Related category; I am on Fedora 1 and my firewall know-how is zero. (sub zero) I want to run a firewall ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am on Fedora 1 and my firewall know-how is zero. (sub zero)
I want to run a firewall and poke holes through it for file-sharing via the giFT daemon. I have managed to get mail, usenet, gnutella all working, but fasttrack just goes down and I can't get it to work. I have tried that app called guarddog, but it also blocks it, even though it has a setting specially to allow fasttrack. I use Kmyfirewall which write those freaky iptables scripts for me. (If that helps) Can anyone explain the procedure? Tah, Bats ~..~ |
|
|||
|
Brad Olin wrote:
> On Sat, 12 Jun 2004 16:33:05 +0200, Bats <Bats@nomail.com> wrote: > >>I am on Fedora 1 and my firewall know-how is zero. (sub zero) >>I want to run a firewall and poke holes through it for file-sharing >>via the giFT daemon. >>I have managed to get mail, usenet, gnutella all working, but fasttrack >>just goes down and I can't get it to work. >>I have tried that app called guarddog, but it also blocks it, even though >>it has a setting specially to allow fasttrack. >> >>I use Kmyfirewall which write those freaky iptables scripts for me. (If >>that helps) >> > > I'm not familier with that package. You need to know what protocol and > port(s) it uses. If you can't find the needed info with a google search > or in the documentation, then you can determine it yourself by trial and > error with logging enabled. Make sure you log and check both INPUT and > OUTPUT chains. Example log rules for the end of each chain follow. > > > /sbin/iptables -A INPUT -j LOG --log-level info --log-prefix "nf IN: " > /sbin/iptables -A INPUT -j DROP > > > /sbin/iptables -A OUTPUT -j LOG --log-level info --log-prefix "nf OUT: " > /sbin/iptables -A OUTPUT -j DROP > > > Brad Thanks for the info. I will have to play with the settings then. I had hoped someone here may be running giFTd with the fasttrack plugin and they would know that settings to use. -- Bats ~..~ I can only post on weekends and rare times during the week. South Africa has a Telkom that is insanely expensive. Please forgive the slow replies to any threads. |
|
|||
|
it has a setting specially to allow fasttrack.
> >I use Kmyfirewall which write those freaky iptables scripts for me. (If >that helps) > first read up on IPTables then. When confronteed with it, you really need to study it. No shortcuts. frgr Erik |