~ubuntu-branches/ubuntu/natty/openssh/natty

« back to all changes in this revision

Viewing changes to README.tun

   - deraadt@cvs.openbsd.org 2006/03/28 00:12:31
     [README.tun ssh.c]
     spacing

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
| Client |------(  Internet  )-----| access.somewhere.net |
88
88
+--------+       (          )      +----------------------+
89
89
    : 192.168.1.78                             |
90
 
    :.............................         +-------+       
 
90
    :.............................         +-------+
91
91
     Forwarded ssh connection    :         | dmzgw |
92
92
     Layer 2 tunnel              :         +-------+
93
93
                                 :             |
94
94
                                 :             |
95
 
                                 :      +------------+  
 
95
                                 :      +------------+
96
96
                                 :......| sshgateway |
97
97
                                      | +------------+
98
98
--- real connection                 Bridge ->  |          +----------+
104
104
 
105
105
Finally connect to the OpenSSH server to establish the tunnel by using
106
106
the following command:
107
 
        
 
107
 
108
108
        ssh sshgateway
109
109
 
110
110
It is also possible to tell the client to fork into the background after
129
129
 
130
130
        Reyk Floeter
131
131
 
132
 
$OpenBSD: README.tun,v 1.3 2005/12/08 18:34:10 reyk Exp $
 
132
$OpenBSD: README.tun,v 1.4 2006/03/28 00:12:31 deraadt Exp $