Skip to content

Files

Latest commit

Jun 21, 2014
1e4152e · Jun 21, 2014

History

History
26 lines (17 loc) · 775 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 775 Bytes

openbsd-comcast-ipv6

Simple recipe for using native ipv6 on an OpenBSD router from Comcast. Tested in Washington, DC.

This recipe does not include any pf modifications you may need to make for your ruleset.

  • Install wide-dhcpv6:
sudo pkg_add -rv ftp://ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`uname -p`/wide-dhcpv6
  • Load up the configuration files/snippets included within this repository, replacing EXTIF and INTIF with the appropriate real interface names. You can duplicate the INTIF sections/snippets if you have multiple internal subnets you wish to route/provide ipv6 for.

  • Save local gateway:

netstat -rn | awk '/default/ && /:/ { print $2}' | sudo tee -a /etc/mygate
  • Reboot
sudo shutdown -r now