GitXplorerGitXplorer
s

openbsd-comcast-ipv6

public
11 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
1e4152e5b5b887484aabf48883f3fac66c792d77

tidy

sschvin committed 11 years ago
Unverified
e123caa7a7e0833feec0f091f4a4d925c3ba4912

fix typo

sschvin committed 11 years ago
Unverified
6a741e3017de74c5c183c7d18ad7420ef1d44c3b

basic recipe

sschvin committed 11 years ago
Unverified
57fe8aea85379d98f30a9620e6833de917c569e3

init

sschvin committed 11 years ago
Unverified
2bfdc9dd443b1726ff52a318ea81b04d87a7d16b

Initial commit

sschvin committed 11 years ago

README

The README file for this repository.

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