PDF de programación - IPv6 práctico

Filtrado por el tag: programacion
Imágen de pdf IPv6 práctico

IPv6 prácticográfica de visualizaciones

Actualizado el 21 de Marzo del 2018 (Publicado el 13 de Marzo del 2018)
434 visualizaciones desde el 13 de Marzo del 2018
1,2 MB
29 paginas
Creado hace 23a (01/05/2001)
IPv6 práctico.

Grupos de Trabajos RedIRIS. Mayo 2001

[email protected]
[email protected]
Universitat de València

http://peque.ipv6.uv.es:8006

Agenda (I)

n Introducción
n Direcciones
n Los routers. Túneles
n La pila de protocolos

n Linux
n Windows
n Otros
n El DNS

RedIRIS GT Madrid 2001

Agenda (II)

n Aplicaciones básicas

n ping, netstat, route, traceroute
n ssh

n El correo electrónico
n El web

n Apache
n Mozilla

n Lo que queda por hacer.

RedIRIS GT Madrid 2001

Introducción

n ¿Por qué IPv6 si tengo una clase B de

IPv4?

n Objetivos:

n Presentar mis experiencias con IPv6
n Qué podemos hacer ya con IPv6

RedIRIS GT Madrid 2001

Direcciones

n 128 bits
n Loopback ::1
n Direcciones asignadas por RedIRIS:

3FFE:3330:1::/48

n Formato de direcciones en aplicaciones:

[3ffe:3330:1::1]

RedIRIS GT Madrid 2001

Los routers

n Cisco 2500

n IOS 12.1 beta: IOS (tm) 2500 Software (C2500-P-
M), Experimental Version 12.1(20001029:175720)

n http://www.cisco.com/ipv6
n Retraso en la versión comercial.

n Linux

n No me ha funcionado el ipv6 forwarding sobre

VLANs en 802.1q (versión vlan 1.0.0)

n Sí que funciona correctamente la

autoconfiguración con RADVD 0.6.2

RedIRIS GT Madrid 2001

Túneles

n En el router:

RedIRIS GT Madrid 2001

i
n
t
e
r
f
a
c
e
T
u
n
n
e
l
2
n
o

i
p

a
d
d
r
e
s
s
i
p
v
6

e
n
a
b
l
e
i
p
v
6

a
d
d
r
e
s
s
3
F
F
E
:
3
3
3
0
:
1
:
1
0
2
:
:
2
/
6
4
t
u
n
n
e
l

s
o
u
r
c
e
1
4
7
.
1
5
6
.
1
.
1
3
1
t
u
n
n
e
l

d
e
s
t
i
n
a
t
i
o
n
1
3
0
.
2
0
6
.
2
1
6
.
2
0
t
u
n
n
e
l

m
o
d
e
i
p
v
6
i
p
Túneles

n En Linux:

n En Windows:

n Conexión a 6bone fácil para pruebas:

n http://www.freenet6.net

RedIRIS GT Madrid 2001

i
f
c
o
n
f
i
g
e
t
h
0

a
d
d


3
F
F
E
:
3
3
3
0
:
1
:
1
0
2
:
2
1
0
:
6
0
f
f
:
f
e
6
4
:
4
5
/
6
4
i
f
c
o
n
f
i
g
s
i
t
0

t
u
n
n
e
l
:
:
1
4
7
.
1
5
6
.
1
.
1
3
1
i
f
c
o
n
f
i
g
s
i
t
1

u
p
r
o
u
t
e
-
A

i
n
e
t
6

a
d
d
:
:
0
/

g
w
f
e
8
0
:
:
1
4
7
.
1
5
6
.
1
.
1
3
1

d
e
v
s
i
t
1
i
p
v
6
.
e
x
e

r
t
u
:
:
/
0

2
/
:
:
1
4
7
.
1
5
6
.
1
.
1
3
1

p
u
b
i
p
v
6
.
e
x
e

a
d
u
2
/
3
f
f
e
:
3
3
3
0
:
1
:
1
0
2
:
:
2
1
0
:
6
0
f
f
:
f
e
6
4
:
4
5
Topología

RedIRIS GT Madrid 2001

Las pilas de protocolo

n Implementaciones en S.O.:

http://playground.sun.com/pub/ipng/html/ipng-implementations.html

n Bastante retraso en soluciones

comerciales.

RedIRIS GT Madrid 2001

La pila de protocolo: Linux

n Distribución Debian 2.2
n Kernel 2.2.18 y 2.2.19
n La información vital:

