Elektrine lite

← Feed

@galaxis@mastodon.infra.de

Post #1741644

2026-04-25 15:21 UTC

I want to map a floating (public) IP to an Incus container for both inbound and outbound traffic. Inbound seems easy (incus network forward create ...), but there's nothing obvious for the other direction? I mean, I can always create nft snat rules manually, but I would prefer not to. What am I missing? #incus #networking

Replies (1)

  • @galaxis@mastodon.infra.de 2026-04-26 20:08

    I could probably create a dedicated bridge for this container (connected to the uplink network interface) and just use the floating IP directly, with not NAT? Don't think that's how it's supposed to be done though.

    Open ##2488629