Help!

ipv4 compatible with ipv6

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> IPv6 RSS
Next:  Talking of computer networks quite frequently mea..  
Author Message
Luis
External


Since: May 16, 2006
Posts: 18



PostPosted: Wed Mar 07, 2007 3:40 pm    Post subject: ipv4 compatible with ipv6
Archived from groups: linux>debian>maint>ipv6 (more info?)

hey there
i have some questions

well lets start

i have external ipv4 network and internal ipv6 network
no how can i access to ipv4 network from ipv6 network ?

is there a way

i was googling and some people talk about ipv6 compatible with 4??



example

10.30.143.1 would be reachable from ipv6 as ::ffff:10.30.143.1 rigth

now check this
itachi@server6:~$ ping6 ::ffff:10.30.143.1
PING ::ffff:10.30.143.1(::ffff:10.30.143.1) 56 data bytes
ping: sendmsg: Network is unreachable
ping: sendmsg: Network is unreachable

--- ::ffff:10.30.143.1 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1012ms

may i add that the ip 10.30.143.1 is local ipv4 address

eth0 Link encap:Ethernet HWaddr 00:01:80:09:6A:3F
inet addr:10.30.143.1 Bcast:10.30.143.255 Mask:255.255.255.0
inet6 addr: fe80::201:80ff:fe09:6a3f/64 Scope:Link
inet6 addr: 2001:b00:f80e:6c00::1/64 Scope:Global

now what i have to do here?

i would like to bring more services in my network using ipv6 , any ideas ??

regards
..





--
DEBIAN Luis A. Rondon Paz
L I N U X .~. Admin intranet CNT
The Choice /V\ icq #132736035
of my /( )\ itachi RemoveThis @cnt.uo.edu.cu
Generation ^^-^^ Santiago de cuba
UONET Cuba
phone(53)022-633011--702

---------------------------------------------------------

Si planificas para un año, siembra trigo, si planificas para diez años,
planta un árbol, si planificas para toda la vida, edúcate

- Lao Tsé


--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.
Back to top
Curt Howland
External


Since: Nov 14, 2004
Posts: 85



PostPosted: Wed Mar 07, 2007 4:09 pm    Post subject: Re: ipv4 compatible with ipv6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 07 March 2007 10:09, Gerdriaan Mulder was heard to say:
> According to this page you need the IPv6 address in the form of ::
> ipv.4ad.res.s, so for example ::10.2.3.4. Here's the link:
> http://www.tcpipguide.com/free/t_IPv6IPv4AddressEmbedding.htm
>
> So probably you need some sort of IPv4-to-IPv6 router that converts
> requests from your IPv6 network to the IPv4 internet and vice
> versa.

Converting v4 to v6 and vice versa would be a gateway.

There would also have to be a DNS translation function which would
convert the results of an external DNS query into ::10.2.3.4
notation.

I think it would be very neat to have such a dual gateway setup in a
Linux box, something scripted and automatic, a modified DNS caching
system I suppose. Darned shame I am not a programmer.

Curt-

- --
September 11th, 2001
The proudest day for gun control and central
planning advocates in American history

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBRe7wRy9Y35yItIgBAQKYvAf/Uq2FcJZeOf4jw7XdpTk608pmkDVgBCWE
Egg9OeHRsG0kAziDewsJomm1S/zhzH2Wc02Q1J4ts0N88cFJs9A7vUvYJSkzv0zd
CHtXN5ru3WoMnDFpXy2NzuZ+l8Yjn0Lpo2AmN4o/Nu0S+ToCsNBUEhvdUWSiooDj
cu4sgCd1lCY/ZO0l6x/3bcjTBt4NGZys7jUlsj5qAHMyZRIfHZ805M1mlwn66sNg
OoHxG83ADEsDBLptYAXUwm10i+Uwc+QxW2nOTvEbDK8AZkLsA7UviP/Hn9KOBLOm
qQboEPkPcOVWfnyAF21mGXbHuhj7SINosbqAZZ1+kFQhIo8+uE2t0A==
=hd58
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-ipv6-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Luis
External


Since: May 16, 2006
Posts: 18



