• RSS
  • Twitter
  • FaceBook

Welcome to ISAserver.org

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

RE: Tips for msn,yahoo,kazaa

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [ISA Server 2000 Misc.] >> Tips & Tricks >> RE: Tips for msn,yahoo,kazaa Page: <<   < prev  1 [2] 3   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: Tips for msn,yahoo,kazaa - 25.Mar.2004 11:30:00 AM   
cpics

 

Posts: 44
Joined: 12.Nov.2003
From: pakistan
Status: offline
hi all

i'm running 2 isa servers one is running for web and one is running for firewall but when msn is connecting it's uses the https and https server of web server but i want to utlise the https, https server of firewall server not the web server wat rules i hv to make for this purpose mail me at bhootno1@hotmail.com i'm waiting for ur replies thanks

(in reply to zzz343)
Post #: 21
RE: Tips for msn,yahoo,kazaa - 25.Mar.2004 11:32:00 AM   
cpics

 

Posts: 44
Joined: 12.Nov.2003
From: pakistan
Status: offline
hi all

i'm running 2 isa servers one is running for web and one is running for firewall but when msn is connecting it's uses the https and https server of web server but i want to utlise the https, https server of firewall server not the web server wat rules i hv to make for this purpose mail me at bhootno1@hotmail.com i'm waiting for ur replies thanks

(in reply to zzz343)
Post #: 22
RE: Tips for msn,yahoo,kazaa - 31.Mar.2004 2:26:00 PM   
skidrow52

 

Posts: 7
Joined: 11.Jan.2003
From: Saudi Arabia
Status: offline
Can someone tell me how to block Paltalk ?

(in reply to zzz343)
Post #: 23
RE: Tips for msn,yahoo,kazaa - 20.May2004 11:50:00 AM   
chasserayaz

 

Posts: 12
Joined: 20.May2004
From: Shahadpur
Status: offline
hi guys !

Any one can guide me how to enable demand dial on ma isa server.....

thnx if i can make it...

(in reply to zzz343)
Post #: 24
RE: Tips for msn,yahoo,kazaa - 20.May2004 3:06:00 PM   
zzz343

 

Posts: 762
Joined: 19.Feb.2002
From: World's 7th Nuclear Power
Status: offline
Hi,

To use isa dial on demand feature, First create an dialup entry in POLICY ELEMENTS with the connection you want to dial on demand.
After this goto network configuration / right click on it and tak properties, and select " USE DIALUP ENTRY".

For more info, check check this article.

http://www.isaserver.org/tutorials/Using_ISA_dial_on_demand_for_Internet_connections.html

HTH,

(in reply to zzz343)
Post #: 25
RE: Tips for msn,yahoo,kazaa - 2.Jun.2004 2:56:00 PM   
Guest
The problem is with de clients. There are not configured as firewall clients.
Look that.
Good Luck.

Leo from Uruguay

(in reply to zzz343)
  Post #: 26
RE: Tips for msn,yahoo,kazaa - 28.Jul.2004 12:45:00 PM   
jseyadi

 

Posts: 17
Joined: 28.Jul.2004
From: Bahrain
Status: offline
People,

Everyone here is talking about how to block IM's (especially MSN messanger), well I have the opposite problem; I wont to enable MSN Messanger [Eek!] !. The only chenge i've done is that I chenged the Internet access policy in the firewall to allow only Authorized users. When I change it to All Users MSN messanger works fine!.

The buzzling thing is that other IM's are working fine (ICQ & Yahoo).

Can somone please direct me to an article or explain to me how to go around this problem, I need to allow MSN messanger for specific users.

(in reply to zzz343)
Post #: 27
RE: Tips for msn,yahoo,kazaa - 4.Aug.2004 6:57:00 AM   
mbudkule

 

Posts: 17
Joined: 1.Jul.2004
From: india
Status: offline
Hello All,

Two weeks before my msn chat was blocked but now i am facing problems.
why my users are able login to msn messenger ?
on all my clients ,i installed firewall client.

with proper destination set.

urgent relpy ?
Thanks mangesh

(in reply to zzz343)
Post #: 28
RE: Tips for msn,yahoo,kazaa - 6.Aug.2004 12:51:00 AM   
pinkheart

 

Posts: 36
Joined: 24.Mar.2004
Status: offline
quote:
--------------------------------------------------------------------------------
People,

Everyone here is talking about how to block IM's (especially MSN messanger), well I have the opposite problem; I wont to enable MSN Messanger !. The only chenge i've done is that I chenged the Internet access policy in the firewall to allow only Authorized users. When I change it to All Users MSN messanger works fine!.

