# pmm2-client where is bind-address command?

**URL:** https://forums.percona.com/t/pmm2-client-where-is-bind-address-command/7401
**Category:** PMM 2.x
**Created:** [January 29, 2020, 3:55am UTC](https://forums.percona.com/t/pmm2-client-where-is-bind-address-command/7401 "2020-01-29T03:55:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sh123](https://avatars.discourse-cdn.com/v4/letter/s/a9a28c/32.png) [@sh123](https://forums.percona.com/u/sh123)
#### Post date: [January 29, 2020, 3:55am UTC](https://forums.percona.com/t/pmm2-client-where-is-bind-address-command/7401/1 "2020-01-29T03:55:54Z")

</div>

Hi I’ve upgraded from 1.7.1 to 2.2.1. So instead of installing pmm-client, i’ve installed pmm2-client.  
My machine is hosted on AWS so it has 2 network interfaces.

Before in pmm-admin (for pmm-client) I was able to add the private ip address by supplying the --bind-address command e.g.  
pmm-admin config --server XXX.XXX.XX.XX:80 --server-password password–bind-address XXX.XX.XX.XXX But for pmm2-client, there is no bind-address command, how can I do this then? Because the linux metrics isn’t being sent over to the pmm-server.

---

<div class="post-metadata">

### Author: ![Stateros](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/stateros/32/2490_2.png) [@Stateros](https://forums.percona.com/u/Stateros)
#### Post date: [January 29, 2020, 7:01am UTC](https://forums.percona.com/t/pmm2-client-where-is-bind-address-command/7401/2 "2020-01-29T07:01:40Z")

</div>

Hello, as I understand your problem, you can use config help where you will find

```auto
~# pmm-admin config --help
usage: pmm-admin config [<flags>] [<node-address>] [<node-type>] [<node-name>]

```

node-address - exactly what you need - it’s private address of your ec2 instance.