http://www.bieringer.de/linux/IPv6

n Recompilar el kernel con las opciones:

n CONFIG_EXPERIMENTAL
n CONFIG_IPV6
n CONFIG_IPV6_EUI64
n CONFIG_IPV6_NO_PB

RedIRIS GT Madrid 2001

La pila de protocolo: Microsoft
Windows SDK

n SDK tpipv6-000508

n Se instala en Windowns 2000 sp 1
n Instala sobre otro lenguaje que no sea el inglés

n SDK tpipv6-000925

n No instala en SO con lenguaje diferente al inglés

n SDK tpipv6-001205

n Basada en la MSR. Recomendada

n Instalaciones muy sencillas.

RedIRIS GT Madrid 2001

La pila de protocolo: Microsoft
Windows MSR

n MSR 1.4 msripv6

n Incorpora soporte para IPv6 del IE 5
n Utilidades de tunelización y translación de

direcciones y gestión de IPSec
n Parece la más recomendable.

RedIRIS GT Madrid 2001

La pila de protocolo: AIX

n AIX 4.3

n Incorpora IPv6
n No se arranca por defecto.
n Configuración bastante compleja.

RedIRIS GT Madrid 2001

El DNS

n Usamos BIND 9.1.1 en un servidor secundario. (ya

existe la 9.1.2)
n Lleva soporte para IPv6

n Dominio de IPv6: ipv6.uv.es, que desaparecerá en

breve integrandose en los dominios normales.
n La resolución inversa funciona correctamente

usando formato Bitstring o Nibble
n Se recomienda el primero, pero muchas aplicaciones

aún usan el segundo

n La transferencia de dominios entre secundarios

funciona correctamente.

RedIRIS GT Madrid 2001

El DNS

n named.conf:

RedIRIS GT Madrid 2001

o
p
t
i
o
n
s

{
l
i
s
t
e
n
-
o
n
-
v
6

{

a
n
y
;

}
;
}
;
z
o
n
e

"
1
.
0
.
0
.
0
.
0
.
3
.
3
.
3
.
e
.
f
.
f
.
3
.
i
p
6
.
i
n
t
"

{
t
y
p
e

m
a
s
t
e
r
;
f
i
l
e

"
d
b
.
1
.
0
.
0
.
0
.
0
.
3
.
3
.
3
.
e
.
f
.
f
.
3
.
i
p
6
.
i
n
t
"
;

}
;
z
o
n
e
"
\
[
x
3
f
f
e
3
3
3
0
0
0
0
1
/
4
8
]
.
i
p
6
.
a
r
p
a
"

{
t
y
p
e
m
a
s
t
e
r
;
f
i
l
e

"
d
b
.
3
f
f
e
.
3
3
3
0
.
0
0
0
1
.
i
p
6
.
a
r
p
a
"
;
}
;
z
o
n
e
"
i
p
v
6
.
u
v
.
e
s
"

{
t
y
p
e
m
a
s
t
e
r
;
f
i
l
e

"
d
b
.
i
p
v
6
.
u
v
.
e
s
"
;
}
;
El DNS

n Registros AAAA, A6

n db.ipv6.uv.es

n db.3ffe.3330.0001.ip6.arpa

n db.1.0.0.0.0.3.3.3.e.f.f.3.ip6.int

RedIRIS GT Madrid 2001

l
e
i
t
o

















I
N


A
6




0





3
f
f
e
:
3
3
3
0
:
1
:
1
0
0
:
2
0
1
:
2
f
f
:
f
e
c
d
:
8
a
0
0
l
e
i
t
o

















I
N


A
A
A
A








3
f
f
e
:
3
3
3
0
:
1
:
1
0
0
:
2
0
1
:
2
f
f
:
f
e
c
d
:
8
a
0
0
l
a
e
r
t
e
s















I
N


A
6




0





3
f
f
e
:
3
3
3
0
:
1
:
2
0
0
:
2
0
1
:
2
f
f
:
f
e
c
d
:
8
a
0
0
l
a
e
r
t
e
s















I
N


A
A
A
A








3
f
f
e
:
3
3
3
0
:
1
:
2
0
0
:
2
0
1
:
2
f
f
:
f
e
c
d
:
8
a
0
0
\
[
x
0
1
0
0
0
2
0
1
0
2
f
f
f
e
c
d
8
a
0
0
/
8
0
]



I
N






P
T
R





