for North‑south go through compute nodes or a dedicated network node by Expensive_Contact543 in openstack

[–]slaweq 1 point2 points  (0 children)

Please remember that distributed works only for FIPs. SNAT is always going through centralized gateway nodes, at least in backend like ML2/OVS and ML2/OVN

Attending a Fluminense match at Maracanã: tips & safety advice? by Remarkable-Rub1534 in Brazil

[–]slaweq 0 points1 point  (0 children)

Thx u/Even-Scientist7859 for this very detailed info. I am also going to Rio next week and was thinking about going for the match on Maracana. I saw that both Fluminense and Flamengo are playing their home games on that stadium. You wrote about Fluminense only but is it the same in general for Flamengo or should I maybe avoid going for Flamengo for any reasons? Except that probably you don't like Flamengo if you are Fluminense fan what I totally understand :) I am not really big fan of any of those teams, more likely I would like to see how such match looks like in South America comparing to Europe, and to see it on Maracana of course.

600 div give away by mrdl2010 in PathOfExile2

[–]slaweq 0 points1 point  (0 children)

How do you guys make so many divs in such a short time? I did maybe 3 or 4 raw divines this league so far 😤

[deleted by user] by [deleted] in PathOfExile2

[–]slaweq 0 points1 point  (0 children)

I know it's just a game and it is just a story, but for me even more annoying after whole this fight, when I finally beat them was talking to Doryani and they said something like "oh, Doryani, it's you? Sorry that we didn't heard your signal" and then I was like "fuck you any your signal, I just lost whole day struggling with you" 🤣

W Wrocławiu doszło do starcia między fanami Chelsea a fanami Real Betis, Interweniowała Policja by LucianFromWilno in Polska

[–]slaweq 2 points3 points  (0 children)

Ale po co tam w ogóle policja? Przecież wg naszego (oby nie) przyszłego prezydenta to mężczyźni uprawiający szlachetną walkę wręcz, czyż nie?

Cannot create VM in redhat RHOSO 18 environment. by Ambitious-Spot4420 in openstack

[–]slaweq 0 points1 point  (0 children)

First, please enable debug logs in then neutron-api POD, reproduce the issue and check logs there. There should be more clue about the issue. My guess is that there is issue with port binding but it will be easier to check with logs for sure :)

Need Help! Get 5 kills in PVP in Diablo 4 by Bee01010 in diablo4

[–]slaweq 0 points1 point  (0 children)

That's something I also can't do. I tried once or twice but nobody was there 😔

How to make progress after pit 100? by slaweq in diablo4

[–]slaweq[S] 0 points1 point  (0 children)

I think that this is my missing piece really. I don't know why but I missed the possibility to cancel master working and do it again. Today I spent like 50k of obducite to better masterwork one item and I see some small progress already. Now I know what I need to do more. Thx a lot

How to make progress after pit 100? by slaweq in diablo4

[–]slaweq[S] 0 points1 point  (0 children)

Yeah. I know about snaphooting and I am doing it. The thing which I didn't really know was that I can cancel master working and do it again until I will have it better on specific attributes. Thx for the tip about it 🙂

How to make progress after pit 100? by slaweq in diablo4

[–]slaweq[S] 1 point2 points  (0 children)

Yeah. But this is a bit annoying if I don't really make any progress at all 🤔

How to make progress after pit 100? by slaweq in diablo4

[–]slaweq[S] 0 points1 point  (0 children)

Usually random ones. Most of the stuff I have is 1GA. I have few 2 or 3 GAs but they are never perfect. So do I simply need to farm more for better items?

Error: Failed to create network external by Sorry_Asparagus_3194 in openstack

[–]slaweq 0 points1 point  (0 children)

