473,498 Members | 1,724 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which TCP port does Kazaa use to communicate?

sashi
1,754 Recognized Expert Top Contributor
Hi guys,

I was wondering if anyone can guide in the correct direction. I was told that Kazaa doesn't use a predefined port, is this true? There has to some default port being use for some sort of action right? Does anyone here have any idea on this matter?

I need to prevent users from using Kazaa in a corporate network environment, am only able to that provided if i can trap the port used by Kazaa. I can set-up firewall rules to drop / reject packets destined to that particular port, this is the best way to block port / services in Linux.

Hope someone can provide some answer, thanks a million in advance.

Sashi.
Dec 7 '06 #1
8 14993
sashi
1,754 Recognized Expert Top Contributor
Hi guys,

I came across an interesting link, according to the article Kazaa is designed to use port 80 if the default port 1214 is unavailable or blocked. I this true? Yes, the asnwer is true.

I did a little experiment, i blocked both inbound / outbound packets movement on port 1214 (TCP/UDP). I came to a shocking end when i learnt that users are still be able to use Kazaa happy everafter. How do i block Kazaa? It's not possible for me block port 80, isn't it?

Kindly refer to below attached link, it's a very resourceful link, hope it helps. Good luck & Take care.

PORT NUMBERS / Network Services (IANA)
Tips for msn,yahoo,kazaa
Dec 7 '06 #2
sashi
1,754 Recognized Expert Top Contributor
Hi guys,

These are sets of firewall rules am using to block Kazaa at the moment, hope someone can fine tune the below attached rule sets. Good luck & Take cae

Thanks in advance.

Expand|Select|Wrap|Line Numbers
  1.   iptables -A FORWARD -p tcp --dport 1214 -i eth0 -j REJECT
  2.   iptables -A FORWARD -p udp --sport 1214 -o eth0 -j REJECT
  3.  
Dec 7 '06 #3
FuerzaDelDios
10 New Member
u can check the ports being used by netstat -l

or u can look in /etc/services.

hope that helped.

regs,
FDD
Dec 11 '06 #4
FuerzaDelDios
10 New Member
u can take a look @ the followin link...

http://www.linuxforums.org/forum/linux-security/60698-iptablesfirewall-port-block-not-working-urgent.html
Dec 11 '06 #5
FuerzaDelDios
10 New Member
For present state of network & connections(on your localbox)..

netstat -plant //for tcp netstat -planu //for udp




For checking open ports(for local as well any other box connected)

nmap -P0 -sT -v host-ip/name
Dec 11 '06 #6
FuerzaDelDios
10 New Member
Another suggestion:

u can capture the packets using ethereal.

First start ethereal, then run kazaa. The application should send some control packets when it comes up. That should tell u the default ports being used.

Hope that helped.

FDD
Dec 11 '06 #7
sashi
1,754 Recognized Expert Top Contributor
Another suggestion:

u can capture the packets using ethereal.

First start ethereal, then run kazaa. The application should send some control packets when it comes up. That should tell u the default ports being used.

Hope that helped.

FDD
Hi there,

A million thanks to you, the details provided really helped me alot. Good luck & Take care.
Dec 12 '06 #8
FuerzaDelDios
10 New Member
no problemo.. :)
Dec 12 '06 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1591
by: Justin | last post by:
Hello. When writing socket programs which comunicate with eachother over IP, how do you choose which port they should use? Cheers, Justin.
1
1865
by: bscofield | last post by:
Hi, I'm a db app. developer and I am re-writing some helps in javascript & HTML. The Javascript is for form flow and design and HTML just to display the helps. I use a seperate app. development...
0
1147
by: pieV | last post by:
I am using Msxml2.DOMDocument to pull xml fragments from different sibling websites. This works off the net, however during testing on my localhost, it fails if called from an external website....
3
2479
by: Fredric Ragnar | last post by:
Hi, I am making a prototype system with Remoting in the bottom of the system. An XML Web Service is using the remote object on an IIS to present data. I am using a TcpChannel for communicating...
2
7813
by: Nasif | last post by:
Currently I am writing a program which sends and receives messages through serial port to a device. I am using C# and Microsoft Visual studio 2005 for windows program. But my problem is when i try...
23
1912
by: Martin T. | last post by:
Hi all! char* p = new char; // POD! .... delete p; // std compliant delete p; // will work on VC8 free(p); // will also work on VC8 I am interested on which platforms/compilers the...
3
1276
by: ArunDhaJ | last post by:
Hi All, I've a grid with say 100 records with pagination of 10 records per page. Given a record, how can I identify which page does this record is available? As the grid size can be much larger...
2
990
by: madankarmukta | last post by:
HI, I created the service in .Net .How can i find out which port that service is listening on .? Thanks!
3
3472
by: Roger Davis | last post by:
Hi, I am brand-new to Python but am an experienced C/Unix programmer. I am rewriting in Python some old shell scripts that do lots of stuff like set output = `cat this | grep that | whatever...
0
7126
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7168
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7210
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
4595
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3096
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3087
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1424
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
659
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
293
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.