Re: HOWTO: Join the 6bone!
On Sun, 24 Sep 2000 00:18, Nicolás Lichtmaier wrote:
> Here is a script to automatically do the setup for ppp users, people could
> put this in their /etc/ppp/ip-up.d dir.
>
> We could put something like this into the standard net configuration!
> (letting chose the user the 6bone gateway he will use).
I've tried to get this working as you suggest, but it doesn't work. I have
attached a script showing the state of my system. Please advise what my
error may be.
--
http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/ Postal SMTP/POP benchmark
http://www.coker.com.au/projects.html Projects I am working on
http://www.coker.com.au/~russell/ My home page
Script started on Thu Nov 15 01:39:52 2001
root@test:/tmp# ifconfig sit0
sit0 Link encap:IPv6-in-IPv4
inet6 addr: 2002:d554:47f8::1/128 Scope:Global
inet6 addr: 2002:d554:47f8::1/128 Scope:Global
inet6 addr: ::127.0.0.1/96 Scope:Unknown
inet6 addr: ::10.0.0.1/96 Scope:Compat
inet6 addr: ::213.84.71.248/96 Scope:Compat
UP RUNNING NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:1260 (1.2 Kb)
root@test:/tmp# ifconfig ppp0
ppp0 Link encap:Point-to-Point Protocol
inet addr:213.84.71.248 P-t-P:195.190.241.37 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:2527 errors:0 dropped:0 overruns:0 frame:0
TX packets:4028 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:435554 (425.3 Kb) TX bytes:327427 (319.7 Kb)
root@test:/tmp# ip -6 route
::/96 via :: dev sit0 metric 256 mtu 1480 advmss 1420
3ffe:a00:e:2::/64 dev eth0 proto kernel metric 256 expires 2591689sec mtu 1500 advmss 1440
2000::/3 via ::216.234.231.5 dev sit0 metric 1024 mtu 1480 advmss 1420
fe80::/10 dev eth0 proto kernel metric 256 mtu 1500 advmss 1440
fe80::/10 dev sit0 proto kernel metric 256 mtu 1480 advmss 1420
ff00::/8 dev eth0 proto kernel metric 256 mtu 1500 advmss 1440
ff00::/8 dev sit0 proto kernel metric 256 mtu 1480 advmss 1420
default via fe80::200:f8ff:fe08:132b dev eth0 proto kernel metric 1024 expires 1489sec mtu 1500 advmss 1440
unreachable default dev lo metric -1 error -101
root@test:/tmp# ping 6 master.ipv6.debian.org
PING master.ipv6.debian.org(master.ipv6.debian.org) 56 data bytes
From ip6-localhost icmp_seq=1 Destination unreachable: Address unreachableFrom ip6-localhost icmp_seq=2 Destination unreachable: Address unreachableFrom ip6-localhost icmp_seq=3 Destination unreachable: Address unreachable
--- master.ipv6.debian.org ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% loss, time 4028ms
root@test:/tmp# exit
Script done on Thu Nov 15 01:40:16 2001
Reply to: