"Sultan of Usenet" <(E-Mail Removed)> wrote in message
news:ikiumg$r42$(E-Mail Removed)...
> On Tue, 01 Mar 2011 10:51:57 +0000, Graham J made love to the words:
>
>> I reported this a few weeks back. Here's an update, in the hope it will
>> help anybody trying these in the future.
>>
>> The product is:
>> http://www.scan.co.uk/products/getne...-modem-router-
> adsl2plus-with-4-port-switch
>>
>> The router connects OK to any ADSL service, including Zen Internet.
>>
>> It will not collect email from a POP3 server (any POP3 server, not just
>> the one operated by Zen) when conencted through a Zen ADSL connection.
>>
>> But when connected to another ADSL service (I tried Demon and Plusnet)
>> the router collects email from a POP3 server correctly.
>>
>> Zen could not understand the problem, but said that even if they were
>> able to find out the exact cause they would not change their systems to
>> accommodate the router's failings.
>>
>
> You are aware that zen operate pop on port 995 as per this FAQ:
>
> http://support.zen.co.uk/kb/Knowledg...rticleid=10400
>
> Incoming mail (POP3): PORT 995
>
> telnet mailhost.zen.co.uk 995
> Trying 212.23.3.98...
> Connected to mailhost.zen.co.uk.
> Escape character is '^]'.
> {won't go beyond this as requires TLS}
>
> Mind you, 110 works for me too without TLS, but their FAQ seems to ignore
> mentioning it......
>
> telnet mailhost.zen.co.uk 110
> Trying 212.23.3.98...
> Connected to mailhost.zen.co.uk.
> Escape character is '^]'.
> +OK smarthost03.mail, Zen Internet POP3 Server Ready
And other email services also no doubt use port 995 also. My point was that
**ALL*** POP3 connections failed, regardless of which POP3 server was
addressed; and that all such connections worked when the router did not
connect via Zen ADSL.
I got my colleague to set up a POP3 server, and monitor the traffic.
I used a known good router, connected to Zen ADSL, and tried telnet to his
POP3 server:
OPEN <IP address> 110
Connecting to <IP address>... [this appears very briefly]
+OK <servername> ready
My colleague saw his server:
Receive SYN
Send SYN, ACK
Receive ACK
Send +OK <servername> ready
Receive ACK
Then I used the GetNet router, connected to Zen ADSL, and tried telnet to
his POP3 server again:
OPEN <IP address> 110
Connecting to <IP address>...
...then nothing further
My colleague saw his server:
Receive SYN
Send SYN, ACK
.... after about 4 seconds it ...
Send SYN, ACK
.... then again after another 4 seconds ...
Send SYN, ACK
From this it would seem that the GetNet correctly sends the POP3 request but
never receives the SYN, ACK. The POP3 server continues to send SYN, ACK at
4-second intervals, presumably on the basis that one might have got lost.
My suspicion is that the GetNet router has a bug in its NAT implementation.
Using the GetNet router in bridge mode, with a separate ethernet router, did
work OK.
--
Graham J