The buzzling thing is that other IM's are working fine (ICQ & Yahoo).

Can somone please direct me to an article or explain to me how to go around this problem, I need to allow MSN messanger for specific users.
--------------------------------------------------------------------------------

Well , when u require authenticaiton for all users I found the folloing about msn messenger :
-- if ur user are members of AD and log on to the AD , it will work fine ( win2k or winXP).remember to choose integrated authenticaion.

--if they r not, u should make the log on user name and password of the client computer the same as the one of that in the ISA. and they MSN msg. will work without problem on windows XP only .

that what I found during the tests in my lab.

(in reply to zzz343)
Post #: 29
RE: Tips for msn,yahoo,kazaa - 4.Oct.2004 2:54:00 PM   
Guest
Try this!
i do not know it works but it is worth it
!

put it in a vbs script!

'==========================================================================
'
' NAME: <msn messenger configuration for ISA server.vbs>
'
' AUTHOR: Michael Kehm (mkehm@ghks.de)
' DATE : 11/24/2001
'
'==========================================================================

Dim objFPC, objMyArray, objMyPD
const fpcInbound = 0
const fpcOutbound = 1
const fpcReceiveOnly = 0
const fpcSendOnly = 1
const fpcReceiveSend = 2
const fpcSendReceive = 3

Set objFPC = CreateObject("FPC.root")
Set objMyArray = objFPC.Arrays.GetContainingArray

'MSN Messenger File Transfer Entry
WScript.Echo "MSN Messenger (FileTransfer) ProtokolleintrSge werden hinzugefngt ..."
set objMyPD = objFPC.Arrays.GetContainingArray.PolicyElements.ProtocolDefinitions.addtcp ("MSN Messenger (FileTransfer)", fpcOutbound, 6891)
objMyPD.SecondaryConnections.AddTCP fpcInbound,6891,6900
objMyPD.SecondaryConnections.AddTCP fpcOutbound,6891,6900
objMyPD.name ="MSN Messenger (FileTransfer)"
objMyPD.description = "Adds the specific ports for inbound and outbound way that MSN Messenger FileTransfer can be used!"
objMyPD.save
objMyArray.Save

'MSN Messenger AV Communication Entry
WScript.Echo "MSN Messenger (A/V Communication) ProtokolleintrSge werden hinzugefngt ..."
set objMyPD = objFPC.Arrays.GetContainingArray.PolicyElements.ProtocolDefinitions.addtcp ("MSN Messenger (A/V Communication)", fpcOutbound, 6901)
objMyPD.SecondaryConnections.AddTCP fpcOutbound,6901,6901
objMyPD.SecondaryConnections.AddTCP fpcInbound,6901,6901
objMyPD.SecondaryConnections.AddUDP fpcSendReceive, 6901, 6901
objMyPD.SecondaryConnections.AddUDP fpcReceiveSend, 6901, 6901
objMyPD.name ="MSN Messenger (A/V Communication)"
objMyPD.description = "Adds the specific ports for inbound and outbound way that MSN Messenger Audio / Video Communication can be used!"
objMyPD.save
objMyArray.Save

'MSN Messenger SIP Entry
WScript.Echo "MSN Messenger (SIP - Session Initial Protocol) ProtokolleintrSge werden hinzugefngt ..."
set objMyPD = objFPC.Arrays.GetContainingArray.PolicyElements.ProtocolDefinitions.addtcp ("MSN Messenger (SIP)", fpcSendOnly, 5060)
objMyPD.SecondaryConnections.AddUDP fpcSendReceive, 5004, 65535
objMyPD.SecondaryConnections.AddUDP fpcReceiveSend, 5004, 65535
objMyPD.name ="MSN Messenger (SIP)"
objMyPD.description = "Adds the specific port for SIP - Session Initial Protocol!"
objMyPD.save
objMyArray.Save

'MSN Messenger File Transfer Entry
WScript.Echo "MSN Messenger Eintrag in der Firewall Client Application List wird hinzugefngt ..."
set objMyPD = objFPC.Arrays.GetContainingArray.ClientConfig.Firewall.Settings.AddSection("msmsgs")
objMyPD.value("NameResolutionForLocalHost")= "P"
objMyPD.save
objMyArray.Save

Set objMyArray = Nothing
Set objMyPD = Nothing
Set objFPC = Nothing

(in reply to zzz343)
  Post #: 30
