RE: [e-smith-devinfo] msn messenger ipmasq rpm

2001-07-26 Thread Trevor Ouellette

What if it's a firewall issue?

# MSN messenger
ipchains -A output -p tcp -s 192.168.100.10 1023:65535 --dport 1863 -j
ACCEPT
ipchains -A input -p tcp ! -y -s 64.4.13.0/24 --sport 1863 -d 192.168.100.10
1023:65535 -j ACCEPT

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 10:49 AM
To: e-smith-devinfo
Subject: [e-smith-devinfo] msn messenger ipmasq rpm


Hi all,

I searched the internet for an rpm for my e-smith box which allows me to
send and receive files with msn messenger. Is there anyone who can tell me
where to find this? ICQ is working perfect, but I prefer messenger.

TIA,

Timothée


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] msn messenger ipmasq rpm

2001-07-26 Thread Justin Funke


 What if it's a firewall issue?
 
 # MSN messenger
 ipchains -A output -p tcp -s 192.168.100.10 1023:65535 --dport 1863 -j
 ACCEPT
 ipchains -A input -p tcp ! -y -s 64.4.13.0/24 --sport 1863 -d 
 192.168.100.10
 1023:65535 -j ACCEPT
 

Actually I believe it is a NAT issue. This is not an e-smith specific
problem. 

Justin

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] msn messenger ipmasq rpm

2001-07-26 Thread timothee

It is a NAT problem...there is an rpm for icq but not for msn...but are you
sure this ipchains rules should work??

Timothée

- Original Message -
From: Justin Funke [EMAIL PROTECTED]
To: e-smith-devinfo [EMAIL PROTECTED]
Sent: Thursday, July 26, 2001 7:06 PM
Subject: RE: [e-smith-devinfo] msn messenger ipmasq rpm



  What if it's a firewall issue?
 
  # MSN messenger
  ipchains -A output -p tcp -s 192.168.100.10 1023:65535 --dport 1863 -j
  ACCEPT
  ipchains -A input -p tcp ! -y -s 64.4.13.0/24 --sport 1863 -d
  192.168.100.10
  1023:65535 -j ACCEPT
 

 Actually I believe it is a NAT issue. This is not an e-smith specific
 problem.

 Justin

 --
 Please report bugs to [EMAIL PROTECTED]
 Please mail [EMAIL PROTECTED] (only) to discuss security issues
 Support for registered customers and partners to [EMAIL PROTECTED]
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org




--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] msn messenger ipmasq rpm

2001-07-26 Thread Justin Funke


 It is a NAT problem...there is an rpm for icq but not for 
 msn...but are you
 sure this ipchains rules should work??
 

The IPChains will only allow the packets through but NAT will still mangle
the connection. If you absolutely need this feature you may want to look at
portforwarding the ports to the internal workstation but this has some
complications that need to be considered first.

Justin. 

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] msn messenger ipmasq rpm

2001-07-26 Thread Trevor Ouellette

Hi Timothee,

No I'm not sure that it will solve your file uploading/downloading probs,
but if you only have one client on your network that uses it, then you can
just port forward.

As you and Justin mentioned, it is a NAT problem.  So until a module is
found, only one computer inside your network will be able to up/download
files.

trev.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 11:49 AM
To: Justin Funke; e-smith-devinfo
Subject: Re: [e-smith-devinfo] msn messenger ipmasq rpm


It is a NAT problem...there is an rpm for icq but not for msn...but are you
sure this ipchains rules should work??

Timothée

- Original Message -
From: Justin Funke [EMAIL PROTECTED]
To: e-smith-devinfo [EMAIL PROTECTED]
Sent: Thursday, July 26, 2001 7:06 PM
Subject: RE: [e-smith-devinfo] msn messenger ipmasq rpm



  What if it's a firewall issue?
 
  # MSN messenger
  ipchains -A output -p tcp -s 192.168.100.10 1023:65535 --dport 1863 -j
  ACCEPT
  ipchains -A input -p tcp ! -y -s 64.4.13.0/24 --sport 1863 -d
  192.168.100.10
  1023:65535 -j ACCEPT
 

 Actually I believe it is a NAT issue. This is not an e-smith specific
 problem.

 Justin

 --
 Please report bugs to [EMAIL PROTECTED]
 Please mail [EMAIL PROTECTED] (only) to discuss security issues
 Support for registered customers and partners to [EMAIL PROTECTED]
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org




--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] msn messenger ipmasq rpm

2001-07-26 Thread Allen Rapini

Rather than open ports to a workstation, can your security plan allow FTP to
your server? If not, can you allow the users to use a shared internet file
storage, several options are at:
http://www.google.com/search?sourceid=navclientq=online+storage

I wouldn't port forward an M$ product without a compelling reason. Just my
opinion.

Allen


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] msn messenger ipmasq rpm

2001-07-26 Thread Trevor Ouellette

ha, that's pretty funny... but it's true.  There are better ways to send and
recieve files.

I wouldn't port forward an M$ product without a compelling reason. Just my
opinion.
Allen


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] msn messenger ipmasq rpm

2001-07-26 Thread Adam Sleight

I used to have accounts on about 8 or so different free ones...Almost all have
gone under the only ones left that I know of are:

briefcase.yahoo.com 25MB
freedrive.com 20MB 
MyDocsOnline.com 20MB


On Thu, 26 Jul 2001 14:03:58 -0400
 Allen Rapini [EMAIL PROTECTED] wrote:
  | Rather than open ports to a workstation, can your security plan allow FTP
  | to
  | your server? If not, can you allow the users to use a shared internet file
  | storage, several options are at:
  | http://www.google.com/search?sourceid=navclientq=online+storage
  | 
  | I wouldn't port forward an M$ product without a compelling reason. Just my
  | opinion.
  | 
  | Allen
  | 
  | 
  | --

  adam http://www.kaikun.org 5,000+ photos 


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org