[01:58:30] !log tools.grantmetrics-test Updating to version 1.0.8 [01:58:33] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.grantmetrics-test/SAL [12:37:18] Hi, I have a question. I manage a project ("wikicommunityhealth") and I have create an instance of a VPS, for which I have an internal IP address (172.16.3.146). [12:37:27] To SSH in this server, I first have to go through bastion: `ssh -A cristiancantoro@bastion.wmflabs.org` and then ssh into the server `ssh 172.16.3.146`. [12:37:38] I don't understand why this command is logging me in directly: [12:37:38] ``` [12:37:38] ssh -A -o "ProxyCommand=ssh -A cristiancantoro@bastion.wmflabs.org -W %h:%p" cristiancantoro@172.16.1.136 [12:37:38] ``` [12:38:02] instead I find myself logged in on bastion [12:38:27] any idea of why ? [12:45:27] have you tried ProxyJump instead of ProxyCommand? [12:45:47] https://wikitech.wikimedia.org/wiki/Help:Accessing_Cloud_VPS_instances#ProxyJump_(recommended) has instructions for that [12:46:52] @Majavah: thanks for the reference, I didn't even know about that command [12:56:07] @Majavah thanks, it's working now :) [12:56:25] glad to hear that [13:02:17] * Majavah wonders what magic that does with SSH keys [13:42:15] Another question: as far as I understand this VPS is not exposed publicly so I cannot use it to expose stuff through, for example, a webserver. How can I request that this machine is publicly reachable? [13:48:48] CristianCantoro: for a web server you can use the Cloud VPS proxies described at https://wikitech.wikimedia.org/wiki/Help:Using_a_web_proxy_to_reach_Cloud_VPS_servers_from_the_internet, for anything else you will need to request a floating public IP address [14:56:28] !log admin deployed wmcs-netns-events daemon to all cloudnet servers (T275483) [14:56:32] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Admin/SAL [14:56:33] T275483: neutron: introduce a mechanism for setting arbitrary sysctl on netns creating - https://phabricator.wikimedia.org/T275483