Lines Matching +full:machine +full:- +full:mode
41 User mode ppp has embedded NAT (Network Address Translation) code.
42 Enabling this, either by the "-nat" command line option or the
45 them appear to come from the ppp host machine. Incoming packets
46 from the outside world are then appropriately de-NAT'd.
74 mode and avoiding IRC DCC sends, as is sometimes the case with other
77 The implementation supports all standard, non-encoding TCP and UDP protocols.
79 mode of Real-Audio is not presently supported, but the TCP mode does work
92 the "-nat" option on the command line. The user should verify that
94 mode. Finally, check that machines on the private network can access
104 verify that the other computers use this machine as a gateway. Of course,
115 is in addition to the -nat command line option. System managers and
130 - nat enable [yes|no] (default no)
136 want NAT, consider using the -nat option to ppp instead of this
140 - nat deny_incoming [yes|no] (default yes)
146 fairly efficient one-way firewall. The default is no, which will allow
150 - nat log [yes|no]
152 Controls logging of NAT link creation to "/var/log/alias.log" - this
158 - nat same_ports [yes|no] (default yes)
165 _most of the time_, at least on the host machine. Please, do not
166 report this being unstable as a bug - it is a result of the way
168 per machine.
171 - nat use_sockets [yes|no] (default yes)
180 on the ppp host machine. This possibility for interference only exists
186 - nat unregistered_only [yes|no] (default no)
189 network to the ppp host machine address. Set this option to only map
193 10.0.0.0 -> 10.255.255.255
194 172.16.0.0 -> 172.31.255.255
195 192.168.0.0 -> 192.168.255.255 */
202 - nat port <proto> <local addr>:<port> <nat port>
205 machine to be redirected to a specific machine and port on the
211 the telnet port (23) of machine 192.168.0.4. Port numbers
217 - nat addr <local addr> <public addr>
220 redirected to a machine on the local network. This function
230 machine 10.0.0.8.
251 occasional IP-encoding protocols always need workarounds (hacks).
252 Users who are interested in supporting new IP-encoding protocols
267 host address, outgoing NAT and incoming de-NATing).
273 Charles Mott (cm@linktel.net) <versions 1.0 - 1.8, 2.0, 2.1>
274 Eivind Eklund (perhaps@yes.no) <versions 1.8b - 1.9, new ppp commands>
302 - Generalised mechanism for handling incoming connections
304 - Increased ICMP support (will handle traceroute now).
305 - Improved TCP close connection logic.
308 Can't remember (this version only lasted a day -- cjm).
319 - Reduced malloc() activity for ICMP echo and
321 - Added handling for out-of-order IP fragments.
322 - Switched to differential checksum computation
325 - Accepts FTP data connections from other than
331 - Fixed data type error in function StartPoint()
335 - Upgraded base PPP version to be the source code from
337 version should still be possible to run on 2.1.5, though -
342 - Added support for IRC DCC (ee)
343 - Changed the aliasing routines to use ANSI style throughout -
345 - Changed the build process, making all options switchable
347 - Fixed minor security hole in alias_ftp.c for other applications
351 - Connections initiated from packet aliasing host machine will
355 - Sockets will be allocated in cases where there might be
356 port interference with the host machine. This can be disabled
362 - Incoming packets which are not recognised by the packet
364 - Aliasing links are cleared when a host interface address
365 changes (due to re-dial and dynamic address allocation).
366 - PacketAliasPermanentLink() API added.
367 - Option for only aliasing private, unregistered IP addresses
369 - Substantial rework to the aliasing lookup engine.
372 - Continuing rework to the aliasing lookup engine to support
374 - Now supports outgoing as well as incoming ICMP error messages/
375 - PPP commands to support address and port redirection.