Hi there,
I was wondering if there is a way to connect to a machine through the internet knowing the WAN IP and the LAN IP.
I would like to know if a command like:
exists.
How would you perform that.
I was googleing around and it looks like it is not possible. I found people saying that if you had the WAN IP you had to have the remote local-network redirect all requests to a single machine.
Maybe concatenating the wan and the lan would allow the router to forward the request.
If you have any suggestions please let me know
Thank you,
Regards
Bilibytes
I was wondering if there is a way to connect to a machine through the internet knowing the WAN IP and the LAN IP.
I would like to know if a command like:
Code:
ssh username@WAN-IP:LAN-IP
How would you perform that.
I was googleing around and it looks like it is not possible. I found people saying that if you had the WAN IP you had to have the remote local-network redirect all requests to a single machine.
Maybe concatenating the wan and the lan would allow the router to forward the request.
If you have any suggestions please let me know
Thank you,
Regards
Bilibytes
Comment