Networking Forums

Networking Forums > Computer Networking > Linux Networking > MSN messenger behind Firewall+NAT

Reply
Thread Tools Display Modes

MSN messenger behind Firewall+NAT

 
 
Daniel Camps
Guest
Posts: n/a

 
      12-01-2004, 04:07 PM
I have a Linux box with a Firewall and behind windows clients aiming to use
MSN messenger, I am using NAT so the LAN has private IP's, I just want to
allow the instant messaging services, I don't care by now about the file and
video/voice transfers.

Which rules should I configure in the Firewall ?
I checked a Windows XP SP2 firewall configured to let MSN messenger go
through and it was allowing the following ports:

TCP->8653 and UDP->8661

I tried with these ports and it didn't work, I cheked in the Internet and I
found out that instant messaging uses 1863 and TCP, I tried with this but it
didn't work either. So does anybody know which ports to configure and how
(which direction) ?

Thanks a lot !
 
Reply With Quote
 
 
 
 
MahinCTG
Guest
Posts: n/a

 
      12-02-2004, 02:45 AM
Dear Daniel,

U better try with this

# MSN Messenger

iptables -A INPUT -p tcp --dport 1863 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 1863 -j ACCEPT
iptables -A FORWARD -p tcp --dport 1863 -j ACCEPT
iptables -A FORWARD -p tcp --dport 7801:7825 -j ACCEPT
iptables -A FORWARD -p tcp --dport 6891:6910 -j ACCEPT
iptables -A FORWARD -d 64.4.13.0/24 -j ACCEPT

Daniel Camps wrote:
> I have a Linux box with a Firewall and behind windows clients aiming

to use
> MSN messenger, I am using NAT so the LAN has private IP's, I just

want to
> allow the instant messaging services, I don't care by now about the

file and
> video/voice transfers.
>
> Which rules should I configure in the Firewall ?
> I checked a Windows XP SP2 firewall configured to let MSN messenger

go
> through and it was allowing the following ports:
>
> TCP->8653 and UDP->8661
>
> I tried with these ports and it didn't work, I cheked in the Internet

and I
> found out that instant messaging uses 1863 and TCP, I tried with this

but it
> didn't work either. So does anybody know which ports to configure and

how
> (which direction) ?
>
> Thanks a lot !


 
Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server 2008 with Hyper-V - domain controller - Firewall GUI's show firewall ON, but netsh reports firewall OFF Bruce Sanderson Windows Networking 7 10-07-2008 09:57 AM
MSN Messenger on Sky BB /Tx2 Broadband 4 10-25-2007 08:29 PM
Messenger Ed Broadband 4 09-06-2007 11:25 PM
Problems using Netgear firewall router DG834UK with MSN Messenger Stuart Home Networking 1 02-25-2004 09:44 PM
MSN Messenger Behind a NATting IPtables Firewall Meron Lavie Linux Networking 10 01-25-2004 12:48 PM



1 2 3 4 5 6 7 8 9 10 11