-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
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
Labels
No labels