RE: Tips for msn,yahoo,kazaa - 20.Oct.2004 11:37:00 AM   
Guest
You mentioned the following:

> If you wish to know what ports Messenger uses,
> this is the order in which Messenger scans:

> 5050
> 80
> All available

What is this "All available"?

Thanks.

(in reply to zzz343)
  Post #: 31
RE: Tips for msn,yahoo,kazaa - 20.Oct.2004 11:48:00 AM   
skal

 

Posts: 26
Joined: 14.May2004
Status: offline
Well my problem is that i have a certain users which i want him to have access to pop3 mail and smtp mail and also have access to msn messenger but this user is not to have access to anything else like http why? dont ask....... [Smile] can some one please help me i have open the port 1863 and add in a s and c rule the msn.messenger.com and msn.com and the gateway.messenger.com but i dosent work. any tips .....

(in reply to zzz343)
Post #: 32
RE: Tips for msn,yahoo,kazaa - 23.Oct.2004 8:16:00 AM   
Guest
It really amazes me that a microsoft product (msn messenger) cannot work through a microsoft gateway (Isa Server 2004). We do occasionally use the webcam feature in Msn Messenger while communicating with international clients. Thus I consider this limitation a bit awkward to say the least.

(in reply to zzz343)
  Post #: 33
RE: Tips for msn,yahoo,kazaa - 10.Nov.2004 11:19:00 AM   
mrhasnain

 

Posts: 3
Joined: 10.Nov.2004
Status: offline
i m a cable operator here in karachi

i m getting a problem with isa

web sms....is working fine for ONLY mobilink
i have opened port # 51215 TCP outbound
and have also installed java plugin on all users pc.....all users using windows 98, Me, 2000 and XP are only able to send sms through mobilink applet....

on insta and ufone...on connecting....it doesnt connect..and is immediately disconnected.

i will be grateful if any one can help me out..

thanx and duas
hasnain

(in reply to zzz343)
Post #: 34
RE: Tips for msn,yahoo,kazaa - 2.Mar.2005 5:42:00 PM   
modren

 

Posts: 3
Joined: 3.Jan.2005
From: tripoli
Status: offline
I whant to block KAZAA an iMesh programs ,,,
can any one gives me the steps ,,
thnx

(in reply to zzz343)
Post #: 35
RE: Tips for msn,yahoo,kazaa - 5.May2005 4:21:00 AM   
estongi

 

Posts: 1
Joined: 5.May2005
Status: offline
Hi,

Am curios how you can allow access of workstations to p2p software such as WAREZ and torrent application such as BITCOMET. Am new and just tinkering with the ISA SERVER. tnx

(in reply to zzz343)
Post #: 36
RE: Tips for msn,yahoo,kazaa - 5.May2005 11:38:00 PM   
Rickymag

 

Posts: 509
Joined: 26.Nov.2003
From: SA
Status: offline
For all you P2P people this is an excellent post.

Remember the potential security risks.

[Smile]

Regards

RM

(in reply to zzz343)
Post #: 37
RE: Tips for msn,yahoo,kazaa - 9.Jun.2005 12:57:00 AM   
techylist

 

Posts: 2
Joined: 9.Jun.2005
From: Indonesia
Status: offline
Could somebody tell me how to enable Yahoo Messenger access through ISA 2004 only for certain hosts/users ?

Many thanks

(in reply to zzz343)
Post #: 38
RE: Tips for msn,yahoo,kazaa - 11.Jun.2005 2:21:00 AM   
engehab

 

Posts: 44
Joined: 11.Nov.2001
From: kuwait
Status: offline
Dear All

did any one try to block Messenger 7.0 ? since 2 months no one is able to answer this question even microsoft support eng's , I have noticed that MSN messenger 7.0 is using prot 443 to connect , you can check this by using ISA 2004 logging feature .

(in reply to zzz343)
Post #: 39
RE: Tips for msn,yahoo,kazaa - 13.Jun.2005 3:01:00 PM   
Rickymag

 

Posts: 509
Joined: 26.Nov.2003
From: SA
Status: offline
Great tips on these posts thanks Pinochio [Big Grin]

[Smile]

RM

(in reply to zzz343)
Post #: 40

Page:   <<   < prev  1 [2] 3   next >   >> << Older Topic    Newer Topic >>
All Forums >> [ISA Server 2000 Misc.] >> Tips & Tricks >> RE: Tips for msn,yahoo,kazaa Page: <<   < prev  1 [2] 3   next >   >>
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts