Changes between Version 20 and Version 21 of ipv6v6config
- Timestamp:
- May 19, 2017, 5:53:11 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ipv6v6config
v20 v21 177 177 Check the same with Dept2PC. But now it should show an address from VLAN 20 prefix. Check connectivity by ping6 VLAN20 interface ipv6 address. 178 178 179 Now let's configure a static IPv6 address for Dept2PC 180 - go to Dept2PC and edit '''/etc/network/interfaces''' file 181 {{{ 182 vi /etc/network/interfaces 183 }}} 184 - Find the following line 185 {{{ 186 iface enp0s3 inet6 auto 187 }}} 188 - Replace the line with following 189 {{{ 190 iface enp0s3 inet6 static 191 address 2401:DD00:<PQRT>:B220::1 192 netmask 64 193 gateway 2401:DD00:<PQRT>:B220::FFFF 194 }}} 195 - Reboot the machine 196 - After the reboot ping6 to IPv6 Gateway 179 197 === Connecting LAN to the Router === 180 198 Now you have done LAN interface configuration. Let's start routers Configuration.