Changes between Version 20 and Version 21 of ipv6v6config


Ignore:
Timestamp:
May 19, 2017, 5:53:11 AM (7 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ipv6v6config

    v20 v21  
    177177Check the same with Dept2PC. But now it should show an address from VLAN 20 prefix. Check connectivity by ping6 VLAN20 interface ipv6 address.
    178178
     179Now let's configure a static IPv6 address for Dept2PC
     180 - go to Dept2PC and edit '''/etc/network/interfaces''' file
     181{{{
     182vi /etc/network/interfaces
     183}}}
     184 - Find the following line
     185{{{
     186iface enp0s3 inet6 auto
     187}}}
     188 - Replace the line with following
     189{{{
     190iface enp0s3 inet6 static
     191address 2401:DD00:<PQRT>:B220::1
     192netmask 64
     193gateway 2401:DD00:<PQRT>:B220::FFFF
     194}}}
     195 - Reboot the machine
     196 - After the reboot ping6 to IPv6 Gateway
    179197=== Connecting LAN to the Router ===
    180198Now you have done LAN interface configuration. Let's start routers Configuration.