Go Back   The macosxhints Forums > OS X Help Requests > Networking



Reply
 
Thread Tools Rate Thread Display Modes
Old 01-26-2002, 02:26 PM   #1
dbhill
Triple-A Player
 
Join Date: Jan 2002
Location: Turlock CA, USA
Posts: 204
Port 2222

What is UDP port 2222 and why is my own IP address associated in the firewall log? Should this port be open or closed for normal single user over broadband Internet usage?

Grateful to get educated about this.

~Dennis
dbhill is offline   Reply With Quote
Old 01-29-2002, 08:29 AM   #2
cybergoober
Triple-A Player
 
Join Date: Jan 2002
Location: Newport News, VA U.S.A.
Posts: 108
Office v.X?

Are you using Office v.X? When you launch one of the Office apps, it broadcasts over udp (2222, if I'm not mistaken) to make sure no one else on your network is using the same copy of Office. I would say that is normal if you have Office v.X

Hope that helps.
cybergoober is offline   Reply With Quote
Old 01-29-2002, 10:38 AM   #3
dbhill
Triple-A Player
 
Join Date: Jan 2002
Location: Turlock CA, USA
Posts: 204
Ahh, that explains everything. Yup, I'm in OS X with Office-X. I knew that I had seen that port discussed recently, but couldn't remember in what context. Thank you for your insight. As far as being in OS X; since I have been full time in X, it has faded from my memory that there might be other OSes in use. I'll be more specific next time.

~Dennis
dbhill is offline   Reply With Quote
Old 01-29-2002, 10:41 AM   #4
mervTormel
League Commissioner
 
Join Date: Jan 2002
Posts: 5,536
list of tcp/ip & udp ports...

http://www.iana.org/assignments/port-numbers

this is a 460K large html page
mervTormel is offline   Reply With Quote
Old 01-17-2005, 08:55 PM   #5
tji
Triple-A Player
 
Join Date: Aug 2003
Location: Mountain View, CA
Posts: 183
After seeing firewall logs about a UDP broadcast on port 2222, I set out to find the perpetrator..

I was a bit surprised to see that the packets were coming from my PowerBook.

WTF was Microsoft thinking? Broadcasting to the network that I'm using Office?? Come on.

I wonder if there is any way to tell Office to stop this behavior, rather than just firewalling it in the OS.
tji is offline   Reply With Quote
Old 01-17-2005, 09:53 PM   #6
hayne
Site Admin
 
Join Date: Jan 2002
Location: Montreal
Posts: 31,941
Quote:
Originally Posted by tji
I wonder if there is any way to tell Office to stop this behavior, rather than just firewalling it in the OS.

Yes - I think it's one of the "hidden" preferences in MS Office - called something like "Disable stupid copy protection scheme" perhaps?
Let's have a look:
http://www.thehumorarchives.com/humor/0000690.html
No - I don't see it there - I guess that will be a feature for the next version.

Seriously, firewalling it is the (only) way to go.
hayne is offline   Reply With Quote
Old 01-18-2005, 10:44 AM   #7
Raven
Hall of Famer
 
Join Date: Jul 2003
Location: Montreal
Posts: 4,782
Wow... hadn't seen that ms word joke page in a long while... But classics are nice
__________________
Waffled foreheads are a symptom of broken keyboards and inexperienced users
Raven is offline   Reply With Quote
Old 01-18-2005, 11:22 AM   #8
bobw
Major Leaguer
 
Join Date: Jan 2002
Location: Phila, PA
Posts: 366
To stop Office from checking;

Create the following AppleScript:
try
set theConfirmation to (do shell script ¬
"/sbin/ipfw add 0 deny tcp from any to any 3464" password ¬
"MyPassword" with administrator privileges)
set theConfirmation to (do shell script ¬
"/sbin/ipfw add 0 deny udp from any to any 2222" password ¬
"MyPassword" with administrator privileges)
on error
beep
end try
Obviously, "MyPassword" has to be your password.

The best uses of the script are:
Make it a compiled script and then run it via Script menu as needed.
Make it a "run only" and "don't show startup screen" script, and then add it to your startup items.

=======================================

You could also install Little Snitch - you can use this to stop anything, apps, etc, from calling home.
bobw is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate 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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 08:29 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.