l
e
i
t
o
.
i
p
v
6
.
u
v
.
e
s
.
\
[
x
0
1
0
0
0
2
0
1
0
2
f
f
f
e
a
3
3
7
a
2
/
8
0
]



I
N






P
T
R





p
e
q
u
e
.
i
p
v
6
.
u
v
.
e
s
.
a
.
4
.
5
.
d
.
a
.
5
.
e
.
f
.
f
.
f
.
8
.
e
.
0
.
0
.
2
.
0
.
0
.
0
.
1
.
0

I
N

P
T
R
j
a
s
o
n
.
i
p
v
6
.
u
v
.
e
s
.
c
.
a
.
b
.
6
.
1
.
7
.
e
.
f
.
f
.
f
.
a
.
5
.
0
.
1
.
2
.
0
.
0
.
0
.
1
.
0

I
N

P
T
R
j
o
s
e
.
i
p
v
6
.
u
v
.
e
s
.
Aplicaciones básicas: ifconfig

n ifconfig

RedIRIS GT Madrid 2001

l
o








L
i
n
k

e
n
c
a
p
:
L
o
c
a
l

L
o
o
p
b
a
c
k
i
n
e
t

a
d
d
r
:
1
2
7
.
0
.
0
.
1


M
a
s
k
:
2
5
5
.
0
.
0
.
0
i
n
e
t
6

a
d
d
r
:

:
:
1
/
1
2
8

S
c
o
p
e
:
H
o
s
t
E
t
h
e
r
T
a
l
k

P
h
a
s
e
2

a
d
d
r
:
0
/
0
U
P
L
O
O
P
B
A
C
K

R
U
N
N
I
N
G


M
T
U
:
3
9
2
4


M
e
t
r
i
c
:
1
R
X

p
a
c
k
e
t
s
:
1
6
5
6

e
r
r
o
r
s
:
0

d
r
o
p
p
e
d
:
0

o
v
e
r
r
u
n
s
:
0

f
r
a
m
e
:
0
T
X

p
a
c
k
e
t
s
:
1
6
5
6

e
r
r
o
r
s
:
0

d
r
o
p
p
e
d
:
0

o
v
e
r
r
u
n
s
:
0

c
a
r
r
i
e
r
:
0
c
o
l
l
i
s
i
o
n
s
:
0

t
x
q
u
e
u
e
l
e
n
:
0
v
l
a
n
2
0




L
i
n
k

e
n
c
a
p
:
E
t
h
e
r
n
e
t


H
W
a
d
d
r
0
0
:
0
1
:
0
2
:
C
D
:
8
A
:
0
0
i
n
e
t

a
d
d
r
:
1
4
7
.
1
5
6
.
1
.
7
1


B
c
a
s
t
:
1
4
7
.
1
5
6
.
1
.
2
5
5


M
a
s
k
:
2
5
5
.
2
5
5
.
2
5
4
.
0
i
n
e
t
6

a
d
d
r
:

3
f
f
e
:
3
3
3
0
:
1
:
1
0
0
:
2
0
1
:
2
f
f
:
f
e
c
d
:
8
a
0
0
/
6
4

S
c
o
p
e
:
G
l
o
b
a
l
i
n
e
t
6

a
d
d
r
:

f
e
8
0
:
:
2
0
1
:
2
f
f
:
f
e
c
d
:
8
a
0
0
/
1
0

S
c
o
p
e
:
L
i
n
k
E
t
h
e
r
T
a
l
k

P
h
a
s
e
2

a
d
d
r
:
5
9
3
/
2
4
1
U
P
B
R
O
A
D
C
A
S
T

R
U
N
N
I
N
G

M
U
L
T
I
C
A
S
T


M
T
U
:
1
5
0
4


M
e
t
r
i
c
:
1
R
X

p
a
c
k
e
t
s
:
7
6
6
6
8
9
1

e
r
r
o
r
s
:
0

d
r
o
p
p
e
d
:
0

o
v
e
r
r
u
n
s
:
0

f
r
a
m
e
:
0
T
X

p
a
c
k
e
t
s
:
3
3
7
9
3
3

e
r
r
o
r
s
:
0

d
r
o
p
p
e
d
:
0

o
v
e
r
r
u
n
s
:
0

c
a
r
r
i
e
r
:
0
c
o
l
l
i
s
i
o
n
s
:
0

t
x
q
u
e
u
e
l
e
n
:
0
Aplicaciones básicas: ping6

n ping6

RedIRIS GT Madrid 2001

p
e
q
u
e
_
#

