EndPointCorp / end-point-blog

End Point Dev blog
https://www.endpointdev.com/blog/
17 stars 65 forks source link

Comments for IPv6 Tunnels with Debian/Ubuntu behind NAT #562

Open phinjensen opened 6 years ago

phinjensen commented 6 years ago

Comments for https://www.endpointdev.com/blog/2012/03/ipv6-tunnels-with-debianubuntu-behind/ By Brian Buchalter

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
phinjensen commented 6 years ago
original author: Jon Jensen
date: 2012-03-01T17:46:16-05:00

It really is great of Hurricane Electric to provide and support the tunnel broker service. Thanks for the write-up!

phinjensen commented 6 years ago
original author: Unknown
date: 2014-06-09T10:16:35-04:00

Great write-up. You have a typo for this.

Commands should be like this

cat /etc/network/interfaces

netstat -nrA inet6 (these are your IPv6 routing tables)

Look at IPv6 status of your net, IPv6 addresses

ip -6 addr show

IPv6 routes

ip -6 route show

IPv6 LAN neighbours

ip -6 neigh show

Check relevant router firewall configurations

cat /etc/default/ufw

The default settings for ufw are now to have support for IPv6. It is still a good thing to check though.

phinjensen commented 6 years ago
original author: Darkfairie34
date: 2014-06-14T08:01:39-04:00

And with Debian on VirtualBox and Mac OS X Maverick like host, how to proceed ? thanks