Lines Matching refs:NAT
25 3545319 move nat rule creation to ip_proxy.c
31 3545323 NAT updates the source port twice
32 3545322 ipv6 nat rules cannot start proxies
34 3544313 remove nat encap feature
42 3543487 NAT rules do not always release lookup objects
46 3543402 Not all NAT statistics are printed
47 3542979 NAT session list management is too simple
48 3542978 ipv4 and ipv6 nat insert have common hash insertion
66 3540996 printing of nextip for ipv6 nat rules is wrong
71 3540809 refactor hash table lookups for nat
101 3530563 NAT operations fail with EPERM
131 3533779 ipv6 nat rules missing inet6 keyword
134 3532689 ipv6 nat rules do not print inet6
139 3540818 NAT for certain IPv6 ICMP packets should not be allowed
143 3540809 refactor hash table lookups for nat
174 3479453 nat rules with pools leak
218 3438316 free on nat structure uses fixed size
219 3437745 nat iterator using the wrong size
285 allow NAT rule to match 'all' interfaces with * as interface name
289 allow default age for NAT entries to be set per NAT rule
349 add some NAT stats and use def_nat_age rather than DEF_NAT_AGE
364 ignore previous NAT mappings for 0/0 and 0/32 rules
368 allow NAT to cause packets to be dropped.
387 fix handling of map NAT rules with "from/to" host specs
392 may have been changed by NAT and plen won't reflect this
411 add save/restore of IP Filter state/NAT information (ipfs)
423 Fix NAT timeouts for ICMP packets
431 fix bug in range check for NAT where the last IP# was not used.
496 sync on state information as well as NAT information when required
498 record nat protocol in all nat log records
500 don't reuse the IP# from an active NAT session if the IP# in the rule
503 lookup the protocol for NAT log information in ipmon and pass that to
511 return EIO if someone attempts an ioctl on state/nat if ipfilter is not
552 fix up the real audio proxy to properly setup state information and NAT
623 fix up some problems with the saving of rule pointers so that NAT saves
637 NAT: information (rules, mappings) are stored in hash tables; setup some
638 basic NAT regression testing.
657 fix NAT rules to be in the correct order again.
685 update addresses used in NAT mappings for 0/32 rules for any protocol but TCP
697 add NAT IP mapping to ranges of IP addresses that aren't CIDR specified
699 fix calculation of in_space parameter for NAT
701 fix `wrapping' when incrementing the next ip address for use in NAT
713 fix uninitialized pointer bug in NAT
729 manner as is done for NAT.
731 enable FTP PASV proxying and enable wildcarding in NAT/state code for ports
734 bring into main tree static nat features: map-block and "auto" portmapping.
745 fix NAT list entry comparisons and allow multiple entries for the same
748 don't create duplicate NAT entries for repeated PORT commands.
754 fix loop in nat_new for pre-existing nat
756 don't setup state for an ftp connection if creating nat fails.
764 fixed NAT handling of non-TCP/UDP packets, esp. for ICMP errors returned.
787 fail with an error if we try to load a NAT rule with a non-existant
792 remove ap_unload/ap_expire - automatically done when NAT is cleaned up
799 fixed traceroute/nat problem
801 rewrote nat/proxy interface
803 ipnat now lists associated proxy sessions for each NAT where applicable
849 fix malloc bug in NAT (introduced in 3.2.8).
913 avoid infinite loop when nat'ing to single IP# - Marc Boucher
983 fix fragment table entries allocated for NAT.
999 add support for passing ICMP errors back through NAT.
1026 ipf -y will resync IP#'s allocated with 0/32 in NAT to match interface if it
1059 nat list corruption bug - NetBSD - Klaus Klein
1101 NAT code doesn't include inteface name when matching - Alexey Mavrin
1108 mask out unused bits in NAT/RDR rules.
1163 when expiring NAT table entries, if we would set a time to fr_tcpclosed
1173 add packets & bytes for EXPIRE NAT log records.
1188 ipmon changes: -N for reading NAT logfile, -S for reading state logfile.
1194 Add logging of new NAT entries and expiration of old NAT entries.
1202 Fix broken 0/32 NAT mapping. Carl Makin <cmakin@nla.gov.au>
1209 Implement separate minor devices for both NAT and IP state code.
1237 NAT lookups are still incorrect, matching non-TCP/UDP with TCP/UDP
1245 fixed incorrect lookup of active NAT entries.
1268 should use SPLNET/SPLX around expire routines in NAT/frag/state code.
1282 Fix up NAT bugs introduced in last major change (now tested), including
1287 Many changes to NAT code, including contributions from Laurent Joncheray
1303 Allow NAT to work on BSD systems in conjunction with "pass .. to ifname"
1305 Memory leak introduced in 3.1.3 in NAT lists, clearing of NAT table tried
1308 NAT recalculates IP header checksum based on difference between IP#'s and
1313 fixed setting of NAT timeouts and use different timeouts for concurrent
1321 add command line options -C and -F to ipnat to flush NAT list and table
1329 NAT chains not constructed correctly in hash tables - Antony Y.R Lu
1336 ICMP header checksum update now included in NAT.
1365 connections in both directions. Also use the same algorithm for NAT TCP.
1426 * NAT dest. ip# increased by one on mask of 0xffffffff when it shouldn't
1447 kernel panic's when ICMP packets go through NAT code
1579 Corrected bug where NAT recalculates checksums for fragments.
1581 make NAT recalculate UDP checksums (rather than setting them to 0),
1586 alteration of checksum recalculations in NAT code and addition of
1587 NAT - Mike Neuman