You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Are you able to retest this against the recently released fork n3n and raise a ticket there if you still cannot get it working? We would be happy to investigate it further as part of that new project.
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:
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:
If it's already possible, please describe me how to do this. Thanks!
The text was updated successfully, but these errors were encountered: