Skip to content

Assing multiple IP addresses to an n2n edge node #1166

@MurzNN

Description

@MurzNN

Will be good to have the ability to assign multiple IP addresses to an edge node. Sometimes we need to make available the same port from the edge node but on different IP addresses.

For example:

192.168.100.1:443 - ip forwarding to localhost:443
192.168.100.2:443 - ip forwarding to 172.17.0.1:443

Yes, I can make this work by using a different port for the second service, but the services want to have them on the 443 port only, so this workaround doesn't work.

So, will be good to have something like this:

$ sudo edge -c mynetwork -k mysecretpass -a 192.168.100.1 -a 192.168.100.2 -f -l supernode.ntop.org:7777

If it's already possible, please describe me how to do this. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions