Stephen, VMs in the Windriver lab seem to have connection to the internet as best I can tell:
root@sb00-nfs:~# ping google.com PING google.com (172.217.14.238) 56(84) bytes of data. 64 bytes from sea30s02-in-f14.1e100.net (172.217.14.238): icmp_seq=1 ttl=51 time=5.14 ms 64 bytes from sea30s02-in-f14.1e100.net (172.217.14.238): icmp_seq=2 ttl=51 time=5.09 ms 64 bytes from sea30s02-in-f14.1e100.net (172.217.14.238): icmp_seq=3 ttl=51 time=5.10 ms 64 bytes from sea30s02-in-f14.1e100.net (172.217.14.238): icmp_seq=4 ttl=51 time=5.06 ms root@sb00-nfs:~# ping nexus.onap.org PING cloud.onap.org (199.204.45.137) 56(84) bytes of data. 64 bytes from compute-199-204-45-137.ca-ymq-1.vexxhost.net (199.204.45.137): icmp_seq=1 ttl=48 time=84.3 ms 64 bytes from compute-199-204-45-137.ca-ymq-1.vexxhost.net (199.204.45.137): icmp_seq=2 ttl=48 time=84.2 ms 64 bytes from compute-199-204-45-137.ca-ymq-1.vexxhost.net (199.204.45.137): icmp_seq=3 ttl=48 time=84.1 ms However, the VM that we use as APT and docker proxy is either down or not connected to the internet. Its IP is 10.12.5.2: root@sb00-nfs:~# apt-get -y update Err:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease Could not connect to 10.12.5.2:8000 (10.12.5.2). - connect (111: Connection refused) Err:2 http://security.ubuntu.com/ubuntu bionic-security InRelease Could not connect to 10.12.5.2:8000 (10.12.5.2). - connect (111: Connection refused) Err:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease Unable to connect to 10.12.5.2:8000: Err:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease Unable to connect to 10.12.5.2:8000: Reading package lists... Done W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not connect to 10.12.5.2:8000 (10.12.5.2). - connect (111: Connection refused) W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Unable to connect to 10.12.5.2:8000: W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease Unable to connect to 10.12.5.2:8000: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Could not connect to 10.12.5.2:8000 (10.12.5.2). - connect (111: Connection refused) Could you please check when you have the chance? Thanks, Marco From: <[email protected]> on behalf of "Gooch, Stephen" <[email protected]> Reply-To: "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Date: Monday, January 13, 2020 at 1:20 PM To: "[email protected]" <[email protected]> Subject: [onap-discuss] Intel/Wind River Lab Move Update - New VPN IP Hello, The Intel/Wind River lab was relocated into a new data center last week. The only change required to connect to the new location is to update the VPN IP in the .ovpn file. Here is the change: [sgooch@atl-sgooch-lx ~]$ diff -u pod-onap-01.ovpn.org pod-onap-01.ovpn --- pod-onap-01.ovpn.org 2020-01-13 13:03:03.960856010 -0500 +++ pod-onap-01.ovpn 2020-01-09 18:27:03.560549576 -0500 @@ -5,7 +5,7 @@ client dev tun proto tcp -remote 192.55.48.241 443 +remote 146.152.204.133 443 resolv-retry infinite auth-nocache nobind The lab is accessible, but there is a firewall update that Intel IT is working on to allow VMs to communicate with the Internet. I’ll send out a follow up email when the firewall rules have been updated. Br, - Stephen Stephen Gooch | Solutions Engineering | Wind River +1.510.965.7909 , Skype ID: stephen.gooch -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19798): https://lists.onap.org/g/onap-discuss/message/19798 Mute This Topic: https://lists.onap.org/mt/69674856/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
