search for: nat_out

Displaying 4 results from an estimated 4 matches for "nat_out".

Did you mean: name_out
2017 Aug 22
5
[Bug 1173] New: Documentation/error messages around NAT statements in "inet" tables incorrect
...-- allow NAT statements in inet tables To replicate: ============= Parses and loads with "table ip" ================================ #!/usr/sbin/nft -f flush ruleset table ip global { chain nat_in { type nat hook prerouting priority -100 continue } chain nat_out { type nat hook postrouting priority -100 continue } } Fails with "table inet" ======================= #!/usr/sbin/nft -f flush ruleset table inet global { chain nat_in { type nat hook prerouting priority -100 continue } chain nat_out {...
2002 Dec 20
0
Another Beta Patch
...;$allints" = "Yes" \ - -o "$allints" = "yes" ] + if [ -z "$allints" -o "$allints" = "Yes" -o "$allints" = "yes" ] then addnatrule nat_in -d $external -j DNAT --to-destination $internal addnatrule nat_out -s $internal -j SNAT --to-source $external --==========1809029384==========--
2005 Jan 11
2
dnat problem
...0.0.0.0/0 0.0.0.0/0 66 5558 nat_in all -- * * 0.0.0.0/0 0.0.0.0/0 Chain POSTROUTING (policy ACCEPT 10650 packets, 680K bytes) pkts bytes target prot opt in out source destination 57 3400 nat_out all -- * * 0.0.0.0/0 0.0.0.0/0 3 160 eth0_masq all -- * eth0 0.0.0.0/0 0.0.0.0/0 Chain OUTPUT (policy ACCEPT 10060 packets, 604K bytes) pkts bytes target prot opt in out source destination...
2005 Feb 01
4
Shorewall problem
I am getting the following message when Shorewall stops can anybody shed any light on this message and where I should be looking? Thanks root@bobshost:~# shorewall stop Loading /usr/share/shorewall/functions... Processing /etc/shorewall/params ... Processing /etc/shorewall/shorewall.conf... Loading Modules... Stopping Shorewall...Processing /etc/shorewall/stop ... IP Forwarding Enabled