Re: Unable to access Internet from an instance and accessing instance using floating-point IPs from external network
So you did modify the default security-group, ports 8000 and 8080 are not open by default. Anyway, can you please clarify what doesn't work exactly? Does the instance have an IP in the public network but the router is not pingeable (but that is not necessarily an issue) and you can't access it via which protocols? Does SSH work? Is the access blocked by a http_proxy? Zitat von vincent lee <vincentlee676@gmail.com>:
To add on to my previous email, I have attached an image of my security group as shown below.
Best regards, Vincent
On Tue, Nov 22, 2022 at 3:58 AM Eugen Block <eblock@nde.ag> wrote:
Just one more thing to check, did you edit the security-group rules to allow access to the outside world?
Zitat von Adivya Singh <adivya1.singh@gmail.com>:
it should be missing a default route most of the time. or check IP tables on router namespace the DNAT and SNAT are working properly
On Tue, Nov 22, 2022 at 9:40 AM Tobias McNulty <tobias@caktusgroup.com> wrote:
On Mon, Nov 21, 2022 at 7:39 PM vincent lee <vincentlee676@gmail.com> wrote:
After reviewing the post you shared, I believe that we have the correct subnet. Besides, we did not modify anything related to the cloud-init for openstack.
I didn't either. But I found it's a good test of the network! If you are using an image that doesn't rely on it you might not notice (but I would not recommend that).
After launching the instances, we are able to ping between the instances of the same subnet. However, we are not able to receive any internet connection within those instances. From the instance, we are able to ping the router IP addresses 10.42.0.56 and 10.0.0.1.
To make sure I understand: - 10.42.0.56 is the IP of the router external to OpenStack that provides internet access - This router is tested and working for devices outside of OpenStack - OpenStack compute instances can ping this router - OpenStack compute instances cannot reach the internet
If that is correct, it does not sound like an OpenStack issue necessarily, but perhaps a missing default route on your compute instances. I would check that DHCP is enabled on the internal subnet and that it's providing everything necessary for an internet connection to the instances.
Tobias
-- thanks you. vincentleezihong 2garnet form2
participants (1)
-
Eugen Block