Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > macOS > Office X sending out data...

Office X sending out data...
Thread Tools
Bluebomber21XX
Mac Enthusiast
Join Date: Feb 2001
Location: Livermore, California
Status: Offline
Reply With Quote
Nov 17, 2001, 03:31 AM
 
I know someone here posted a message that told how to block the Office v. X apps from sending data about their registration.

Problem is, I can't find it. The command was something like:

"block out from any to any on any"

Can anyone find this thread, or do they know the commands for this? I'm really paranoid about apps sending out info about me, so...
The online resource for Rockman & Forte!
http://www.bluebomber.com/
     
Scrod
Mac Elite
Join Date: Jan 2001
Location: Sad King Billy's Monument on Hyperion
Status: Offline
Reply With Quote
Nov 17, 2001, 03:37 AM
 
Office X doesn't send out information about you. In fact, it doesn't send any information out on the internet at all. It only looks for other copies of itself on your local network.
I abused my signature until she cried.
     
aenemated
Junior Member
Join Date: Nov 2001
Location: Las Vegas
Status: Offline
Reply With Quote
Nov 17, 2001, 10:38 AM
 
but for some of us <ahem> poorer users ... a firewall does wonders.
// trent
     
jguidroz
Mac Enthusiast
Join Date: Sep 2000
Location: Louisiana
Status: Offline
Reply With Quote
Nov 17, 2001, 12:46 PM
 
I don't know the port number to block but you would type....

sudo ipfw add 10000 deny udp from <youripaddress portnumber> to any

sudo ipfw add 10001 deny udp from any to <youripaddress portnumber> via en0

There are two port numbers needed. Office v.X sends out on one and receives in on the other. The first statement blocks any udp sends from your computer, and the second blocks any udp requests to your computer. You don't need the <> but you do need a space between ip address and port number.

I put the 10000, 10001 as a number for the rules. This is how it would be on my computer since I set up a firewall already. If you don't add the 10000, 10001, it will set the rules up as 100 and 200.
B&W G3/300 OS X 10.3 Server
AL G4/1.5 OS X 10.3
Next computer G5/3.X Ghz OS X 10.x.x
     
dtriska
Mac Elite
Join Date: Sep 2000
Location: Canada
Status: Offline
Reply With Quote
Nov 17, 2001, 07:25 PM
 
     
BTP
Mac Elite
Join Date: Feb 2001
Location: 34.06 N 118.47 W
Status: Offline
Reply With Quote
Nov 18, 2001, 03:11 AM
 
(using the terminal):

sudo ipfw add 0 deny udp from any to any 2222
sudo ipfw add 0 deny tcp from any to any 3464

do those 2 commands and office will still work fine.
A lie can go halfway around the world before the truth even gets its boots on. - Mark Twain
     
godzookie2k
Mac Elite
Join Date: Oct 2000
Location: Baltimore, MD
Status: Offline
Reply With Quote
Nov 18, 2001, 04:58 AM
 
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier> The only way to go through this, is to set up the OS X firewall on each computer of the LAN. The easiest way to do this is to use a font end, FireWalk X.

You just need to deny acces , via TCP, of any incomming IP to the following ranges of ports :
- <font color = blue>3000</font> to <font color = blue>4000</font>
- <font color = blue>5000</font> to <font color = blue>65535</font>

So you just need two rules:
- deny IP [your entire subnet, for exemple <font color = blue>10.0</font>.<font color = blue>1.</font>x or, <font color = blue>192.168</font>.<font color = blue>0.</font>x] coming from all ports to access ports <font color = blue>3000</font> to <font color = blue>4000</font>
- deny IP [your entire subnet, for exemple <font color = blue>10.0</font>.<font color = blue>1.</font>x or, <font color = blue>192.168</font>.<font color = blue>0.</font>x] coming from all ports to access ports <font color = blue>50000</font> to <font color = blue>65535</font>

Set up firewall on each computer of your LAN, and that's it : you can use Office v.X at the same time on every computer of your LAN. </font>[/code]

[ 11-18-2001: Message edited by: godzookie2k ]
     
Vader's Robotic Stump
Mac Enthusiast
Join Date: May 2001
Location: My Son Luke burnt me up on Endor
Status: Offline
Reply With Quote
Nov 29, 2001, 10:31 PM
 
Originally posted by BTP:
<STRONG>(using the terminal):

sudo ipfw add 0 deny udp from any to any 2222
sudo ipfw add 0 deny tcp from any to any 3464

do those 2 commands and office will still work fine.</STRONG>
I did those hacks but it seems that it didn't work. I think office is using more ports then that. How exactly can I watch what ports it is using?

"I find your lack of faith disturbing."
     
RoofusPennymore
Senior User
Join Date: Oct 1999
Location: Planet Earth
Status: Offline
Reply With Quote
Nov 29, 2001, 10:59 PM
 
I only use this:

sudo ipfw add 0 deny udp from any to any 2222

And it works just fine.
---I'm on a low Microsoft diet.
     
jguidroz
Mac Enthusiast
Join Date: Sep 2000
Location: Louisiana
Status: Offline
Reply With Quote
Nov 29, 2001, 11:15 PM
 
Originally posted by RoofusPennymore:
<STRONG>I only use this:

