*** mhen_ is now known as mhen | 01: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 |
stan | are you changing ip inside the vm or changing it on the openstack port | 08:29 |
hamidlotfi_ | stan: Inside vm | 09:12 |
Core5120 | yeah 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 interface | 11:31 |
Core5120 | or better, create a port first with the ip of your choice, then assign it to the server or reference it during the instance creation | 11:34 |
hamidlotfi_ | Core5120: Thanks for your reply, but I'm looking for a better solution. | 11:44 |
admin1 | hamidlotfi_, 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 |
stan | openstack 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/!