(E-Mail Removed) (dbd) wrote in news:5216c33a.0312021617.1e461021
@posting.google.com:
> Hi,
> Short, but probably very stupid question:
> I am on a LAN, running sshd, people on the LAN can connect using ssh,
> but I can't find out my address so that people can ssh me via the net.
> I know my IP on the lan, my ip on the net, and my computer name (from
> console [userName@compName userName]), I have tried many combinations
> of these but I seem to find me to ssh from outside, how do I do this?
> Thanks
> dbd
If your PC has a address like 192.168.x.x or 10.x.x.x (some other ranges
too) then devices on the internet can't talk to it directly. You would
have to modify your Internet Gateway/Firewall/Router to either NAT a
public address to your PC's private address or else do port forwarding.
Most firewalls would drop such incoming connections by default so you
would also have to add a firewall rule to permit the incoming connection.
Llanzlan.