Displaying 2 results from an estimated 2 matches for "munakaya".
2006 Jul 15
7
[Bug 493] NAT still work after flush it.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=493
netfilter@linuxace.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netfilter@linuxace.com
Status|NEW |RESOLVED
Resolution|
2006 Jul 14
0
[Bug 493] New: NAT still work after flush it.
...ork after flush it.
Product: iptables
Version: 1.3.5
Platform: i386
OS/Version: RedHat Linux
Status: NEW
Severity: critical
Priority: P2
Component: iptables
AssignedTo: laforge@netfilter.org
ReportedBy: munakaya@naver.com
<A>------<B>-------<C>
1.I put the nat entry into kernel in <B>.
iptables -t nat -A POSTROUTING -s 10.177.3.51 -d 10.177.2.51 -p udp --sport
20000 --dport 13001 -j SNAT --to 10.177.2.34:20000
2. Sending packet from <A> to <C>
3. Watching the pa...