p
i
n
g
6

3
f
f
e
:
3
3
0
0
:
:
1
:
D
P
I
N
G

3
f
f
e
:
3
3
0
0
:
:
1
:
D
(
3
f
f
e
:
3
3
0
0
:
:
1
:
d
)

5
6

d
a
t
a

b
y
t
e
s
6
4

b
y
t
e
s

f
r
o
m
3
f
f
e
:
3
3
0
0
:
:
1
:
d
:

i
c
m
p
_
s
e
q
=
0

t
i
m
e
=
2
8
.
5

m
s
6
4

b
y
t
e
s

f
r
o
m
3
f
f
e
:
3
3
0
0
:
:
1
:
d
:

i
c
m
p
_
s
e
q
=
1

t
i
m
e
=
2
8
.
7

m
s
6
4

b
y
t
e
s

f
r
o
m
3
f
f
e
:
3
3
0
0
:
:
1
:
d
:

i
c
m
p
_
s
e
q
=
2

t
i
m
e
=
7
2
.
8

m
s
6
4

b
y
t
e
s

f
r
o
m
3
f
f
e
:
3
3
0
0
:
:
1
:
d
:

i
c
m
p
_
s
e
q
=
3

t
i
m
e
=
4
0
.
6

m
s
6
4

b
y
t
e
s

f
r
o
m
3
f
f
e
:
3
3
0
0
:
:
1
:
d
:

i
c
m
p
_
s
e
q
=
4

t
i
m
e
=
4
8
.
9

m
s
Aplicaciones básicas: route

n route –A inet6

RedIRIS GT Madrid 2001

l
e
i
t
o
_
#

r
o
u
t
e
-
A

i
n
e
t
6
K
e
r
n
e
l

I
P
v
6

r
o
u
t
i
n
g

t
a
b
l
e
D
e
s
t
i
n
a
t
i
o
n





























N
e
x
t

H
o
p
















F
l
a
g
s

M
e
t
r
i
c

R
e
f




U
s
e

I
f
a
c
e
:
:
1
/
1
2
8

































:
:






















U





0






5








1

l
o
3
f
f
e
:
3
3
3
0
:
1
:
5
:
:
1
/
1
2
8




















:
:






















U





0






0








0

l
o
3
f
f
e
:
3
3
3
0
:
1
:
5
:
:
/
6
4






















:
:






















U
A




2
5
6




0








0

v
l
a
n
2
3
f
f
e
:
3
3
3
0
:
1
:
1
0
0
:
2
0
1
:
2
f
f
:
f
e
c
d
:
8
a
0
0
/
1
2
8



:
:






































U





0





1
1
9






0

l
o
3
f
f
e
:
3
3
3
0
:
1
:
1
0
0
:
:
/
6
4




















:
:






















U
A




2
5
6




5
7
2
0





0

v
l
a
n
2
0
3
f
f
e
:
3
3
3
0
:
1
:
2
0
0
:
2
0
1
:
2
f
f
:
f
e
c
d
:
8
a
0
0
/
1
2
8



:
:






































U





0





3
9







0

l
o
3
f
f
e
:
3
3
3
0
:
1
:
2
0
0
:
:
/
6
4




















:
:






















U
A




2
5
6




5
7
0
9





0

v
l
a
n
2
1
f
e
8
0
:
:
2
0
1
:
2
f
f
:
f
e
c
d
:
8
a
0
0
/
1
2
8













:
:






































U

0






1
3







0

l
o
f
e
8
0
:
:
/
1
0































:
:






















U
A




2
5
6
  • Links de descarga
http://lwp-l.com/pdf9512

Comentarios de: IPv6 práctico (0)


No hay comentarios
 

Comentar...

Nombre
Correo (no se visualiza en la web)
Valoración
Comentarios...
CerrarCerrar
CerrarCerrar
Cerrar

Tienes que ser un usuario registrado para poder insertar imágenes, archivos y/o videos.

Puedes registrarte o validarte desde aquí.

Codigo
Negrita
Subrayado
Tachado
Cursiva
Insertar enlace
Imagen externa
Emoticon
Tabular
Centrar
Titulo
Linea
Disminuir
Aumentar
Vista preliminar
sonreir
dientes
lengua
guiño
enfadado
confundido
llorar
avergonzado
sorprendido
triste
sol
estrella
jarra
camara
taza de cafe
email
beso
bombilla
amor
mal
bien
Es necesario revisar y aceptar las políticas de privacidad