Linux Netfilter discussions
 help / color / mirror / Atom feed
* Re: Kazaa Ports
@ 2003-09-09  8:21 jimbo jones
  2003-09-09 13:51 ` Jeffrey Laramie
  0 siblings, 1 reply; 11+ messages in thread
From: jimbo jones @ 2003-09-09  8:21 UTC (permalink / raw)
  To: JALaramie, dagent.geo; +Cc: netfilter


Have you fiddled with the firewall settings in Kazaa that supposedly let you 
change the outgoing port to anything you like.  I have heard in cases that 
you can change this to, say, port 80 and suddenly everything goes (web port 
and all).  However I have exactly the same setup with exactly the same issue 
and this option didnt work for me.  But maybe it will for someone else.  
Would also like to get this solved.

Suggestions appreciated.

Cheers


>From: Jeffrey Laramie <JALaramie@Loudoun-Fairfax.com>
>To: SBlaze <dagent.geo@yahoo.com>
>CC: netfilter@lists.netfilter.org
>Subject: Re: Kazaa Ports
>Date: Mon, 08 Sep 2003 18:47:18 -0400
>
>Thanks for answering
>
>>Assuming that you are running the Kazza on a Internal windows machine the
>>POSTROUTING should handle all of the out going of the Kazza Client...
>>
>>
>
>hmmm . . . I revised my rule set recently using the iptables tutorial  by 
>Oskar Andreasson as a guide, and he recommends again doing any filtering in 
>the nat tables.
>
>http://iptables-tutorial.frozentux.net/chunkyhtml/traversingoftables.html#TRAVERSINGGENERAL
>
>
>>what is probably not making it through is the returning connection 
>>attempts of
>>the Kazza servers? In which case... you shouldn't be using FORWARD lines 
>>at all
>>sinnce these are supposedly destined for the local machine(as in the Linux 
>>box
>>itself and not anything in your lan).
>>
>
>If you look further down in the link I posted, there is a diagram that 
>shows INPUT going to the localhost and the FORWARD being used for packets 
>destined for other hosts.  Hmmm again . . .  :-)
>
>>What I think is needed here is the
>>PREROUTING of a range or specific ports. I think this will solve your 
>>problem
>>for Kazza but it offers very little as in the way of security for those 
>>ports.
>>
>>An example of this is when I used to run my Half-Life Deadicated Server on 
>>my
>>internal Windows Machine I used a PREROUTING line such as...
>>
>>iptables -t nat -A PREROUTING -p udp --dport 27015 -i eth0 -j DNAT
>>--to-destination 192.168.1.25:27015
>>
>>While my scenerio was alot simpler than yours it's similar I think. Your
>>problem will be of course finding the range of ports. I would also say 
>>take
>>note of the use of limiting it to one protocol(if you can). Better to have 
>>a
>>straw open to the world than a big ol sewer pipe!
>>
>>
>>
>Absolutely! That's what makes this an issue for me. I can't nail down the 
>ports Kazaa needs and the more I open up the less protection I have. I need 
>to find a better strategy and I'm open to suggestions.
>
>Jeff
>
>
>

_________________________________________________________________
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband



^ permalink raw reply	[flat|nested] 11+ messages in thread
* Kazaa Ports
@ 2003-09-08 15:49 Jeffrey Laramie
  2003-09-08 17:01 ` SBlaze
  0 siblings, 1 reply; 11+ messages in thread
From: Jeffrey Laramie @ 2003-09-08 15:49 UTC (permalink / raw)
  To: netfilter

Hi All,

I am trying to provide a modest amount of security for a home LAN using 
NAT and filtering. My family insists on using Kazaa Lite on their 
Windows boxes (aaahhh!!).

My (other) problem is that Kazaa insists on using sequential source 
ports and seemingly random destination ports to make connections. I 
already have a rule to allow ESTABLISHED,RELATED through, but these 
packets must be new connections (connecting to supernodes maybe?). No 
matter how many ports I open I can't seem to open enough ports to make 
it run.

I'm rapidly becoming unpopular in my house. Any ideas how I can make 
Kazaa Lite work and still maintain some security? Are these mutually 
exclusive goals?

Jeff



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-09-11  9:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <NGBBLGFEALDADHNDAAFFIEPEDKAA.ksmith@perfht.com>
2003-09-10 18:34 ` Kazaa Ports Jeffrey Laramie
2003-09-11  9:08   ` Chris Lowth
2003-09-09  8:21 jimbo jones
2003-09-09 13:51 ` Jeffrey Laramie
2003-09-09 18:25   ` SBlaze
  -- strict thread matches above, loose matches on Subject: below --
2003-09-08 15:49 Jeffrey Laramie
2003-09-08 17:01 ` SBlaze
2003-09-08 17:48   ` Jeffrey Laramie
2003-09-08 21:02     ` SBlaze
2003-09-08 22:47       ` Jeffrey Laramie
2003-09-09  3:53         ` SBlaze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox