PhilT wrote:
>
> I have static IP addresses on all my home LAN so it's not DHCP lease
> time.
Static in what sense?
Your NNTP Posting Host header from the message to which this is a reply
was 82.37.220.37. The RIPE whois information for that address suggests
that it is a pooled address space for use by cable customers
(ex-blueyonder) and allocated dynamically to those users.
How so?
82.37.220.37 is listed on the Spamhaus PBL (Policy block list) as an
address that should not be sending direct-to-MX unauthenticated mail
(usually because it's a dynamic IP) (No, this doesn't mean you're a spammer)
SORBS thinks it's dynamic
It has no (useful) rDNS
While RIPE doesn't actually say outright that it's dynamic IP space,
you'll have a hard time convincing me, or the rest of the internet, of that.
Perhaps some kind of IP shuffling is going on, perhaps as some dumb
attempt to annoy high-traffic users. Who knows what bizzare schemes
they may have. However, when all is said and done, they do have the
right to shuffle that IP space as much as they like, it is their space
after all. If you don't like it, get your own space, and set up routes
to it.
I find it very hard to believe that the endpoint of the VPN connection
as seen from outside terminates at an IP address assigned to an
interface on your machine, on your local network, instead of a forwarded
port on your router.
TCP won't break if the endpoints don't move, but virgin decide to route
all packets via Turkmenistan at the top of the hour for some insane
(could it be otherwise?) reason - That's a routing issue, and happens
at a lower layer in the networking stack.
> Ping is no good as a test as ICMP packets will retry.
They are also independent of one another, so a change in IP address
won't even be noticed by the local machine.
> UDP packets don't suffer either as they are not guarenteed anyway.
UDP packets are unlikely to suffer as UDP is a connectionless protocol,
and you can't break a non-existant connection, whereas TCP is a
connection-oriented, sequenced, end-to-end protocol that will break if
one end mysteriously moves from one IP address to another.
|