Displaying 4 results from an estimated 4 matches for "nat_in".
2017 Aug 22
5
[Bug 1173] New: Documentation/error messages around NAT statements in "inet" tables incorrect
...to the
problem
* Major -- provide "insightful" error messages
* Enhancement -- 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 {...
2002 Dec 20
0
Another Beta Patch
...l $external dev $interface
fi
- if [ -z "$allints" -o "$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
...T=80 WINDOW=65535 RES=0x00 SYN URGP=0
NAT Table
Chain PREROUTING (policy ACCEPT 12767 packets, 1367K bytes)
pkts bytes target prot opt in out source
destination
34 3657 net_dnat all -- eth0 * 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...
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