Dorian Moore <[EMAIL PROTECTED]> writes:
> Harry,
>
> if you have your 3 home machines running Linux, then you shouldn't need
> to have ssh sessions between them, although it you want to that it's
> fine, your local network will be running over TCP/IP anyway, and it's
> unlikely that this will be comprimised, unless data is passed out
> through the machine which is connected to the net.
ssh has lots of nice things you can use like scp with compression etc.
But so far as data being passed out the online machine. Doesn't that
happen with every message sent out? I see the machines address in the
headers of all messages.
>
> So the simplest way to take advantage of the PPP connection is to set up
> IP Masquerading on your Dialup machine, which can use IP range
> 10.0.0.0/255 on your local network (IE at home) and then the IP for your
> ppp connection on the other side.
Yeah, I guess this is the way to go. I had hoped to be able to
hi-jack the ppp connection somehow, whichever machine it was on since
I don't really want one single machine to be setup as a gateway.
I'd really need another machine for that so will get by with the
current setup for now.