Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

6 May, 2024: The networking issue during the past two days has been identified and appears to be fixed. Will keep monitoring.


devel / comp.lang.xharbour / IPv6 Problem

SubjectAuthor
* IPv6 ProblemMel Smith
`* IPv6 ProblemRichard Visscher
 `* IPv6 ProblemMel Smith
  `* IPv6 ProblemIngo Steinbuechel
   `- IPv6 ProblemMel Smith

1
IPv6 Problem

<da160786-b323-461a-9dc9-1d700bdcf511n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10501&group=comp.lang.xharbour#10501

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ae9:edc6:0:b0:60c:8807:712f with SMTP id c189-20020ae9edc6000000b0060c8807712fmr16842856qkg.14.1646235619663;
Wed, 02 Mar 2022 07:40:19 -0800 (PST)
X-Received: by 2002:ac8:57d4:0:b0:2de:6f5c:4214 with SMTP id
w20-20020ac857d4000000b002de6f5c4214mr24344735qta.200.1646235619493; Wed, 02
Mar 2022 07:40:19 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 2 Mar 2022 07:40:19 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=2600:8800:2080:d3:5454:86e:e8f1:50b5;
posting-account=dQ0_awoAAABF2-Sui2Av5bZD8Vt8zYRC
NNTP-Posting-Host: 2600:8800:2080:d3:5454:86e:e8f1:50b5
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <da160786-b323-461a-9dc9-1d700bdcf511n@googlegroups.com>
Subject: IPv6 Problem
From: medsyn...@gmail.com (Mel Smith)
Injection-Date: Wed, 02 Mar 2022 15:40:19 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 59
 by: Mel Smith - Wed, 2 Mar 2022 15:40 UTC

Hi All:
I have a prospective user for my whosaway.com who only has an IPv6 address (i.e., 8 groups of 4 hex alphanumerics each).

When he accesses my site, his 'IP Address' is:
p57b72308.dip0.t-ipconnect.de

You can see this below:

I am unable to allow him to access, and am puzzled by this 'so called' IP Address

I have a Harbour back-end to receive requests, and am trying to debug it, and find the reason for his inability to download.

I have tried to give him access thru :
Allow from p57b72308.dip0.

I'm baffled.
Can some one explain his long IPv6 address has been change to what I show above, and which can be seen below please ?

THESE FIRST TWO BLOCKS ARE NORMAL IPv4 ACCESS ATTEMPTS:

70.190.114.3 - - [01/Mar/2022:10:36:26 -0700] "GET /images/agn2203.pdf HTTP/1.1" 200 412530 "http://ww2.mesaeastpark.com:4296/cgi-bin/mep/mepinit.exe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36"

70.190.114.3 - - [01/Mar/2022:10:36:26 -0700] "GET /favicon.ico HTTP/1.1" 200 1 "http://ww2.mesaeastpark.com:4296/images/agn2203.pdf" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98..0.4758.102 Safari/537.36"
p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:12 -0700] "GET /files/xhb10264_bcc551.zip HTTP/1.1" 404 223 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"

NOW COME the WEIRD IPv6 ACCESS ATTEMPTS:

p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:13 -0700] "GET /favicon.ico HTTP/1.1" 200 1 "http://ww2.whosaway.com:4296/files/xhb10264_bcc551.zip" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"

p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:36 -0700] "GET / HTTP/1.1" 200 40914 "http://whosaway.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537..36"

p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:43 -0700] "GET /files/xhb10264_bcc551.zip HTTP/1.1" 404 223 "http://ww2.whosaway.com:4296/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"

NOW ANOTHER NORMAL IPv4 Access:

66.251.91.34.bc.googleusercontent.com - - [01/Mar/2022:12:38:06 -0700] "GET / HTTP/1.1" 200 40914 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.30407 Safari/537.36 Sparrow"

Re: IPv6 Problem