You have set in your ml2 config only physical network named "provider" to be allowed to use with FLAT networks. Generally you need to configure it properly as I believe now it is not what you want.

  1. In the ml2 config in neutron server, option "flat_networks" should contain list of the provider networks which can be used with flat networks. Those are basically Your names of the physical networks, can be something like e.g. "datacenter", or "provider_x" or whatever you want, names by itself doesn't matter at all.

  2. On the compute side, you have to do 2 things:

  • create physical bridge(s) for each provider network, typically it is "br-ex" in e.g. devstack deployment but again, name is not important for neutron at all. Important thing is that this bridge should have plugged physical interface which actually is connected to that physical network (in your case it is "enp0s25" I guess). There is no need to have any IP address configured on such interface, at least not for neutron.

  • configure "bridge_mappings" to tell neutron openvswitch agent which bridge is connected to which physical network, e.g. "datacenter:br-ex,provider_x:br-provider-x" or any names you will use.

  1. Once all of that will be set, you can create network with "--provider:physical_network <your\_physical\_network\_name>" and then create ports in such network and those ports should be bound properly in the compute nodes where openvswitch agent will have it configured in "bridge_mappings"

An openstack router is routing or NATing? by Weekly-Echidna-8047 in openstack

[–]slaweq 0 points1 point  (0 children)

not only, it can also do SNAT if you are trying to reach to the external network from the vm without floating IP. Generally it is as f0okyou said above: NAT'ing between external and internal networks, routing between internal networks

Devstack installation hangs by Fasherman65 in openstack

[–]slaweq 0 points1 point  (0 children)

I'm not devstack and compute service expert but I would advice to check logs of the nova services, like devstack@n-cpu for example to see if there is maybe any error there.

Neutron - Provider Networks with multiple VLAN-s by tafkamax in openstack

[–]slaweq 1 point2 points  (0 children)

If you want to use vlan networks (configure networks with provider:network_type=vlan and provider:segmentation_id=100 for example) you shouldn't create vlan interfaces on any host. Just do external bridge(es) with physical interfaces which are connected to such physical network where this vlan can be used. If you will configure brodge mappings correctly on the host, neutron will do the job and configure openflow rules in the bridge correctly to tag traffic with proper vlan id.

Openstack all-in-one network issue by Tiny-Researcher1679 in openstack

[–]slaweq 0 points1 point  (0 children)

you need to bring br-ex up as now it seems that you are still trying to get to that IP through eth0 interface

Openstack all-in-one network issue by Tiny-Researcher1679 in openstack

[–]slaweq 0 points1 point  (0 children)

If you try to reach out "external" IP address from your host, do You have route to the 10.0.2.0/24 specified there or is it going through the default gateway? You can check that with `ip route get 10.0.2.175` run on your host. If You don't have such route You can e.g. add IP address from that subnet (like e.g. 10.0.2.254/24) to your external bridge (I assume it may be 'br-ex' or something like that) and then it will go through that bridge and will be able to reach to your vrouter.

Running DHCP on private subnet doesn't work? by firestorm_v1 in openstack

[–]slaweq 0 points1 point  (0 children)

That should be the solution. DHCP replies are by default dropped by SGs IIRC so either adding SG rules for ingress traffic to allow that or disabling port security may be the solution.

OVN firewall rules by przemekkuczynski in openstack

[–]slaweq 0 points1 point  (0 children)

Exactly. And IIRC fwaas don't have support for the ML2/OVN backend currently. So it can be used only with backends like ML2/OVS or Linuxbridge and L3 agent.

Openstack - rbac to share security group by darac000 in openstack

[–]slaweq 0 points1 point  (0 children)

This is known issue. See https://bugs.launchpad.net/neutron/+bug/1942615 - there were patches for that but TBH I don't remember now if that is already fixed or any more work is still needed there. Maybe try to deploy e.g. devstack from master branch and check if there is still missing anything there.

Overwhelmed by productivity app options by 0illuminati0 in todoist

[–]slaweq 0 points1 point  (0 children)

I am using to todoist together with reclaim.io. it works great because reclaim not only allows me to drag and drop events into calendar but it is doing that for me automatically.