Sunday, 2024-04-28

*** mhen_ is now known as mhen01:59
hamidlotfi_I have a project with two instances, those are in a local net with a subnet in '192.168.0.0/24'.07:00
hamidlotfi_when two instances automatically get an IP from DHCP, all things are right, but when I manually change the IP of the instance in the range of the DHCP pool, the communication drops between those.07:00
hamidlotfi_why? What is my problem?07:00
stanare you changing ip inside the vm or changing it on the openstack port08:29
hamidlotfi_stan: Inside vm09:12
Core5120yeah I've had problems with that too. Only reliable way is to modify the port with new ip and configure your instance with DHCP for the interface11:31
Core5120or better, create a port first with the ip of your choice, then assign it to the server or reference it during the instance creation11:34
hamidlotfi_Core5120: Thanks for your reply, but I'm looking for a better solution.11:44
admin1hamidlotfi_, there are 2 ways ..  1. create a port with the ip you want, and then when creating vm, select the port ( instead of network ) .  2. disable port security   12:10
hamidlotfi_how can I disable port security?12:23
hamidlotfi_@admin1: 12:24
stanopenstack port set --disable-port-security --no-security-groups <portid>20:50

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!