<879a3c0e-bb52-43a1-97ff-3426182b6256n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10502&group=comp.lang.xharbour#10502

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ae9:e114:0:b0:609:b256:ee5 with SMTP id g20-20020ae9e114000000b00609b2560ee5mr17122128qkm.93.1646243855176;
Wed, 02 Mar 2022 09:57:35 -0800 (PST)
X-Received: by 2002:a05:620a:20c8:b0:475:d0cb:e6eb with SMTP id
f8-20020a05620a20c800b00475d0cbe6ebmr17007305qka.612.1646243854996; Wed, 02
Mar 2022 09:57:34 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 2 Mar 2022 09:57:34 -0800 (PST)
In-Reply-To: <da160786-b323-461a-9dc9-1d700bdcf511n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=84.243.238.168; posting-account=A3Ex6QoAAAC9QqMUROTM3csly5-58hGS
NNTP-Posting-Host: 84.243.238.168
References: <da160786-b323-461a-9dc9-1d700bdcf511n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <879a3c0e-bb52-43a1-97ff-3426182b6256n@googlegroups.com>
Subject: Re: IPv6 Problem
From: inf...@irvis.nl (Richard Visscher)
Injection-Date: Wed, 02 Mar 2022 17:57:35 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 68
 by: Richard Visscher - Wed, 2 Mar 2022 17:57 UTC

Op woensdag 2 maart 2022 om 16:40:21 UTC+1 schreef meds...@gmail.com:
> Hi All:
> I have a prospective user for my whosaway.com who only has an IPv6 address (i.e., 8 groups of 4 hex alphanumerics each).
>
> When he accesses my site, his 'IP Address' is:
> p57b72308.dip0.t-ipconnect.de
>
> You can see this below:
>
> I am unable to allow him to access, and am puzzled by this 'so called' IP Address
>
> I have a Harbour back-end to receive requests, and am trying to debug it, and find the reason for his inability to download.
>
> I have tried to give him access thru :
> Allow from p57b72308.dip0.
>
> I'm baffled.
> Can some one explain his long IPv6 address has been change to what I show above, and which can be seen below please ?
>
> THESE FIRST TWO BLOCKS ARE NORMAL IPv4 ACCESS ATTEMPTS:
>
> 70.190.114.3 - - [01/Mar/2022:10:36:26 -0700] "GET /images/agn2203.pdf HTTP/1.1" 200 412530 "http://ww2.mesaeastpark.com:4296/cgi-bin/mep/mepinit.exe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36"
>
> 70.190.114.3 - - [01/Mar/2022:10:36:26 -0700] "GET /favicon.ico HTTP/1.1" 200 1 "http://ww2.mesaeastpark.com:4296/images/agn2203.pdf" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36"
> p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:12 -0700] "GET /files/xhb10264_bcc551.zip HTTP/1.1" 404 223 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
>
> NOW COME the WEIRD IPv6 ACCESS ATTEMPTS:
>
> p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:13 -0700] "GET /favicon.ico HTTP/1.1" 200 1 "http://ww2.whosaway.com:4296/files/xhb10264_bcc551..zip" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
>
> p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:36 -0700] "GET / HTTP/1.1" 200 40914 "http://whosaway.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
>
> p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:43 -0700] "GET /files/xhb10264_bcc551.zip HTTP/1.1" 404 223 "http://ww2.whosaway.com:4296/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
>
> NOW ANOTHER NORMAL IPv4 Access:
>
> 66.251.91.34.bc.googleusercontent.com - - [01/Mar/2022:12:38:06 -0700] "GET / HTTP/1.1" 200 40914 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.30407 Safari/537.36 Sparrow"

Hi Mel,

I think his domain has a reverse lookup, if you ping the p57b72308.dip0.t-ipconnect.de domain, you will see his ipnumber.

regards,
Richard

Re: IPv6 Problem

