(M)  s i s t e m a   o p e r a c i o n a l   m a g n u x   l i n u x ~/ · documentação · suporte · sobre

  Next Previous Contents

5. Look at what's happening:

The master logs in into the slave, starts pppd, and redirects this all thing into a local pty. It consists of the following steps:

  • allocating a new pty
  • sshing into the slave
  • running pppd on the slave
  • the master runs pppd in this local pty
  • and sets up the routing table on the client.

There are (not very tight) timing considerations involved, this is why that 'sleep 10s'.


Next Previous Contents