[6bone] help me : routing
Gino Francisco Alania Hurtado
galania@ipv6.inictel.gob.pe
Tue, 20 Aug 2002 16:28:33 -0500
a consultation from my router with zebra I do:
[root@inter2 root]# traceroute6 www.6bone.net
traceroute to 6bone.net (3ffe:b00:c18:1::10) from 3ffe:8070:101a::2, 30
hops max, 16 byte packets
1 3ffe:8070:101a::1 (3ffe:8070:101a::1) 663.244 ms 496.432 ms 726.74 ms
2 3ffe:1cff:0:f4::1 (3ffe:1cff:0:f4::1) 831.959 ms 914.281 ms
904.641 ms
3 3ffe:b00:c18:1:290:27ff:fe17:fc0f
(3ffe:b00:c18:1:290:27ff:fe17:fc0f) 974.307 ms 797.269 ms *
4 3ffe:b00:c18:1::10 (3ffe:b00:c18:1::10) 1003.09 ms * *
But from host I cannot do it, is evident that my zebra-bgpd not this
formed good, I have the following configuration:
[root@host root]# traceroute6 3ffe:8260:200e:fffd::1
traceroute to 3ffe:8260:200e:fffd::1 (3ffe:8260:200e:fffd::1) from
3ffe:8070:101a:1001:260:8ff:fecb:7e84, 30 hops max, 16 byte packets
1 3ffe:8070:101a:1001:201:2ff:fe7c:ef79
(3ffe:8070:101a:1001:201:2ff:fe7c:ef79) 1.199 ms 1.219 ms 1.144 ms
2 * * * *
3 * * * *
vi /usr/local/zebra/etc/zebra.conf :
-----------------------------------------------------
hostname inter2
password *********
enable password ********
log file /var/log/zebra/zebra.log
service advanced-vty
!
interface eth0
ipv6 nd send-ra
ipv6 nd prefix-advertisement 3ffe:8070:101a:1001::/64
!
interface inter2
!
line vty
!
--------------------------------------------------------
vi /usr/local/zebra/etc/bgpd.conf :
--------------------------------------------------------
hostname inter2
password *************
enable password **********
log file /var/log/zebra/bgpd.log
service advanced-vty
!
! You are free to add extra tunnels to other sites in 3ffe:8260::2000/40,
! but make sure you really understand RFC 2772 before trying to make
! private peering agreements with anybody else...
!
router bgp 46014
ipv6 bgp network 3ffe:8070:101a::/48
!nuevo tunnel itesm
ipv6 bgp neighbor 3ffe:8070:101a::1 remote-as 278
ipv6 bgp neighbor 3ffe:8070:101a::1 interface inter2
ipv6 bgp neighbor 3ffe:8070:101a::1 description UNAM mexico 6bone
ipv6 bgp neighbor 3ffe:8070:101a::1 next-hop-self
!
access-list all permit any
!
line vty
!
----------------------------------------------------
vi /etc/radvd :
----------------------------------------------------
interface eth0
{
AdvSendAdvert on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 10;
prefix 3ffe:8070:101a:1001::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr off;
};
};
--------------------------------------------------------
somebody can help me, that this failing, please
thanks !!