<f74a99db-3d57-4162-8279-53f8eb1cccf8n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10503&group=comp.lang.xharbour#10503

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a37:bf45:0:b0:5f1:924c:23d0 with SMTP id p66-20020a37bf45000000b005f1924c23d0mr17461659qkf.374.1646249980174;
Wed, 02 Mar 2022 11:39:40 -0800 (PST)
X-Received: by 2002:a05:620a:1a15:b0:47e:9aff:14b3 with SMTP id
bk21-20020a05620a1a1500b0047e9aff14b3mr17278539qkb.372.1646249979978; Wed, 02
Mar 2022 11:39:39 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 2 Mar 2022 11:39:39 -0800 (PST)
In-Reply-To: <879a3c0e-bb52-43a1-97ff-3426182b6256n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:8800:2080:d3:5454:86e:e8f1:50b5;
posting-account=dQ0_awoAAABF2-Sui2Av5bZD8Vt8zYRC
NNTP-Posting-Host: 2600:8800:2080:d3:5454:86e:e8f1:50b5
References: <da160786-b323-461a-9dc9-1d700bdcf511n@googlegroups.com> <879a3c0e-bb52-43a1-97ff-3426182b6256n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f74a99db-3d57-4162-8279-53f8eb1cccf8n@googlegroups.com>
Subject: Re: IPv6 Problem
From: medsyn...@gmail.com (Mel Smith)
Injection-Date: Wed, 02 Mar 2022 19:39:40 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 75
 by: Mel Smith - Wed, 2 Mar 2022 19:39 UTC

On Wednesday, March 2, 2022 at 10:57:36 AM UTC-7, Richard Visscher wrote:
> Op woensdag 2 maart 2022 om 16:40:21 UTC+1 schreef meds...@gmail.com:
> > Hi All:
> > I have a prospective user for my whosaway.com who only has an IPv6 address (i.e., 8 groups of 4 hex alphanumerics each).
> >
> > When he accesses my site, his 'IP Address' is:
> > p57b72308.dip0.t-ipconnect.de
> >
> > You can see this below:
> >
> > I am unable to allow him to access, and am puzzled by this 'so called' IP Address
> >
> > I have a Harbour back-end to receive requests, and am trying to debug it, and find the reason for his inability to download.
> >
> > I have tried to give him access thru :
> > Allow from p57b72308.dip0.
> >
> > I'm baffled.
> > Can some one explain his long IPv6 address has been change to what I show above, and which can be seen below please ?
> >
> > THESE FIRST TWO BLOCKS ARE NORMAL IPv4 ACCESS ATTEMPTS:
> >
> > 70.190.114.3 - - [01/Mar/2022:10:36:26 -0700] "GET /images/agn2203.pdf HTTP/1.1" 200 412530 "http://ww2.mesaeastpark.com:4296/cgi-bin/mep/mepinit.exe" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36"
> >
> > 70.190.114.3 - - [01/Mar/2022:10:36:26 -0700] "GET /favicon.ico HTTP/1.1" 200 1 "http://ww2.mesaeastpark.com:4296/images/agn2203.pdf" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36"
> > p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:12 -0700] "GET /files/xhb10264_bcc551.zip HTTP/1.1" 404 223 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
> >
> > NOW COME the WEIRD IPv6 ACCESS ATTEMPTS:
> >
> > p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:13 -0700] "GET /favicon.ico HTTP/1.1" 200 1 "http://ww2.whosaway.com:4296/files/xhb10264_bcc551.zip" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
> >
> > p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:36 -0700] "GET / HTTP/1.1" 200 40914 "http://whosaway.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
> >
> > p57b72308.dip0.t-ipconnect.de - - [01/Mar/2022:12:00:43 -0700] "GET /files/xhb10264_bcc551.zip HTTP/1.1" 404 223 "http://ww2.whosaway.com:4296/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
> >
> > NOW ANOTHER NORMAL IPv4 Access:
> >
> > 66.251.91.34.bc.googleusercontent.com - - [01/Mar/2022:12:38:06 -0700] "GET / HTTP/1.1" 200 40914 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.30407 Safari/537.36 Sparrow"
> Hi Mel,
>
> I think his domain has a reverse lookup, if you ping the p57b72308.dip0.t-ipconnect.de domain, you will see his ipnumber.
>
> regards,
> Richard

Hi Richard:
Thanks for the response.
When I 'pinged' the 'p57.....' value I also received the IPv4 address: 87.183.35.8. ! Who/what is that ?
-Mel Smith

Re: IPv6 Problem

