The problem is following.
I have Jenkins running on local machine (port
8080).I've created linux instance in private cloud to use it as an agent node for Jenkins.
I'm connecting to this linux agent node via Putty and logging in.
Trying to download agent.jar file, that needed for node connection using following command:
wget http://<my_ip>:8080/jnlpJars/agent.jarBut everything I get - is
Connecting to <my_ip>:8080... Connection timed out.The IP address has been taken using cmd>ipconfig>Wireless Lan Adapter WiFi>IPv4 Address.
At the same time, I have the VPN running on local machine (otherwise I won't be able to connect to private cloud, where linux node is located). Is it possible that I'm getting incorrect ip via ipconfig?