mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 17:43:04 -05:00
Docker macvlan #92
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zandercodes on GitHub (Feb 16, 2025).
First of all, a big compliment to this great development.
I have the following problem:
My server in the cloud has several IP addresses.
You can use macvlan with Docker to use the other ips from the subnet, for example.
now when i add this to gerbil no service is reachable.
Why is that?
If I assign the macvlan to nginx, for example, it works directly.
@oschwartz10612 commented on GitHub (Feb 16, 2025):
I am sorry I dont fully understand what you are trying to do? Are you saving you have multiple public IPv4 addresses and you want them all to point to Pangolin?
@zandercodes commented on GitHub (Feb 16, 2025):
Problem solved by using
network_mode: service:gerbilonpangolinstack