<j8bkpkFifrnU1@mid.individual.net>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10505&group=comp.lang.xharbour#10505

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: schli...@spamfence.net (Ingo Steinbuechel)
Newsgroups: comp.lang.xharbour
Subject: Re: IPv6 Problem
Date: Thu, 3 Mar 2022 11:48:08 +0100
Lines: 18
Message-ID: <j8bkpkFifrnU1@mid.individual.net>
References: <da160786-b323-461a-9dc9-1d700bdcf511n@googlegroups.com>
<879a3c0e-bb52-43a1-97ff-3426182b6256n@googlegroups.com>
<f74a99db-3d57-4162-8279-53f8eb1cccf8n@googlegroups.com>
Reply-To: <I.Steinbuechel@web.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net /LC+NE/f18RworKb/glsUwcsq/O9jFLpiMy5V1f68b6YeDSFfb
Cancel-Lock: sha1:e9HCq7e1W8yCgsg4DBb8vuoSzPs=
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.6.1 Hamster/2.1.0.1544
Content-Language: en-US
In-Reply-To: <f74a99db-3d57-4162-8279-53f8eb1cccf8n@googlegroups.com>
X-Korrnews: 4.11
 by: Ingo Steinbuechel - Thu, 3 Mar 2022 10:48 UTC

Hi Mel,

"Mel Smith" <medsyntel@gmail.com> schrieb:

> IPv4 address: 87.183.35.8. ! Who/what is that ?

this IP range belongs to the Deutsche Telekom [1]. The user most likely
resides in Germany (like me).

HTH
Regards Ingo

[1] https://en.wikipedia.org/wiki/Deutsche_Telekom

--
Threema - Sicherer und privater Messenger: https://threema.ch/de
Meine Threema-ID: https://threema.id/ZV9BWDXK
Warum Threema? https://warumthreema.de/

Re: IPv6 Problem

<f60ba349-8666-49a6-885a-613ca59f9524n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10506&group=comp.lang.xharbour#10506

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a0c:9c01:0:b0:432:7630:263 with SMTP id v1-20020a0c9c01000000b0043276300263mr24234876qve.47.1646320037856;
Thu, 03 Mar 2022 07:07:17 -0800 (PST)
X-Received: by 2002:a05:6214:c48:b0:435:386d:1aad with SMTP id
r8-20020a0562140c4800b00435386d1aadmr1783929qvj.8.1646320037630; Thu, 03 Mar
2022 07:07:17 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 3 Mar 2022 07:07:17 -0800 (PST)
In-Reply-To: <j8bkpkFifrnU1@mid.individual.net>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:8800:2080:d3:5454:86e:e8f1:50b5;
posting-account=dQ0_awoAAABF2-Sui2Av5bZD8Vt8zYRC
NNTP-Posting-Host: 2600:8800:2080:d3:5454:86e:e8f1:50b5
References: <da160786-b323-461a-9dc9-1d700bdcf511n@googlegroups.com>
<879a3c0e-bb52-43a1-97ff-3426182b6256n@googlegroups.com> <f74a99db-3d57-4162-8279-53f8eb1cccf8n@googlegroups.com>
<j8bkpkFifrnU1@mid.individual.net>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f60ba349-8666-49a6-885a-613ca59f9524n@googlegroups.com>
Subject: Re: IPv6 Problem
From: medsyn...@gmail.com (Mel Smith)
Injection-Date: Thu, 03 Mar 2022 15:07:17 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 18
 by: Mel Smith - Thu, 3 Mar 2022 15:07 UTC

On Thursday, March 3, 2022 at 3:49:26 AM UTC-7, Ingo Steinbuechel wrote:
> Hi Mel,
>
> "Mel Smith" <meds...@gmail.com> schrieb:
> > IPv4 address: 87.183.35.8. ! Who/what is that ?
> this IP range belongs to the Deutsche Telekom [1]. The user most likely
> resides in Germany (like me).
>
> HTH
> Regards Ingo
>
> [1] https://en.wikipedia.org/wiki/Deutsche_Telekom
>
> --
> Threema - Sicherer und privater Messenger: https://threema.ch/de
> Meine Threema-ID: https://threema.id/ZV9BWDXK
> Warum Threema? https://warumthreema.de/

Thank you Ingo !

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor