Re: SMTP Virtual Server: How do I make the source port stop using a random port?
From: Alun Jones (alun@texis.com)
Date: 02/20/03
- Previous message: mike beste: "SMTP Virtual Server: How do I make the source port stop using a random port?"
- In reply to: mike beste: "SMTP Virtual Server: How do I make the source port stop using a random port?"
- Next in thread: Mike Beste: "Re: SMTP Virtual Server: How do I make the source port stop using a random port?"
- Reply: Mike Beste: "Re: SMTP Virtual Server: How do I make the source port stop using a random port?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: alun@texis.com (Alun Jones) Date: Thu, 20 Feb 2003 21:59:35 GMT
In article <017101c2d927$1bfa84f0$a501280a@phx.gbl>, "mike beste"
<mbeste@fulcrum.net> wrote:
>SMTP Virtual Server: How do I make the source port stop
>using a random port?
_If_ you were to make the source port be a fixed port, the result would be
that you could not connect several times over a short period of time. A
five-tuple of source address, source port, protocol, destination port and
destination address may not be re-used within 2*MSL (essentially, four
minutes) of its last use. So, since (as you've pointed out) the destination
port is always 25, the destination address is fixed at the IP address of your
target mail server, the source address is your IP address, and the protocol is
"TCP", the only thing that prevents one socket from being a reuse of the
five-tuple from a previous socket is the source port. That is why the source
port _must_ vary.
Alun.
~~~~
[Please don't email posters, if a Usenet response is appropriate.]
-- Texas Imperial Software | Try WFTPD, the Windows FTP Server. Find us at 1602 Harvest Moon Place | http://www.wftpd.com or email alun@texis.com Cedar Park TX 78613-1419 | VISA/MC accepted. NT-based sites, be sure to Fax/Voice +1(512)258-9858 | read details of WFTPD Pro for XP/2000/NT.
- Next message: Mathew: "SSL issues with my OWA site"
- Previous message: mike beste: "SMTP Virtual Server: How do I make the source port stop using a random port?"
- In reply to: mike beste: "SMTP Virtual Server: How do I make the source port stop using a random port?"
- Next in thread: Mike Beste: "Re: SMTP Virtual Server: How do I make the source port stop using a random port?"
- Reply: Mike Beste: "Re: SMTP Virtual Server: How do I make the source port stop using a random port?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|