Skip to content

Instantly share code, notes, and snippets.

@cloverstd
Created September 4, 2019 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cloverstd/3731dc0b323988bf8d143ea24031d340 to your computer and use it in GitHub Desktop.
Save cloverstd/3731dc0b323988bf8d143ea24031d340 to your computer and use it in GitHub Desktop.
vultr ipv6 setup
sudo apt-get install ndisc6 # install rdsic6
sudo rdisc6 ens3 # search ens3 iface info, the last line from block is your gateway
sudo ip -6 route add default via YOUR_GATEWAY_FROM_rdisc6 dev ens3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment