**Update**: my `ifconfig | grep inet` looks like
```
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.94.0.2 netmask 0xff000000
inet 127.94.0.1 netmask 0xff000000
inet 172.17.0.1 netmask 0xffffff00
inet6 fe80::81c:17ad:1de2:dcb0%en0 prefixlen 64 secured scopeid 0xc
inet 10.71.76.84 netmask 0xfffff800 broadcast 10.71.79.255
inet6 fe80::b461:6aff:fe87:2eb1%awdl0 prefixlen 64 scopeid 0xe
inet6 fe80::cd8a:e14b:919c:5c62%utun0 prefixlen 64 scopeid 0x10
inet6 fe80::aede:48ff:fe00:1122%en6 prefixlen 64 scopeid 0x7
```
after I had to manually activate the `docker0` network interface
The culprit addresses `127.94.0.2` and `127.94.0.1` are getting added due to
OpenVPN that I'm using at my company. OpenVPN is adding these entries in
`/etc/hosts` which is probably causing this issue for me. Any way to tell
openwhisk to use the 3rd IP address instead from the above list, if I can't
disable OpenVPN ?
[ Full content available at:
https://github.com/apache/incubator-openwhisk-devtools/issues/163 ]
This message was relayed via gitbox.apache.org for [email protected]