Skip to main content

IP addressing

When you launch a new Access Server and users connect, they're assigned IP addresses dynamically. This topic provides an overview of the default behavior and how to change it for your network needs.

Default IP address behavior

Access Server's default IP address setting is dynamic assignment. When users connect, Access Server assigns an IP address dynamically, similar to how an internal DHCP system works.

Access Server's default subnet for a newly installed server is 172.27.224.0/20.

Dynamic IP addresses can and will change. For example:

  1. User A connects to the VPN server.

    • Access Server assigns the IP address 172.27.224.3.

  2. User A stays connected.

    • User A keeps the IP address 172.27.224.3.

  3. User B connects to the VPN server.

    • Access Server assigns the IP address 172.27.224.4.

  4. Both users disconnect.

    • Access Server releases the IP addresses.

  5. User B connects to the VPN server.

    • Access Server assigns the IP address 172.27.224.2.

      Important

      This IP address is different from the one assigned when they last connected. This is expected behavior. Access Server assigns any available IP address within the subnet.

Default dynamic IP address subnet

dynamic-ip.png

Access Server's default subnet for dynamic IP address assignment is 172.27.224.0/20. You can view this in the Admin Web UI:

  1. Sign in to the Admin Web UI.

  2. Click Configuration > VPN Settings.

  3. The dynamic IP address subnet displays under Dynamic IP Address Network.

Important

If you choose to change the default subnet, you must ensure you don’t choose the same subnet as your internal network. For instance, if you have 192.168.0.0/16 for your office network, you must not assign the same IP and subnet mask to your remote VPN network.

Using static IP addresses

Access Server supports assigning static IP addresses to clients. We provide tutorials for the two different ways you can set this up:

Your Access Server's IP address

Your Access Server's IP address is separate from assigning IP addresses to connected clients. The first time you connect to the Admin Web UI, you use the IP address, and it's important that it's static. A few tips about your server's IP address:

  • Ensure that it's a static IP address. You may need to assign or attach a static IP address for cloud providers. For example, AWS calls it an Elastic IP.

  • We recommend setting up a domain name that points to your static IP address. This is easier for users and administrators to use than the IP address.

  • If you need to set a static IP address for an Ubuntu server, refer to this tutorial.