sudo ipfw add 0 deny udp from any to any 2222

And it works just fine.</STRONG>
You have to remember to do that after every restart because the firewall does not remember it after a shutdown.
B&W G3/300 OS X 10.3 Server
AL G4/1.5 OS X 10.3
Next computer G5/3.X Ghz OS X 10.x.x
     
RoofusPennymore
Senior User
Join Date: Oct 1999
Location: Planet Earth
Status: Offline
Reply With Quote
Nov 30, 2001, 12:12 AM
 
Originally posted by jguidroz:
<STRONG>

You have to remember to do that after every restart because the firewall does not remember it after a shutdown.</STRONG>
Yup, but rarely are both computers using a MS app so I don't usally have to. Wonder if it's possible to make an applescript that does this and set it as a logon item?
---I'm on a low Microsoft diet.
     
Severed Hand of Skywalker
Addicted to MacNN
Join Date: Apr 2001
Location: The bottom of Cloud City
Status: Offline
Reply With Quote
Nov 30, 2001, 12:51 AM
 
Since I have a router I think I can also do it that way. Problem is I have no clue how to do it on my LinkSys.

"Ahhhhhhhhhhhhhhhh"
     
Eug
Clinically Insane
Join Date: Dec 2000
Location: Caught in a web of deceit.
Status: Offline
Reply With Quote
Nov 30, 2001, 01:33 AM
 
<STRONG>sudo ipfw add 0 deny udp from any to any 2222</STRONG>

I am a Unix newbie and don't quite understand the explanation given higher up. Oh well.

I loaded up Office beta a few times and then used the Network Utility to scan the ports. The ports are random, but it seems they were all in the 3000-4000 range somewhere, as someone suggested.

<STRONG>Since I have a router I think I can also do it that way. Problem is I have no clue how to do it on my LinkSys.</STRONG>

Am I right to think that one can do the blocking on the Linky @ 192.168.1.1--&gt;Advanced--&gt;Filters--&gt;Filters Private Port Range?

[ 11-30-2001: Message edited by: Eug ]
     
mr_sonicblue
Mac Elite
Join Date: Sep 2000
Location: Eagan, MN
Status: Offline
Reply With Quote
Nov 30, 2001, 01:58 AM
 
I've been using the following command for a while, and it DOES WORK PAST REBOOTS...

sudo ipfw add deny udp from any to any 2222

EDIT: Remember, you have to enter it on each computer with Office...

[ 11-30-2001: Message edited by: mr_sonicblue ]
     
RoofusPennymore
Senior User
Join Date: Oct 1999
Location: Planet Earth
Status: Offline
Reply With Quote
Nov 30, 2001, 09:47 AM
 
Originally posted by mr_sonicblue:
<STRONG>I've been using the following command for a while, and it DOES WORK PAST REBOOTS...

sudo ipfw add deny udp from any to any 2222

EDIT: Remember, you have to enter it on each computer with Office...
</STRONG>
That's the same exact command I use but I have to type it into the terminal each time I reboot. How does yours remember?
---I'm on a low Microsoft diet.
     
malvolio
Professional Poster
Join Date: Apr 2001
Location: Capital city of the Empire State.
Status: Offline
Reply With Quote
Nov 30, 2001, 09:56 AM
 
Mine remembers too. I know this from using the monitoring function of FireWalk, which shows me repeated blocking of poor Office's attempts to connect through port 2222.
/mal
"I sentence you to be hanged by the neck until you cheer up."
MacBook Pro 15" w/ Mac OS 10.8.2, iPhone 4S & iPad 4th-gen. w/ iOS 6.1.2
     
Immortal K-Mart Employee
Mac Elite
Join Date: Sep 2001
Location: Folding customer returned size 52 underwear.
Status: Offline
Reply With Quote
Nov 30, 2001, 10:21 AM
 
Originally posted by mr_sonicblue:
<STRONG>I've been using the following command for a while, and it DOES WORK PAST REBOOTS...

sudo ipfw add deny udp from any to any 2222

EDIT: Remember, you have to enter it on each computer with Office...
</STRONG>
Strange, I did just that one each computer and it forgets after a restart.

{v2.3 Now Jesus free}
Religions are like farts: yours is good, the others always stink.
     
jguidroz
Mac Enthusiast
Join Date: Sep 2000
Location: Louisiana
Status: Offline
Reply With Quote
Nov 30, 2001, 12:40 PM
 
Either need to use a graphical UI to manage the firewall, or manually create the necessary files for placement in the StartupItems for it to load the firewall rules each time. Then there is also editing /etc/hostconfig so you can manually turn on and off the firewall. Choose which method you want.

If anyone wants help on how to set up the firewall manually, email me at [email protected]. I'll also help if you want a firewall that does more than just block out Office v.X transmissions.

Yes can do all this with a graphical UI, but some of us prefer the other way.

[ 11-30-2001: Message edited by: jguidroz ]
B&W G3/300 OS X 10.3 Server
AL G4/1.5 OS X 10.3
Next computer G5/3.X Ghz OS X 10.x.x
     
   
 
Forum Links
Forum 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
Top
Privacy Policy
All times are GMT -4. The time now is 04:43 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,