Linux IPV6 Address configuration

Source: Internet
Author: User

Add IPV6 Address
Ip-6 addr Add <ipv6address>/<prefixlength> dev <interface>
Ip-6 addr Add 2001:0db8:0:f101::1/64 dev eth0

Ifconfig <interface> inet6 Add <ipv6address>/<prefixlength>
Ifconfig eth0 inet6 Add 2001:0db8:0:f101::1/64

Add a default route
Ip-6 route add <ipv6network>/<prefixlength> via <ipv6address>
Ip-6 route add default via 2001:0db8:0:f101::1

Route-a Inet6 Add <ipv6network>/<prefixlength> GW
Route-a inet6 Add default GW 2001:0db8:0:f101::1

View routes
Ip-6 Route Show
Route-a ' Inet6 '
Route-6

Windows View routing Table
Route print

View neighbor Cache
Ip-6 Neighbor Show

Windows View Neighbor cache
netsh interface ipv6 show neighbors

Linux IPV6 Address configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.