Rich <ri...@example.invalid> wrote:
> root <
NoE...@home.org> wrote:
>> Chick Tower <
c.t...@deadspam.com> wrote:
>> > On 2015-11-04, root <
NoE...@home.org> wrote:
>> >> * Either of the following activities by a Subscriber using dedicated
>> >> machines... or virtual dedicated servers:
>> >> (i) running a tunnel or proxy to a server at another host or
>> >> (ii) hosting, storing, proxy, or use of a network testing utility or denial
>> >> of service (DoS/DDoS) tool in any capacity.
>> >>
>> >> It sounds as if this might be my problem.
>> >
>> > Are you trying to do things you didn't try before the power outage?
>> > If not, then how do you explain that they worked before?
>
>> I have made several calls to "Tech Support" at Charter
>> with no success. I am assured that Charter does not
>> block any traffic, but the symptoms seem to me to
>> arise not from a "block" but from a failure to
>> resolve a subnet address.
>
> Typically (note, Charter 'could' do anything they wanted) for ISP
> 'blocks' one does not see "no route to host" one either gets a 'black
> hole' (connection timeout) or a TCP RST return which is usually shown
> as "connection refused" to the side attempting to make the connection.
> It would be unusual (but not impossible) for an ISP block to return a
> 'no route to host' response.
When I try to connect to the machine I had been able to I
now get the "black hole". The connection times out.
>
>> That machine used to be at 66.214.236.100, but was changed sometime
>> recently. Within that address the local machine was 66.214.236.32
>> which I set up with port forwarding port 22 into.
>
> Ok, so the IP address of the machine you are trying to connect to
> changed recently. Is that correct?
The "world" address of that machine changed from 66..... now to
75....., but the final address, 32 in this case, has not changed.
In trying to ssh into the new address I use
ssh 75.....32 instead of ssh 66....32
>
> If correct, did you update the port forwarding rule on the router you
> pass through that does forwarding to that machine to accomodate the IP
> address change?
The port forwarding rules on the router only use the user side
addresses of the ports. As it turns out that machine uses the
default 192.168.1.xx. So, in the router I need only port
forward 22 (external) to 22 (internal) for 192.168.1.32
and no matter what the outside world address of the cable
modem is, the user side of the router stays the same.
>
> I ask because if the port forwarding at the other end is still
> attempting to forward port 22 to the old IP address, and nothing is on
> the old IP address, then the exact error message you would get back is
> indeed "no route to host".
>
> I.e., if you used to have this:
>
> machine at 10.1.0.11 w/ portforward of 22 to 10.1.0.11
>
> and the machine is now at: 10.5.4.33, but the port forward still says
> 22->10.1.0.11 (old IP), then you'll get back a "no route" error when
> you try to reach out to the machine.
>
You are mixing up what I can only refer to as the internal and
external IP addresses. Internal addresses are either
192...... or 10..... These are determined by the router
settings and cannot be changed by the ISP. The external
addresses are anything other than 192.xxx or 10.xxx.
The external addresses change whenever the ISP chooses.
I just spent another hour on the phone with Charter
"technical" support and still have not talked to
a single person that knew what ssh was, and they
all insist that Charter does not block any ports.