All of lore.kernel.org
 help / color / mirror / Atom feed
* source nat does'nt work in bridge mode
@ 2006-03-08 10:51 afshin lamei
  2006-03-08 14:27 ` Martijn Lievaart
  2006-03-08 15:06 ` Chinh Nguyen
  0 siblings, 2 replies; 3+ messages in thread
From: afshin lamei @ 2006-03-08 10:51 UTC (permalink / raw)
  To: netfilter

dear all, I've a linux box with iptables which is working in bridge
mode. I want to change (NAT) the source IP of the outging packets,
using:
iptables -t nat -A POSTROUTING -s 192.168.100.100 -j SNAT --to-source
192.168.100.1
the rule works correctly (source nat is done), but the client
(192.168.100.100) does not revieve any packet of the reply. sniffing
the outgoing traffic shows that the next hop can not find the client
with translated IP (192.168.100.1). what should I do?
regards
afshin


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-08 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-08 10:51 source nat does'nt work in bridge mode afshin lamei
2006-03-08 14:27 ` Martijn Lievaart
2006-03-08 15:06 ` Chinh Nguyen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.