PostPosted: Wed Mar 07, 2007 4:09 pm    Post subject: Re: ipv4 compatible with ipv6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Hello Luis,
>
> According to this page you need the IPv6 address in the form of ::
> ipv.4ad.res.s, so for example ::10.2.3.4. Here's the link:
> http://www.tcpipguide.com/free/t_IPv6IPv4AddressEmbedding.htm
Very instructive Smile
>
> So probably you need some sort of IPv4-to-IPv6 router that converts
> requests
> from your IPv6 network to the IPv4 internet and vice versa.
but how to or where is the doc to do that ?



>
> On 3/7/07, Luis <itachi.TakeThisOut@cnt.uo.edu.cu> wrote:
>>
>>
>> hey there
>> i have some questions
>>
>> well lets start
>>
>> i have external ipv4 network and internal ipv6 network
>> no how can i access to ipv4 network from ipv6 network ?
>>
>> is there a way
>>
>> i was googling and some people talk about ipv6 compatible with 4??
>>
>>
>>
>> example
>>
>> 10.30.143.1 would be reachable from ipv6 as ::ffff:10.30.143.1 rigth
>>
>> now check this
>> itachi@server6:~$ ping6 ::ffff:10.30.143.1
>> PING ::ffff:10.30.143.1(::ffff:10.30.143.1) 56 data bytes
>> ping: sendmsg: Network is unreachable
>> ping: sendmsg: Network is unreachable
>>
>> --- ::ffff:10.30.143.1 ping statistics ---
>> 2 packets transmitted, 0 received, 100% packet loss, time 1012ms
>>
>> may i add that the ip 10.30.143.1 is local ipv4 address
>>
>> eth0 Link encap:Ethernet HWaddr 00:01:80:09:6A:3F
>> inet addr:10.30.143.1 Bcast:10.30.143.255 Mask:255.255.255..0
>> inet6 addr: fe80::201:80ff:fe09:6a3f/64 Scope:Link
>> inet6 addr: 2001:b00:f80e:6c00::1/64 Scope:Global
>>
>> now what i have to do here?
>>
>> i would like to bring more services in my network using ipv6 , any ideas
>> ??
>>
>> regards
>> .
>>
>>
>>
>>
>>
>> --
>> DEBIAN Luis A. Rondon Paz
>> L I N U X .~. Admin intranet CNT
>> The Choice /V\ icq #132736035
>> of my /( )\ itachi.TakeThisOut@cnt.uo.edu.cu
>> Generation ^^-^^ Santiago de cuba
>> UONET Cuba
>> phone(53)022-633011--702
>>
>> ---------------------------------------------------------
>>
>> Si planificas para un año, siembra trigo, si planificas para diez años,
>> planta un árbol, si planificas para toda la vida, edúcate
>>
>> - Lao Tsé
>>
>>
>> --
>> Este mensaje ha sido analizado por MailScanner
>> en busca de virus y otros contenidos peligrosos,
>> y se considera que está limpio.
>>
>>
>
> --
> Este mensaje ha sido analizado por MailScanner
> en busca de virus y otros contenidos peligrosos,
> y se considera que está limpio.
>
>


--
DEBIAN Luis A. Rondon Paz
L I N U X .~. Admin intranet CNT
The Choice /V\ icq #132736035
of my /( )\ itachi.TakeThisOut@cnt.uo.edu.cu
Generation ^^-^^ Santiago de cuba
UONET Cuba
phone(53)022-633011--702

---------------------------------------------------------

Si planificas para un año, siembra trigo, si planificas para diez años,
planta un árbol, si planificas para toda la vida, edúcate

- Lao Tsé


--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.
Back to top
Wouter Verhelst
External


Since: Nov 08, 2004
Posts: 611



PostPosted: Wed Mar 07, 2007 4:09 pm    Post subject: Re: ipv4 compatible with ipv6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, Mar 07, 2007 at 10:20:55AM -0000, Luis wrote:
> hey there
> i have some questions
>
> well lets start
>
> i have external ipv4 network and internal ipv6 network
> no how can i access to ipv4 network from ipv6 network ?

If a host doesn't have an IPv4 address, then it cannot talk to an
IPv4-only host.

--
<Lo-lan-do> Home is where you have to wash the dishes.
-- #debian-devel, Freenode, 2004-09-22


--
To UNSUBSCRIBE, email to debian-ipv6-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> IPv6 All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum