banner
moeyy

moeyy

一条有远大理想的咸鱼。
github
mastodon
email

Manually Enable IPV6 on AWS Lightsail Centos7

Control Panel#

Enable IPV6 in the control panel and allow through the firewall.

image

Enable IPV6 and allow ports

SSH Command Line#

First, enter the network card configuration file:

vi /etc/sysconfig/network-scripts/ifcfg-eth0

Then add at the bottom:

IPV6_AUTOCONF=yes

Then restart

image

Testing#

In SSH, enter ping6 ipv6.google.com to test if PING is successful.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.