---
title: 'Add on: host-access'
description: Canonical makes open source secure, reliable and easy to use, providing
  support for Ubuntu and a portfolio of enterprise-grade technologies. Founded in
  2004, Canonical operates globally with team members in over 80 countries.
url: https://canonical.com/microk8s/docs/addon-host-access?format=md
---

*Submit*

# Add on: host-access

The host-access addon enables access to services running on the host machine via a fixed IP.
This becomes useful when your machine changes IPs as you hop through different networks.

You can install this addon with:

```
microk8s enable host-access
```

A new local network interface named `lo:microk8s` is created with a default IP address of `10.0.1.1`.

Alternatively, you can provide a different IP address when enabling the addon:

```
microk8s enable host-access:ip=<desired-ip>
```

Last updated 6 years ago. [Help improve this document in the forum](https://discuss.kubernetes.io/t/add-on-host-access/11260).
