How to Check IPv6 Address on Ubuntu Linux

This tutorial will show you how to check IPv6 Address on Ubuntu Linux

Please use ifconfig with grep inet6 to find the address

ifconfig |grep inet6
ip -6 addr show

Nginx usage example:

Default

listen       [::]:80 default_server;

Your IP6 address

listen       [your_ip_address]:80 default_server;

More:

http://nginx.org/en/docs/

if you want latest update and find more tips and tricks to build your own business platform, please checkout more articles on https://www.productdeploy.com and https://blog.productdeploy.com

Share This

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*
*