Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Ipv6 via SIXXS mit Ipv6 via SIXXS mit WRT54G on DD-WRT v23 SP2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ipv6 via SIXXS mit Ipv6 via SIXXS mit WRT54G on DD-WRT v23 SP2



Hi Marc,

I have had IPv6 enabled on my WRT54G running DD-WRT v23 SP2 for some time. I never had to enable SMB share or anything else for the script - you just paste it into the text box as described in the wiki page:

http://www.dd-wrt.com/wiki/index.php/IPv6

I never could find the other wiki page you referenced below. The script you have in your message below is different than the one provided in the wiki page at the URL above - I assume you need that one instead because of some special configuration you require?

Smith


On Jul 3, 2007, at 3:46 AM, Marc Manthey wrote:

hello internet2 users,

since i figured out that i don“t need "Aiccu" to connect to the
internet 2 because i have a static ip
i spend some time with my " DD-WRT v23 SP2"

what i read here http://www.dd-wrt.com/wiki/index.php/IPv6

is that there is just a small " radvd" script like here:

interface br0 {
AdvSendAdvert on;
prefix 2001:6f8:900:795::1/64 {
AdvOnLink on;
AdvAutonomous on;
};
};

and a startup script from here http://www.dd-wrt.com/wiki/index.php/
IPv6_startup_script/

i modified it allready with my "real" data.

So my questions  do i need to get "SMB Share" activated to " mount"
this script ?

The problem is to get "SMB Share"  working you need some extra memory
in the WRT and some
aditional packages installed on the router. Is there another method
to accomplish this ?

regards

Marc

#!/bin/sh
#
# SIXXS ipv6 startup script for WRT54G
#

# external IP
EXTIP=`/sbin/ifconfig vlan1 | grep 'inet addr' | awk '{print $2}' |
sed -e 's/.*://'`
# My tunnel endpoint
MYTUNNELIP="2001:6f8:900:795::2"
# Sixxs tunnel endpoint
SIXXSTUNNELIP="2001:6f8:900:795::1"
# Sixxs POP IPv4
SIXXS4="212.224.0.188"

# create tunnel
echo "- Creating SIXXS tunnel... ${EXTIP} <--> ${SIXXS4}"
/usr/sbin/ip tunnel add sixxs mode sit local ${EXTIP} remote ${SIXXS4}

# bring tunnel interface up explicitly
echo "- Bringing sixxs device up..."
/usr/sbin/ip link set sixxs up

# fix MTU and TTL
echo "- Fixing MTU and TTL of sixxs device..."
/usr/sbin/ip link set mtu 1280 dev sixxs
/usr/sbin/ip tunnel change sixxs ttl 64

# Add virthost IPs before adding tunnel IP
# ...

# configure IPv6 endpoint on the tunnel
echo "- Configuring my IPv6 tunnel endpoint..."
/usr/sbin/ip -6 addr add ${MYTUNNELIP}/64 dev sixxs

# default route
echo "- Adding default route through SIXXS..."
/usr/sbin/ip -6 ro add default via ${SIXXSTUNNELIP} dev sixxs

# add a /64 network from the /60 prefix to br0
echo "- Setting up br0: 2001:6f8:900:795::1/64 ..."
/usr/sbin/ip -6 addr add 2001:6f8:900:795::1/64 dev br0

# start router advertisement daemon
echo "- Starting radvd..."
/sbin/radvd -C /tmp/smbshare/etc/radvd.conf

echo "---- end IPv6 setup ----"


_______________________________________________ Do not post admin requests to the list. They will be ignored. Ipv6-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Ipv6-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.