You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Introduction

Simulated IPv6 test environment setup for IPv6 connectivity. 

IPv6 environment flow diagram

Dibbler-Server setup in IPv6 Simulator

Step 1: Install dibbler server on host device ( sudo apt install dibbler-server )

Step 2: Configure server.conf file, replace iface name with your device wifi interface name.

/etc/dibbler/server.conf 

iface "enp0s31f6" {
 class {
   pool 2001:db8:1111::/64
 }
 pd-class {
    pd-pool 2601:9c0:d00:1170::/60
    pd-length 60
 }
 option dns-server 2001:4860:4860::8888,2000::ff,2000::fe

}

Connected Clients

Lan Clients

Connected clients got IPv6 addr and able to perform ping6. Test ipv6 (https://test-ipv6.com) from browser passed.

Reference







  • No labels