> Now, my problem is that I can't see any other host in the LAN but the
> linux access host, so if want to telnet to some other host in the LAN,
> I need to telnet first to the linux box and from there to the intended
> host.
>
i would say your problem is not really a ppp problem, but a routing
issue. refer to the NET3-HOWTO for some background info on routing. you do
not say what kind of a operating system you are using on the machine at your
home, but if it is linux you could just add the option defaultroute to
the options file of your home machine. or you could set up the route by hand
on the home machine similar to the following:
# route add default gw 140.1.1.254 dev ppp0
basically the machine that is connecting to the network from the
outside needs to know where to send any packets that are no intended for the
machine it is directly connected to.
good luck
andreas
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]