[nycbug-talk] IPv6 NY-US Roll Call
Jonathan Stewart
jonathan at kc8onw.net
Thu Mar 22 17:50:25 EDT 2007
Isaac Levy wrote:
> Jonathan, anything, even the smallest tid-bits or URLS that led you
> to your setup would be most appreciated!!
Alright then here goes.
URLs
http://www.no-ip.com/
http://tunnelbroker.net/index.php
http://www.kame.net/
http://ipv6.klingon.nl/
http://6bone.informatik.uni-leipzig.de/ipv6/stats/why-en.html
A commented/stripped version of my rc.conf.
# Setup interfaces on server/router like normal
dhclient_enable="YES"
ifconfig_fxp0="inet 10.70.3.1 netmask 255.255.255.0"
ifconfig_nve0="DHCP"
hostname="server.kc8onw.net"
# Enable IPv6 on the system, must also be compiled into the kernel
ipv6_enable="YES"
# Allow the system to act as an IPv6 router
ipv6_gateway_enable="YES"
# This should be the v6 address at the other end of your tunnel
ipv6_defaultrouter="2001:470:1F01:FFFF::1AE0"
# Hurricane Electric uses gif tunnels so set one up here
gif_interfaces="gif0"
# Set source and destination v4 addresses for the tunnel
gifconfig_gif0="72.230.86.229 64.71.128.83"
# Set source and destination v6 addresses for the tunnel
ipv6_ifconfig_gif0="2001:470:1F01:FFFF::1AE1 2001:470:1F01:FFFF::1AE0
prefixlen 128"
# This is the /64 allocated to me by hurricane electric
# Set the XXXX::1 address on the internal network interface
# as the gateway
ipv6_ifconfig_fxp0="2001:470:1F01:3540::1 prefixlen 64"
# Allow the system to send IPv6 router advertisement packets
rtadvd_enable="YES" # Set to YES to enable an IPv6 router
# Specify that we only act as a v6 router on the internal subnet
rtadvd_interfaces="fxp0" # Interfaces rtadvd sends RA packets.
Jonathan Stewart
P.S. I'm willing to help over IM/phone/skype/etc if anyone is
interested, message me off list to work something out.
More information about the talk
mailing list