Results 1 to 4 of 4
Hi
I have been asked to stop staff using MSN messenger. I believe the easiest way to do this is to block access to https://login.passport.com therefore stopping anyone to log ...
- 01-12-2005 #1Just Joined!
- Join Date
- Nov 2002
- Location
- Cambs Uk
- Posts
- 31
Blocking messenger
Hi
I have been asked to stop staff using MSN messenger. I believe the easiest way to do this is to block access to https://login.passport.com therefore stopping anyone to log on. (dont want to start blocking ports)
I guess I would add this address somewhere to our firewall (the person in charge of our firewall has just left !) any ideas how I can do this.
Ian
- 01-12-2005 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,271
Whats your firewall name,
what distro,...
Please provide as much info as possible\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 01-12-2005 #3Just Joined!
- Join Date
- Nov 2002
- Location
- Cambs Uk
- Posts
- 31
oops
Firewall is the one that comes with Red Hat linux 7.2
Kernel 2.4.7-10
Ian
- 01-12-2005 #4Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,271
Im not a pro at setting firewall under linux, but here's something that might work
Get IPTABLES working.
This can block an ip or range of ips:Code:iptables -A OUTPUT -p tcp -d messenger.hotmal.com --dport 1863 -j REJECT
~~~~~~~~~~~~~~~~~~Code:iptables -A OUTPUT -p tcp -s address/mask -d messenger.hotmal.com --dport 1863 -j REJECT
also if a real security admin could have a look at this, there may be a flaw in this...\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps


Reply With Quote
