|
Lines 65-71
Link Here
|
| 65 |
If an entry is found, it is used to determine the correct target IP |
65 |
If an entry is found, it is used to determine the correct target IP |
| 66 |
number and port to place in the packet. |
66 |
number and port to place in the packet. |
| 67 |
.Pp |
67 |
.Pp |
| 68 |
The following command line options are available: |
68 |
The following command line options are available (note that address |
|
|
69 |
and port settings may be passed as symbolic names, in which case |
| 70 |
.Nm |
| 71 |
will attempt to resolve them upon startup): |
| 69 |
.Bl -tag -width Fl |
72 |
.Bl -tag -width Fl |
| 70 |
.It Fl log | l |
73 |
.It Fl log | l |
| 71 |
Log various aliasing statistics and information to the file |
74 |
Log various aliasing statistics and information to the file |
|
Lines 155-166
Link Here
|
| 155 |
range need not be the same numerically, but must have the same size. |
158 |
range need not be the same numerically, but must have the same size. |
| 156 |
If |
159 |
If |
| 157 |
.Ar remotePORT |
160 |
.Ar remotePORT |
| 158 |
is not specified, it is assumed to be all ports. |
161 |
is not specified, or specified as 0, it is assumed to be all ports. |
| 159 |
If |
162 |
If |
| 160 |
.Ar remotePORT |
163 |
.Ar remotePORT |
| 161 |
is specified, it must match the size of |
164 |
is specified as a range, it must match the size of |
| 162 |
.Ar targetPORT , |
165 |
.Ar targetPORT . |
| 163 |
or be 0 (all ports). |
|
|
| 164 |
For example, the argument |
166 |
For example, the argument |
| 165 |
.Pp |
167 |
.Pp |
| 166 |
.Dl Ar tcp inside1:telnet 6666 |
168 |
.Dl Ar tcp inside1:telnet 6666 |