View NAT44

Typical deployments use NAT44 to map private UE addressing to Public IPs. This demo uses NAPT translation – other translation techniques (e.g. PBA) will be shown in future demos.

  1. Configure UE to use only IPv4

    SSH to Subscriber Client (UE) and configure UE to use only IPv4 on ens6 traffic interface.

    $ ~ubuntu/ipv4-only-interface.sh
    $ ip -4 a (or ip addr show ens6)
    
  2. Check the status of connectivity between UE and the test Web Server

    $ dig web1.cnf.local
    $ ping web1.cnf.local
    $ curl web1.cnf.local
    
    Connect via RDP to the Subscriber Client (UE) Desktop to test connectivity using a Web Browser.
    Note: The Subscriber Client credentials are ubuntu/passw0rd