473,563 Members | 2,762 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 14998
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-iptablesfirewal l-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
1597
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
1870
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 platform and need to communicate between it and Javascript. Does javascript write to memory variables that are accessible to other programs? I know...
0
1153
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. Could this be due to the firewall? If the external site calls for a webpage on localhost, or a js file (from IE running on localhost) however, the...
3
2488
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 between the XML Web Service and the host for the remote object. Within the host a port is defined and the channel registered. It starts listening...
2
7820
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 to write in serial port from my windows a Timeoutexception is thrown. I use SerialPort class in System.IO.Ports and for writing port i used write()...
23
1921
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 second two statements
3
1289
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 than 20K records, looping each records would be a bad approach. Is there any other way so that I can find the page number? Thanks in Advance.
2
994
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
3478
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 ...` My sense is that this should be done using subprocess.Popen() since, although I am using Python 2.4 (Linux) and 2.6 (MacOS), all of the other...
0
7583
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7638
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6250
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3642
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2082
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 we have to send another system
1
1198
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
923
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.